feat: add mapix logo assets

This commit is contained in:
2026-06-13 08:46:37 +02:00
parent 5e10be463e
commit 4dd9e5e487
6 changed files with 135 additions and 7 deletions

21
src/assets/favicon.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-labelledby="title">
<title id="title">mapix favicon</title>
<defs>
<linearGradient id="pin" x1="18" y1="5" x2="46" y2="58" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#1f6a8c"/>
<stop offset="1" stop-color="#124d6b"/>
</linearGradient>
</defs>
<path d="M22 8h20c7 0 13 6 13 13v12c0 13-18 29-23 33-5-4-23-20-23-33V21C9 14 15 8 22 8Z" fill="url(#pin)"/>
<path d="M25 8l3-5h12l3 5" fill="#124d6b"/>
<circle cx="32" cy="29" r="16" fill="#f8fafc"/>
<circle cx="32" cy="29" r="12" fill="#174f6e"/>
<g fill="#f8fafc">
<path d="M32 17a12 12 0 0 1 9 4H30l-3-4h5Z"/>
<path d="M44 25a12 12 0 0 1-1 9l-6-10 4-3 3 4Z"/>
<path d="M40 39a12 12 0 0 1-9 2l6-10 4 1-1 7Z"/>
<path d="M27 40a12 12 0 0 1-7-8h11l2 4-6 4Z"/>
<path d="M20 27a12 12 0 0 1 5-8l6 10-3 3-8-5Z"/>
</g>
<circle cx="43" cy="19" r="3" fill="#f8fafc"/>
</svg>

After

Width:  |  Height:  |  Size: 964 B