<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<!-- Circular Background -->
<circle cx="100" cy="100" r="95" fill="#f3f4f6" stroke="#d1d5db" stroke-width="3"/>
<!-- Inner Circle -->
<circle cx="100" cy="100" r="75" fill="#e5e7eb"/>
<!-- Head -->
<circle cx="100" cy="70" r="20" fill="#9ca3af"/>
<!-- Body -->
<ellipse cx="100" cy="115" rx="25" ry="35" fill="#9ca3af"/>
<!-- Arms -->
<line x1="75" y1="95" x2="55" y2="110" stroke="#9ca3af" stroke-width="8" stroke-linecap="round"/>
<line x1="125" y1="95" x2="145" y2="110" stroke="#9ca3af" stroke-width="8" stroke-linecap="round"/>
<!-- Legs -->
<line x1="90" y1="145" x2="85" y2="165" stroke="#9ca3af" stroke-width="8" stroke-linecap="round"/>
<line x1="110" y1="145" x2="115" y2="165" stroke="#9ca3af" stroke-width="8" stroke-linecap="round"/>
<!-- Text -->
<text x="100" y="105" font-family="Arial, sans-serif" font-size="12" fill="#6b7280" text-anchor="middle" opacity="0.6">Figure</text>
</svg>
|