43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120">
|
|
|
|
<!-- Speech bubble: large circle + triangular tail bottom-left -->
|
|
<!-- Circle center (62, 56) radius 52 -->
|
|
<!-- Tail departs ~7 o'clock (37,103), tip (8,116), re-enters ~8 o'clock (18,88) -->
|
|
<path d="M62 4
|
|
A52 52 0 1 1 37 103
|
|
L8 116
|
|
L18 88
|
|
A52 52 0 0 1 62 4
|
|
Z"
|
|
fill="#3D8EF0"/>
|
|
|
|
<!-- Antenna stick -->
|
|
<rect x="59" y="17" width="6" height="12" rx="3" fill="white"/>
|
|
<!-- Antenna ball -->
|
|
<circle cx="62" cy="15" r="5.5" fill="white"/>
|
|
|
|
<!-- Head: large wide oval-ish rounded rect -->
|
|
<rect x="36" y="28" width="52" height="38" rx="17" fill="white"/>
|
|
|
|
<!-- Eyes: large blue circles on white head -->
|
|
<circle cx="50" cy="47" r="9" fill="#3D8EF0"/>
|
|
<circle cx="74" cy="47" r="9" fill="#3D8EF0"/>
|
|
|
|
<!-- Body -->
|
|
<rect x="40" y="70" width="44" height="28" rx="9" fill="white"/>
|
|
|
|
<!-- Three dots on body -->
|
|
<circle cx="51" cy="84" r="3.5" fill="#3D8EF0"/>
|
|
<circle cx="62" cy="84" r="3.5" fill="#3D8EF0"/>
|
|
<circle cx="73" cy="84" r="3.5" fill="#3D8EF0"/>
|
|
|
|
<!-- Left arm: horizontal stub + ball -->
|
|
<rect x="26" y="73" width="14" height="7" rx="3.5" fill="white"/>
|
|
<circle cx="26" cy="76.5" r="6" fill="white"/>
|
|
|
|
<!-- Right arm: horizontal stub + ball -->
|
|
<rect x="84" y="73" width="14" height="7" rx="3.5" fill="white"/>
|
|
<circle cx="98" cy="76.5" r="6" fill="white"/>
|
|
|
|
</svg>
|