21 lines
407 B
XML
21 lines
407 B
XML
|
<svg
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
width="16"
|
||
|
height="16"
|
||
|
fill="none"
|
||
|
viewBox="0 0 16 16"
|
||
|
>
|
||
|
<path
|
||
|
fill="#E95460"
|
||
|
fill-rule="evenodd"
|
||
|
d="M1.5 8a6.5 6.5 0 1 1 13 0 6.5 6.5 0 0 1-13 0Z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
<path
|
||
|
fill="#fff"
|
||
|
fill-rule="evenodd"
|
||
|
d="m8.75 4-.2 5h-1.1l-.2-5h1.5ZM8 10.5A.75.75 0 1 1 8 12a.75.75 0 0 1 0-1.5Z"
|
||
|
clip-rule="evenodd"
|
||
|
/>
|
||
|
</svg>
|