Files
flutter/web/icons/mapflow-signal-spoon.svg
Ruslan Bakiev 6823b6d725
Build and deploy Flutter Web / build (push) Successful in 4m35s
Polish startup loader and map fly-in
2026-06-24 12:17:38 +07:00

42 lines
2.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" role="img" aria-label="MapFlow">
<defs>
<radialGradient id="bg" cx="35%" cy="25%" r="85%">
<stop offset="0%" stop-color="#4DF2FF"/>
<stop offset="42%" stop-color="#8E4DFF"/>
<stop offset="100%" stop-color="#090411"/>
</radialGradient>
<linearGradient id="spoon" x1="62" y1="42" x2="126" y2="154">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="48%" stop-color="#D9FBFF"/>
<stop offset="100%" stop-color="#FF4FA3"/>
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="5" result="blur"/>
<feColorMatrix in="blur" values="0 0 0 0 1 0 0 0 0 0.18 0 0 0 0 0.52 0 0 0 0.9 0"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="192" height="192" rx="48" fill="url(#bg)"/>
<path d="M45 137c26 18 76 18 102 0" fill="none" stroke="#4DF2FF" stroke-width="7" stroke-linecap="round" opacity=".32"/>
<path d="M36 113c36 27 84 27 120 0" fill="none" stroke="#4DF2FF" stroke-width="6" stroke-linecap="round" opacity=".42"/>
<path d="M57 82c24-23 54-23 78 0" fill="none" stroke="#FFFFFF" stroke-width="5" stroke-linecap="round" opacity=".44"/>
<path d="M74 68c13-11 31-11 44 0" fill="none" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" opacity=".64"/>
<g filter="url(#glow)">
<ellipse cx="96" cy="50" rx="18" ry="24" fill="url(#spoon)" transform="rotate(-18 96 50)"/>
<path d="M95 70c13 19 19 39 18 64-.1 8-5.3 13.7-12.2 13.7S89 142 88.7 134c-.7-25 3.9-45.2 16.6-65.5" fill="url(#spoon)"/>
<circle cx="96" cy="92" r="8" fill="#090411"/>
<circle cx="96" cy="92" r="3.5" fill="#4DF2FF"/>
</g>
<g fill="none" stroke="#FFFFFF" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" opacity=".84">
<path d="M77 104l-18 12 19 15"/>
<path d="M115 104l18 12-19 15"/>
<path d="M78 104l18-12 19 12"/>
<circle cx="59" cy="116" r="5" fill="#FFFFFF"/>
<circle cx="133" cy="116" r="5" fill="#FFFFFF"/>
<circle cx="96" cy="92" r="5" fill="#FFFFFF"/>
</g>
</svg>