5 lines
274 B
XML
5 lines
274 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256">
|
||
|
<polygon points="64,128 120,192" stroke-width="32" stroke="#404040"/>
|
||
|
<circle cx="120" cy="192" r="16" fill="#404040"/>
|
||
|
<polygon points="120,192 192,64" stroke-width="32" stroke="#404040"/>
|
||
|
</svg>
|