38 lines
609 B
XML

<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 100 100"
fill="black"
width="64"
height="64"
>
<!-- Ãîëîâà -->
<circle cx="50" cy="30" r="10" fill="black" />
<!-- Ðóêè -->
<path
d="M30 50 Q50 70, 70 50"
fill="none"
stroke="black"
stroke-width="8"
stroke-linecap="round"
/>
<!-- Òåëî -->
<path
d="M50 40 L50 60"
fill="none"
stroke="black"
stroke-width="8"
stroke-linecap="round"
/>
<!-- Íîãè -->
<path
d="M40 75 L50 60 L60 75"
fill="none"
stroke="black"
stroke-width="8"
stroke-linecap="round"
/>
</svg>