16 lines
799 B
XML
16 lines
799 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<defs>
|
|
<linearGradient id="fg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#1b5e3a"/>
|
|
<stop offset="100%" stop-color="#3CB371"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="64" height="64" rx="16" fill="url(#fg)"/>
|
|
<!-- Stylized M with sparkle -->
|
|
<text x="32" y="43" font-family="'Segoe UI', 'Helvetica Neue', Arial, sans-serif" font-size="32" font-weight="900" fill="#ffffff" text-anchor="middle" letter-spacing="-2">M</text>
|
|
<circle cx="51" cy="14" r="2" fill="#ffffff" opacity="0.95"/>
|
|
<circle cx="56" cy="20" r="1.2" fill="#ffffff" opacity="0.7"/>
|
|
<circle cx="47" cy="9" r="1.1" fill="#ffffff" opacity="0.6"/>
|
|
</svg>
|