10 lines
579 B
XML
10 lines
579 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="sirius.x avatar">
|
||
|
|
<!-- Square profile-picture avatar. Full-bleed dark background, single star
|
||
|
|
centered and enlarged so it reads at 24px in a social feed. Corners are
|
||
|
|
square (not rounded) so the platform can apply its own mask (Twitter,
|
||
|
|
Discord, Nostr, etc. all round-mask avatars themselves). -->
|
||
|
|
<rect width="512" height="512" fill="#0b0e14"/>
|
||
|
|
<path d="M256 40 L288.4 220 L468 256 L288.4 292 L256 472 L223.6 292 L44 256 L223.6 220 Z"
|
||
|
|
fill="#d6ff3d"/>
|
||
|
|
</svg>
|