10 lines
568 B
XML
10 lines
568 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
|
<rect width="64" height="64" rx="8" fill="#080818"/>
|
|
<!-- Ghostly figure outline (dotted) -->
|
|
<path d="M32 12 Q20 12 20 24 L20 50 Q20 52 22 50 Q24 48 26 50 Q28 52 30 50 Q32 48 34 50 Q36 52 38 50 Q40 48 42 50 Q44 52 44 50 L44 24 Q44 12 32 12Z"
|
|
fill="none" stroke="#8888cc" stroke-width="2.5" stroke-dasharray="4 3" opacity="0.8"/>
|
|
<!-- Ghost eyes (faint) -->
|
|
<circle cx="26" cy="28" r="3" fill="#8888cc" opacity="0.5"/>
|
|
<circle cx="38" cy="28" r="3" fill="#8888cc" opacity="0.5"/>
|
|
</svg>
|