24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" fill="none">
|
|
<defs>
|
|
<linearGradient id="eg-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#ff2d6b"/>
|
|
<stop offset="50%" stop-color="#8b2fc9"/>
|
|
<stop offset="100%" stop-color="#ff2d6b"/>
|
|
</linearGradient>
|
|
<linearGradient id="eg-heart" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#ff6b9d"/>
|
|
<stop offset="100%" stop-color="#ff2d6b"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<circle cx="60" cy="60" r="56" fill="#1a1220" stroke="url(#eg-grad)" stroke-width="3"/>
|
|
<circle cx="60" cy="60" r="44" fill="url(#eg-grad)" opacity="0.15"/>
|
|
<!-- Cute heart with sparkle -->
|
|
<path d="M60 88 C60 88 28 68 28 48 C28 36 36 30 44 30 C50 30 56 34 60 40 C64 34 70 30 76 30 C84 30 92 36 92 48 C92 68 60 88 60 88Z" fill="url(#eg-heart)"/>
|
|
<path d="M48 42 C48 38 52 36 54 38" stroke="#fff" stroke-width="2.5" stroke-linecap="round" opacity="0.6"/>
|
|
<!-- EG monogram -->
|
|
<text x="60" y="72" text-anchor="middle" font-family="system-ui, sans-serif" font-weight="800" font-size="18" fill="#fff" opacity="0.9">EG</text>
|
|
<!-- Sparkle stars -->
|
|
<circle cx="88" cy="28" r="3" fill="#fff" opacity="0.9"/>
|
|
<circle cx="32" cy="32" r="2" fill="#fff" opacity="0.6"/>
|
|
<path d="M88 22 L89 26 L93 27 L89 28 L88 32 L87 28 L83 27 L87 26 Z" fill="#ffd700"/>
|
|
</svg> |