Files
furumi-desktop/crates/ui/assets/logo.svg
T
2026-08-12 01:30:57 +01:00

14 lines
553 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="g" x1="8" y1="56" x2="56" y2="8" gradientUnits="userSpaceOnUse">
<stop stop-color="#6d5dfb"/>
<stop offset="1" stop-color="#49d7a5"/>
</linearGradient>
</defs>
<rect width="64" height="64" rx="18" fill="url(#g)"/>
<path d="M25 43V19l22-4v23" fill="none" stroke="white" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="19" cy="44" r="7" fill="white"/>
<circle cx="41" cy="39" r="7" fill="white"/>
</svg>