10 lines
477 B
XML
10 lines
477 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#3b82f6"/>
|
|
<stop offset="100%" style="stop-color:#9333ea"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="512" height="512" rx="64" fill="url(#bg)"/>
|
|
<text x="256" y="350" font-family="Arial, sans-serif" font-size="280" font-weight="bold" fill="white" text-anchor="middle">MC</text>
|
|
</svg> |