8 lines
472 B
XML
8 lines
472 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="45" fill="#1e293b"/>
|
|
<circle cx="20" cy="20" r="2" fill="#fff"/>
|
|
<circle cx="80" cy="30" r="1" fill="#fff"/>
|
|
<circle cx="40" cy="80" r="1.5" fill="#fff"/>
|
|
<circle cx="50" cy="50" r="15" fill="#fca5a5" stroke="#f87171" stroke-width="2"/>
|
|
<ellipse cx="50" cy="50" rx="25" ry="5" fill="none" stroke="#fff" stroke-width="1" transform="rotate(-20 50 50)"/>
|
|
</svg> |