45 lines
912 B
XML
45 lines
912 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="20"
|
||
|
height="20"
|
||
|
fill="none"
|
||
|
viewBox="0 0 20 20"
|
||
|
>
|
||
|
<path
|
||
|
stroke="#09101C"
|
||
|
stroke-width="1.2"
|
||
|
d="M10.1 2.6a7.5 7.5 0 1 0 7.5 7.5"
|
||
|
/>
|
||
|
<mask
|
||
|
id="prefix__mask0_1036_13"
|
||
|
width="10"
|
||
|
height="10"
|
||
|
x="9"
|
||
|
y="1"
|
||
|
maskUnits="userSpaceOnUse"
|
||
|
style="mask-type: alpha"
|
||
|
>
|
||
|
<path fill="url(#prefix__paint0_linear_1036_13)" d="M9 1h10v10H9z" />
|
||
|
</mask>
|
||
|
<g mask="url(#prefix__mask0_1036_13)">
|
||
|
<path
|
||
|
stroke="#09101C"
|
||
|
stroke-width="1.2"
|
||
|
d="M17.6 10.1a7.5 7.5 0 0 0-7.5-7.5"
|
||
|
/>
|
||
|
</g>
|
||
|
<defs>
|
||
|
<linearGradient
|
||
|
id="prefix__paint0_linear_1036_13"
|
||
|
x1="11"
|
||
|
x2="15.396"
|
||
|
y1="3"
|
||
|
y2="5.909"
|
||
|
gradientUnits="userSpaceOnUse"
|
||
|
>
|
||
|
<stop stop-color="#09101C" stop-opacity="0" />
|
||
|
<stop offset="1" stop-color="#09101C" />
|
||
|
</linearGradient>
|
||
|
</defs>
|
||
|
</svg>
|