Add MC Cars mark SVG logo to frontend images
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -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 |
Reference in New Issue
Block a user