23 lines
637 B
XML
23 lines
637 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="20"
|
||
|
height="20"
|
||
|
fill="none"
|
||
|
viewBox="0 0 20 20"
|
||
|
>
|
||
|
<g clip-path="url(#clip0_4319_1242)">
|
||
|
<circle cx="10" cy="10" r="10" fill="#09101C" />
|
||
|
<path
|
||
|
fill="#fff"
|
||
|
fill-rule="evenodd"
|
||
|
d="M11.563 19.879a10.073 10.073 0 0 1-3.126 0v-6.91H5.899v-2.908h2.54V7.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.909h-2.33v6.909Z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
</g>
|
||
|
<defs>
|
||
|
<clipPath id="clip0_4319_1242">
|
||
|
<path fill="#fff" d="M0 0h20v20H0z" />
|
||
|
</clipPath>
|
||
|
</defs>
|
||
|
</svg>
|