Feat: Add SVG favicon

Co-authored-by: gemini-3.5-flash <gemini@google.com>
This commit is contained in:
2026-05-31 15:32:19 -07:00
parent d95d046907
commit a0d1dcecc4

15
public/favicon.svg Normal file
View File

@@ -0,0 +1,15 @@
<svg viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="ap-grad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4f46e5"/>
<stop offset="100%" stop-color="#0ea5e9"/>
</linearGradient>
</defs>
<rect x="6" y="6" width="108" height="108" rx="28" fill="#ffffff" stroke="url(#ap-grad)" stroke-width="8"/>
<circle cx="36" cy="36" r="8" fill="#4f46e5"/>
<circle cx="84" cy="36" r="8" fill="#0ea5e9"/>
<circle cx="36" cy="84" r="8" fill="#0ea5e9"/>
<circle cx="84" cy="84" r="8" fill="#4f46e5"/>
<path d="M36 36L84 84M84 36L36 84M36 36H84M36 84H84" stroke="#111827" stroke-opacity=".6" stroke-width="4" stroke-linecap="round"/>
<circle cx="60" cy="60" r="10" fill="#111827"/>
</svg>

After

Width:  |  Height:  |  Size: 759 B