5 lines
263 B
XML
5 lines
263 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="gray">
|
|
<circle cx="50" cy="50" r="48" stroke="black" stroke-width="2" />
|
|
<circle cx="50" cy="35" r="15" fill="white" />
|
|
<rect x="25" y="60" width="50" height="25" fill="white" />
|
|
</svg> |