gc-wing/apps/web/public/favicon.svg

22 lines
640 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="128" height="128" role="img" aria-label="WING">
<defs>
<linearGradient id="g" x1="20" y1="20" x2="108" y2="108" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#60A5FA" />
<stop offset="1" stop-color="#2563EB" />
</linearGradient>
</defs>
<circle cx="64" cy="64" r="58" fill="#0F172A" stroke="#1E3A5F" stroke-width="8" />
<!-- Stylized "W" mark -->
<path
d="M28 38 L44 92 L64 54 L84 92 L100 38"
fill="none"
stroke="url(#g)"
stroke-width="14"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>