Add MC Cars mark SVG logo to frontend images

This commit is contained in:
Lago
2026-05-09 23:42:28 +02:00
parent 9de88a5459
commit 926950bd62
5 changed files with 27 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-label="MC Cars mark">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#c48a42"/>
<stop offset="100%" stop-color="#8a5a22"/>
</linearGradient>
</defs>
<rect x="24" y="24" width="464" height="464" rx="110" fill="url(#g)"/>
<text x="50%" y="57%" text-anchor="middle" dominant-baseline="middle"
font-family="Inter, Arial, sans-serif" font-size="220" font-weight="700" fill="#0b0c10">MC</text>
</svg>

After

Width:  |  Height:  |  Size: 576 B