Every logo, favicon, social, and email asset, exported from the design system to spec. SVG is the source of truth; PNGs are for surfaces that can't take vector.
<link rel="icon" href="/favicon.svg" type="image/svg+xml"> <link rel="icon" href="/favicon-32.png" sizes="32x32"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
linkedin-company-logo · 400 · square
linkedin-cover · 1128 × 191 · company page banner
og-image · 1200 × 630 · website + email link previews
<meta property="og:image" content="https://nomadsolutions.dev/assets/social/og-image.png"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="630"> <meta name="twitter:card" content="summary_large_image">
Logo only, since your signature text sits above it. The catch with a transparent ink logo is dark-mode mail clients, where ink-on-dark vanishes. Two safe paths below.
signature-logo-on-cream.png bakes the cream background in, so it renders identically in light and dark clients.
signature-logo.png (and .svg). Crisp on white, but the ink disappears on dark-mode mail.