5eeb140aaf
SVG mark plus PNG fallbacks (32x32, apple-touch-icon), wired into the page head. Reuses the site's existing accent/ink colors.
7 lines
288 B
XML
7 lines
288 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<circle cx="17" cy="16" r="5.5" fill="#d9531e"/>
|
|
<polygon points="4,26 14,10 22,26" fill="#241f19"/>
|
|
<polygon points="12,26 22,13 30,26" fill="#241f19"/>
|
|
<rect x="0" y="25" width="32" height="2" fill="#241f19"/>
|
|
</svg>
|