15 lines
945 B
XML
15 lines
945 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#1a1500"/>
|
|
<!-- Head circle -->
|
|
<circle cx="32" cy="36" r="16" fill="none" stroke="#c8a87a" stroke-width="2.5"/>
|
|
<!-- Stars around head -->
|
|
<text x="6" y="18" font-family="sans-serif" font-size="14" fill="#f0c040">★</text>
|
|
<text x="26" y="10" font-family="sans-serif" font-size="10" fill="#f0c040">★</text>
|
|
<text x="46" y="16" font-family="sans-serif" font-size="12" fill="#f0c040">★</text>
|
|
<!-- Dazed eyes (Xs) -->
|
|
<line x1="24" y1="32" x2="28" y2="36" stroke="#c8a87a" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="28" y1="32" x2="24" y2="36" stroke="#c8a87a" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="36" y1="32" x2="40" y2="36" stroke="#c8a87a" stroke-width="2" stroke-linecap="round"/>
|
|
<line x1="40" y1="32" x2="36" y2="36" stroke="#c8a87a" stroke-width="2" stroke-linecap="round"/>
|
|
</svg>
|