Logo

The cascivo mark and its sanctioned lockups, as inline SVG

Category: display · WCAG 2.2-AA · logo, brand, mark, wordmark, lockup, identity

Variants

Props

PropTypeDefaultDescription
variant'mark' | 'mark-accent' | 'horizontal' | 'stacked' | 'nav'mark`mark` and `mark-accent` render the square alone; `horizontal`, `stacked` and `nav` add the wordmark. `nav` is the only lockup permitted below 24px.
sizenumber18 for `nav`, 32 otherwiseMark height in px. Clamped to a 16px floor — below that the notch closes optically.

Design tokens

When to use

When not to use

How to build an accessible Logo in React →

Examples

Mark

<Logo />

Two colour

The accent fills the notch. Decoration — the mark is complete without it.

<Logo variant="mark-accent" />

Horizontal lockup

<Logo variant="horizontal" />

Nav lockup

18px mark, 16px wordmark, 10px gap — the only lockup allowed below 24px.

<Logo variant="nav" />

Stacked

<Logo variant="stacked" size={48} />

Related components

← Back to docs