24 lines
513 B
XML
24 lines
513 B
XML
<!--
|
|
tags: [shape, split, slash, circle, half, round, circular, geometry, form, figure]
|
|
category: Shapes
|
|
version: "1.52"
|
|
unicode: "eff3"
|
|
-->
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />
|
|
<path d="M12 3v18" />
|
|
<path d="M12 14l7 -7" />
|
|
<path d="M12 19l8.5 -8.5" />
|
|
<path d="M12 9l4.5 -4.5" />
|
|
</svg>
|