Change favicon to themed SVG

This commit is contained in:
Achraf Achkari
2026-06-03 19:44:45 +02:00
parent f165ba894f
commit 761e416680
2 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

8
src/app/icon.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="14" fill="#0E0E10"/>
<circle cx="32" cy="32" r="24" fill="#17171A" stroke="#C8A96A" stroke-width="2.5"/>
<path d="M18 22c5.7 0 10.2 1.5 14 4.6C35.8 23.5 40.3 22 46 22v24c-5.7 0-10.2 1.5-14 4.6C28.2 47.5 23.7 46 18 46V22Z" fill="#F4F1EA"/>
<path d="M32 26.6v24" stroke="#C8A96A" stroke-width="2" stroke-linecap="round"/>
<path d="M23 29.5l3.4 11 3.1-8.2 2.5 8.2 3-8.2 2.8 8.2 3.2-11" fill="none" stroke="#0E0E10" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M21.5 25.9c4.3.3 7.6 1.4 10.5 3.7 2.9-2.3 6.2-3.4 10.5-3.7" fill="none" stroke="#C8A96A" stroke-width="1.8" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 735 B