Files
openclaw-market/public/claw-icon.svg
2026-03-14 19:04:09 +08:00

35 lines
2.0 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<!-- Lobster body -->
<ellipse cx="32" cy="38" rx="12" ry="18" fill="#ff6b35"/>
<!-- Tail segments -->
<ellipse cx="32" cy="54" rx="8" ry="6" fill="#e55a2b"/>
<ellipse cx="32" cy="60" rx="5" ry="4" fill="#cc4a1f"/>
<!-- Head -->
<ellipse cx="32" cy="22" rx="10" ry="8" fill="#ff6b35"/>
<!-- Eyes -->
<circle cx="27" cy="18" r="3" fill="#1a1a2e"/>
<circle cx="37" cy="18" r="3" fill="#1a1a2e"/>
<circle cx="27.5" cy="17" r="1" fill="#fff"/>
<circle cx="37.5" cy="17" r="1" fill="#fff"/>
<!-- Antennae -->
<path d="M24 14 Q18 8 14 4" stroke="#ff6b35" stroke-width="2" stroke-linecap="round" fill="none"/>
<path d="M40 14 Q46 8 50 4" stroke="#ff6b35" stroke-width="2" stroke-linecap="round" fill="none"/>
<!-- Left claw -->
<ellipse cx="14" cy="32" rx="8" ry="6" fill="#ff6b35"/>
<ellipse cx="10" cy="28" rx="5" ry="4" fill="#ff6b35"/>
<ellipse cx="10" cy="36" rx="5" ry="4" fill="#ff6b35"/>
<path d="M6 26 Q4 24 6 22" stroke="#ff6b35" stroke-width="2" stroke-linecap="round" fill="none"/>
<path d="M6 38 Q4 40 6 42" stroke="#ff6b35" stroke-width="2" stroke-linecap="round" fill="none"/>
<!-- Right claw -->
<ellipse cx="50" cy="32" rx="8" ry="6" fill="#ff6b35"/>
<ellipse cx="54" cy="28" rx="5" ry="4" fill="#ff6b35"/>
<ellipse cx="54" cy="36" rx="5" ry="4" fill="#ff6b35"/>
<path d="M58 26 Q60 24 58 22" stroke="#ff6b35" stroke-width="2" stroke-linecap="round" fill="none"/>
<path d="M58 38 Q60 40 58 42" stroke="#ff6b35" stroke-width="2" stroke-linecap="round" fill="none"/>
<!-- Legs -->
<line x1="22" y1="40" x2="14" y2="44" stroke="#e55a2b" stroke-width="2" stroke-linecap="round"/>
<line x1="22" y1="46" x2="14" y2="52" stroke="#e55a2b" stroke-width="2" stroke-linecap="round"/>
<line x1="42" y1="40" x2="50" y2="44" stroke="#e55a2b" stroke-width="2" stroke-linecap="round"/>
<line x1="42" y1="46" x2="50" y2="52" stroke="#e55a2b" stroke-width="2" stroke-linecap="round"/>
</svg>