Skip to content

Assets

Marks and icons

Every file is the real artefact. Download it here, or copy and download straight from the brand page's mark cards.

Source of truth: Downloads/avatar-1 and avatar-2 masters · varick-docs/assets

The marks

Logomark, wordmark, combination. The brand page carries the same three as interactive cards.

Logomark
LogomarkPNG · 840 × 840 · 1.2 MBThe V over the bridge. Avatars, favicons, app tiles. 288 and 128px cuts exist.
Download
Wordmark lockup (PNG)
Wordmark lockup (PNG)PNG · 3856 × 288 · 40 KBWhat every document renders. In document pipelines use this, not the SVG.
Download
Wordmark (SVG)
Wordmark (SVG)SVG · vector · 20 KBTrue vector. Renders correctly in browsers; the docx toolchain renders it hollow.
Download
Combination mark
Combination markPNG · 1236 × 202 · 96 KBLogomark plus wordmark, the wordmark set slightly smaller, for headers and title slides that introduce the brand.
Download

Documents render the wordmark PNG, never the SVG

The SVG is stroke-based. Browsers render it correctly, but the docx toolchain draws hollow, outlined letterforms from it. The PNG (cairosvg at scale=8, 3856 × 288) is what every document pipeline uses.

Favicons and app icons

The logomark, cut to the two sizes platforms ask for.

Favicon
FaviconPNG · 128 × 128 · 30 KBThe logomark. Browsers round it themselves where the platform does.
Download
App tile
App tilePNG · 288 × 288 · 169 KBiOS home screen and anywhere a larger tile is needed.
Download

Installing them

<link rel="icon" href="/brand/varick-favicon.png" sizes="128x128" />
<link rel="apple-touch-icon" href="/brand/varick-logomark-288.png" />

In a Next.js app

export const metadata: Metadata = {
  icons: {
    icon: '/brand/varick-favicon.png',
    apple: '/brand/varick-logomark-288.png',
  },
}
Favicon
128 × 128 PNG. The logomark; browsers round it where the platform does.
App tile
288 × 288 PNG for iOS home screens and larger placements.
Master
840 × 840 PNG when something needs print or retina headroom.
Rounding
2px, always. The tile ships square; the radius is applied at usage time.

Usage

The rules that keep the mark looking like the mark.

Do

  • Scale the lockup to the full content width. In documents that is 6.7in, which puts it at 0.5in tall.
  • Keep clear space of at least the height of the mark on every side.
  • Put the lockup in the page header so it repeats on every page.
  • Place it on white, or on navy where it is the reversed cut.

Don’t

  • Do not add a second rule under the lockup. The hairline is part of the asset and it is the divider.
  • Do not add a tagline under the wordmark. It was removed deliberately.
  • Do not replace the wordmark with type. The masthead is an image, always.
  • Do not stretch, skew, outline, or apply an effect or shadow.
  • Do not recolour it. Navy on white, or reversed. Nothing else.
  • Do not place it on a busy photograph or a low-contrast background.
  • Do not call the masthead helper inside the document body. Header only.

On navy and on white

The logomark carries its own ground, so it works on both without a reversed cut.

Logomark on navy
Logomark on white

The plain-gradient variant exists for surfaces where the bridge halftone is too busy at small sizes. It is in the brand page’s download menu.