24 lines
520 B
XML
24 lines
520 B
XML
<!--
|
|
tags: [design, picture, icons, geometry, form, figure, pattern, outline]
|
|
category: Shapes
|
|
version: "1.68"
|
|
unicode: "f1d4"
|
|
-->
|
|
<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 6.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />
|
|
<path d="M2.5 21h8l-4 -7l-4 7" />
|
|
<path d="M14 3l7 7" />
|
|
<path d="M14 10l7 -7" />
|
|
<path d="M14 14h7v7h-7l0 -7" />
|
|
</svg>
|