Files
m5y/icons/coshin.svg
T
2026-07-25 16:51:21 +03:00

38 lines
1.5 KiB
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="1" y2="1">
<stop offset="0%" stop-color="#6b78e0"/>
<stop offset="55%" stop-color="#3949ab"/>
<stop offset="100%" stop-color="#232c6e"/>
</linearGradient>
<linearGradient id="sheen" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.32"/>
<stop offset="45%" stop-color="#ffffff" stop-opacity="0.05"/>
<stop offset="46%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
<radialGradient id="glow" cx="30%" cy="22%" r="75%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.22"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="1024" height="1024" fill="url(#bg)"/>
<rect width="1024" height="1024" fill="url(#glow)"/>
<!-- Radiating flash rings -->
<g fill="none" stroke="#ffffff">
<circle cx="512" cy="512" r="420" stroke-width="14" stroke-opacity="0.16"/>
<circle cx="512" cy="512" r="340" stroke-width="20" stroke-opacity="0.28"/>
<circle cx="512" cy="512" r="260" stroke-width="26" stroke-opacity="0.45"/>
</g>
<!-- Core flash -->
<circle cx="512" cy="512" r="188" fill="#ffffff"/>
<!-- Colour-cycle dots (the app's own default flash colours) -->
<circle cx="256" cy="256" r="76" fill="#e53935"/>
<circle cx="768" cy="768" r="76" fill="#fdd835"/>
<rect width="1024" height="512" fill="url(#sheen)"/>
</svg>