5 lines
350 B
XML
5 lines
350 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<circle cx="50" cy="50" r="45" fill="#581c87"/>
|
|
<text x="50" y="65" font-family="Arial" font-weight="bold" font-size="50" text-anchor="middle" fill="#fde047">?</text>
|
|
<circle cx="50" cy="50" r="40" fill="none" stroke="#fde047" stroke-width="2" stroke-dasharray="5 5"/>
|
|
</svg> |