4 lines
231 B
XML
4 lines
231 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||
|
<line x1="128" y1="24" x2="128" y2="152" stroke="#808080" stroke-linecap="round" stroke-width="48"/>
|
||
|
<circle cx="128" cy="224" r="32" fill="#808080"/>
|
||
|
</svg>
|