Logo
The Trappeprodusenten logo exists in three forms: a full wordmark, a compact sign (icon + text), and an isolated signmark (icon only).
On the live site, SVGs use currentColor and are inlined so they inherit color from CSS. In Go templates, use the logo partial.
Wordmark
The full horizontal logo. Used in the site header.
On dark backgrounds
On light backgrounds
Sign (compact)
The icon with stacked text. Used for smaller contexts.
On dark backgrounds
On light backgrounds
Signmark (icon only)
The stair icon with the P arch, without any text. Used for favicons, social avatars, and compact UI elements.
On dark backgrounds
On light backgrounds
Usage
- Site header: Wordmark, inline SVG with
currentColor - Favicon / social: Signmark (icon only)
- Compact contexts: Sign (icon + text)
Minimum size
The wordmark should not be rendered smaller than 120px wide. The sign should not be smaller than 48px. The signmark should not be smaller than 24px.
Clear space
Maintain at least 1em of clear space around the logo on all sides.