Files
claude-misc/icon-m.svg
T
2026-07-09 09:21:45 +02:00

16 lines
664 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#3f6fa6"/>
<stop offset="1" stop-color="#2b5280"/>
</linearGradient>
<linearGradient id="m" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#d8bfa2"/>
<stop offset="1" stop-color="#b6906c"/>
</linearGradient>
</defs>
<rect width="1024" height="1024" rx="224" fill="url(#bg)"/>
<path d="M 302 706 L 302 328 L 512 576 L 722 328 L 722 706"
fill="none" stroke="url(#m)" stroke-width="98" stroke-linejoin="miter"/>
</svg>