Files
vyndr/web/public/favicon.svg
T

23 lines
965 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="VYNDR">
<defs>
<linearGradient id="vy" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#00FFB8"/>
<stop offset="100%" stop-color="#00D4A0"/>
</linearGradient>
<filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="1.6"/>
</filter>
</defs>
<rect width="64" height="64" rx="12" fill="#06060B"/>
<g stroke="url(#vy)" stroke-linecap="round" fill="none">
<g filter="url(#glow)" opacity="0.55">
<line x1="14" y1="14" x2="32" y2="34" stroke-width="6"/>
<line x1="32" y1="34" x2="32" y2="52" stroke-width="6"/>
<line x1="6" y1="58" x2="58" y2="6" stroke-width="6"/>
</g>
<line x1="14" y1="14" x2="32" y2="34" stroke-width="6"/>
<line x1="32" y1="34" x2="32" y2="52" stroke-width="6"/>
<line x1="6" y1="58" x2="58" y2="6" stroke-width="5.5"/>
</g>
</svg>