18 lines
822 B
XML
18 lines
822 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
<defs>
|
|
<linearGradient id="fg" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#4338ca"/>
|
|
<stop offset="100%" stop-color="#3b82f6"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="2" y="2" width="60" height="60" rx="16" fill="url(#fg)"/>
|
|
<!-- Head -->
|
|
<circle cx="32" cy="22" r="9" fill="#fff"/>
|
|
<!-- Body -->
|
|
<path d="M16 52c0-10 7-17 16-17s16 7 16 17" fill="rgba(255,255,255,0.2)" stroke="#fff" stroke-width="3" stroke-linecap="round"/>
|
|
<!-- Connection dots -->
|
|
<circle cx="12" cy="20" r="3" fill="#fff" opacity="0.5"/>
|
|
<circle cx="52" cy="20" r="3" fill="#fff" opacity="0.5"/>
|
|
<circle cx="18" cy="46" r="2.5" fill="#fff" opacity="0.3"/>
|
|
<circle cx="46" cy="46" r="2.5" fill="#fff" opacity="0.3"/>
|
|
</svg> |