mission-control/public/icon-192x192.svg

10 lines
476 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192">
<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="192" height="192" rx="24" fill="url(#bg)"/>
<text x="96" y="130" font-family="Arial, sans-serif" font-size="100" font-weight="bold" fill="white" text-anchor="middle">MC</text>
</svg>