Modal · identity essentials · Lane 1.B–1.D
Modal · identity.
The artifacts the world sees first: the favicon in the tab strip, the Open Graph card on every link share, the avatar on every social platform. Brand-strict. v2 silhouette. Drop into design/assets/identity/ and reference from anywhere.
Favicon
SVG · 16×16 native · scales crisp at any DPIIn context · browser tab strip
Wire it in <head>:
<link rel="icon" type="image/svg+xml" href="assets/identity/favicon-animated.svg">
Open Graph card
SVG → 1200×630 · for Twitter, LinkedIn, Slack, iMessage previews
Most platforms prefer PNG/JPG for OG images. Open the SVG in any browser, screenshot at exact 1200×630, or use rsvg-convert -w 1200 og-card.svg -o og-card.png. Wire in <head>:
<meta property="og:image" content="https://enactskill.com/assets/identity/og-card.png">
Avatar set
Same SVG renders crisp at 32 / 64 / 128 / 256 / 512 pxPaper ground (light platforms)
Carbon ground (dark platforms)
In context · platform mockups
Both avatar SVGs are 16-pixel-grid native — they upscale crisp to any size most platforms ask for. Twitter wants 400×400, Slack 512×512, Discord 1024×1024 — all derive from the same source SVG via rsvg-convert or any browser screenshot.