20 lines
399 B
XML
20 lines
399 B
XML
<!--
|
|
tags: [shape, egg, circle, zero, oval, geometry, form, figure, pattern, outline]
|
|
category: Shapes
|
|
version: "1.55"
|
|
unicode: "f02e"
|
|
-->
|
|
<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="M6 12a6 9 0 1 0 12 0a6 9 0 1 0 -12 0" />
|
|
</svg>
|