53 lines
2.1 KiB
XML
53 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 160" width="480" height="160">
|
|
<defs>
|
|
<linearGradient id="momoG" x1="0" y1="0" x2="1" y2="1">
|
|
<stop offset="0%" stop-color="#1b5e3a"/>
|
|
<stop offset="55%" stop-color="#2E8B57"/>
|
|
<stop offset="100%" stop-color="#3CB371"/>
|
|
</linearGradient>
|
|
<linearGradient id="sparkleG" x1="0" y1="0" x2="1" y2="0">
|
|
<stop offset="0%" stop-color="#7ED9A7" stop-opacity="0"/>
|
|
<stop offset="50%" stop-color="#7ED9A7" stop-opacity="0.9"/>
|
|
<stop offset="100%" stop-color="#7ED9A7" stop-opacity="0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Magical trail sweeping across the letters -->
|
|
<path d="M 10 118 Q 120 98 240 118 T 470 108"
|
|
fill="none" stroke="url(#sparkleG)" stroke-width="3" stroke-linecap="round"/>
|
|
|
|
<!-- MOMO wordmark -->
|
|
<g fill="url(#momoG)" font-family="'Segoe UI', 'Helvetica Neue', Arial, sans-serif" font-weight="900">
|
|
<text x="0" y="120" font-size="128" letter-spacing="-6">MOMO</text>
|
|
</g>
|
|
|
|
<!-- Fairy silhouette above the second O -->
|
|
<g fill="url(#momoG)" transform="translate(395 6)">
|
|
<!-- hair -->
|
|
<path d="M 12 2 Q 6 -2 3 5 Q 8 3 14 5 Z"/>
|
|
<!-- head -->
|
|
<circle cx="13" cy="9" r="4.2"/>
|
|
<!-- body / dress flowing -->
|
|
<path d="M 13 13 Q 7 22 6 34 L 20 34 Q 19 22 13 13 Z"/>
|
|
<!-- arm with wand -->
|
|
<path d="M 14 15 L 29 7 L 31 10 L 16 18 Z"/>
|
|
<!-- wand star -->
|
|
<g transform="translate(30 3) scale(0.7)">
|
|
<path d="M 3 0 L 4 2.5 L 7 2.8 L 4.7 4.7 L 5.5 7.5 L 3 6 L 0.5 7.5 L 1.3 4.7 L -1 2.8 L 2 2.5 Z"/>
|
|
</g>
|
|
<!-- wings -->
|
|
<path d="M 7 18 Q -2 14 -1 28 Q 4 25 9 23 Z" opacity="0.5"/>
|
|
<path d="M 19 18 Q 28 14 27 28 Q 22 25 17 23 Z" opacity="0.5"/>
|
|
</g>
|
|
|
|
<!-- Sparkles scattered -->
|
|
<g fill="#3CB371">
|
|
<circle cx="450" cy="18" r="2.4"/>
|
|
<circle cx="438" cy="32" r="1.4"/>
|
|
<circle cx="460" cy="42" r="1.8"/>
|
|
<circle cx="430" cy="10" r="1.2" opacity="0.7"/>
|
|
<path d="M 455 62 L 456.5 65.5 L 460 66 L 457.5 68.5 L 458.5 72 L 455 70 L 451.5 72 L 452.5 68.5 L 450 66 L 453.5 65.5 Z" opacity="0.85"/>
|
|
</g>
|
|
</svg>
|