q / icon.svg
Humuhumu33's picture
Unified feature-complete build: clause-streamed voice + 260-char bubbles + PWA/offline SW + self-contained vendor
89dc30e verified
|
Raw
History Blame Contribute Delete
1.02 kB
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<defs>
<radialGradient id="bg" cx="35%" cy="28%" r="95%">
<stop offset="0%" stop-color="#1a1140"/>
<stop offset="100%" stop-color="#06070c"/>
</radialGradient>
<linearGradient id="orb" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#c6b8ff"/>
<stop offset="52%" stop-color="#8b7bff"/>
<stop offset="100%" stop-color="#5b3fd6"/>
</linearGradient>
</defs>
<rect width="512" height="512" rx="112" fill="url(#bg)"/>
<circle cx="256" cy="256" r="152" fill="url(#orb)" opacity="0.12"/>
<g fill="none" stroke="url(#orb)" stroke-width="7" opacity="0.95">
<circle cx="256" cy="256" r="152"/>
<ellipse cx="256" cy="256" rx="152" ry="60"/>
<ellipse cx="256" cy="256" rx="60" ry="152"/>
<ellipse cx="256" cy="256" rx="152" ry="112"/>
<ellipse cx="256" cy="256" rx="112" ry="152"/>
</g>
<circle cx="322" cy="330" r="24" fill="#06d755" stroke="#06070c" stroke-width="8"/>
</svg>