10 lines
420 B
XML
10 lines
420 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="9" fill="#101812"/>
|
|
<circle cx="16" cy="16" r="11" fill="#65d889" opacity=".08"/>
|
|
<g fill="none" stroke="#78e29a" stroke-width="2.6" stroke-linecap="round">
|
|
<path d="M16 6.5v9"/>
|
|
<path d="M10.1 10.3a8 8 0 1 0 11.8 0"/>
|
|
</g>
|
|
<circle cx="16" cy="16" r="8.8" fill="none" stroke="#78e29a" opacity=".16"/>
|
|
</svg>
|