1
0
forked from jason/echo
Files
chorus/chorus-icon.svg
T

34 lines
1.5 KiB
XML
Raw Normal View History

<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="#141433"/>
<stop offset="1" stop-color="#232355"/>
</linearGradient>
</defs>
<!-- background -->
<rect x="0" y="0" width="1024" height="1024" rx="224" fill="url(#bg)"/>
<!-- three voices: overlapping wave arcs radiating from three offset origins -->
<g fill="none" stroke-linecap="round">
<!-- voice 1 — teal -->
<g stroke="#3fd8c2">
<circle cx="392" cy="452" r="70" stroke-width="34" opacity="0.95"/>
<circle cx="392" cy="452" r="160" stroke-width="26" opacity="0.55"/>
<circle cx="392" cy="452" r="250" stroke-width="20" opacity="0.28"/>
</g>
<!-- voice 2 — violet -->
<g stroke="#8f7bff">
<circle cx="632" cy="452" r="70" stroke-width="34" opacity="0.95"/>
<circle cx="632" cy="452" r="160" stroke-width="26" opacity="0.55"/>
<circle cx="632" cy="452" r="250" stroke-width="20" opacity="0.28"/>
</g>
<!-- voice 3 — amber -->
<g stroke="#ffb347">
<circle cx="512" cy="640" r="70" stroke-width="34" opacity="0.95"/>
<circle cx="512" cy="640" r="160" stroke-width="26" opacity="0.55"/>
<circle cx="512" cy="640" r="250" stroke-width="20" opacity="0.28"/>
</g>
</g>
<!-- shared center where the three voices meet -->
<circle cx="512" cy="512" r="46" fill="#f4f2ff"/>
</svg>