6 lines
265 B
XML
6 lines
265 B
XML
|
<svg width="10" height="10" version="1.1" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
|
||
|
<circle cx="5" cy="5" r="5" fill-opacity=".29412"/>
|
||
|
<circle cx="5" cy="5" r="4" fill="#474747"/>
|
||
|
<path d="m4 2v2h-2v2h2v2h2v-2h2v-2h-2v-2z" fill="#84ffb1"/>
|
||
|
</svg>
|