Design System

Logo

Our logo is built on a precise grid to ensure consistency, balance, and clarity at every size. Optical principles like overshoot, anisotropic contrast, and counterform shaping guide its constructionโ€”resulting in a mark that feels both refined and unmistakably legible.

Hover logo with spacing between each letter indicated in red lettering

Color mode

The logo color modes are straightforward and neutral. The logo exists in black and white.

The logo can be placed on black, white, fuchsia or blue backgrounds.

Partner lockup

When pairing our logo with a partnerโ€™s, use the defined lockup options to ensure consistency. Equal spacing is applied to both logos and the dividing line between them.

Use theย Partnership logo lockupย component in Figma for correct application.

Logo on color

The white logo can be placed on either fuchsia or blue backgrounds. Use fuchsia for Hover and Homeowner branding, and blue when representing Pros. This ensures clarity and alignment across audiences.

What not to do

To protect the integrity of our brand, never alter the logoโ€™s appearance. Avoid using unapproved colors, distorting its proportions, or applying it as a mask.

A grid of grossly exaggerated logo manipulation โ€œdonโ€™tโ€s.

React

Use the Logo component to render a Hover logo

Import


import { Logo } from '@hoverinc/design-system-react-web';

Usage

live

<VStack gap="400">
<Stack padding="500">
<Logo height={200} />
</Stack>
<Stack padding="500" bgColor="neutral.900" borderRadius="small">
<Logo height={200} colorMode="dark" />
</Stack>
</VStack>

Props

PropertyTypeDefaultDescription
colorModedark, lightlight

Light or dark mode

Copyright ยฉ 2025 Hover Inc. All Rights Reserved.