45 lines
2.0 KiB
XML
45 lines
2.0 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
|
<!-- Dark space background -->
|
|
<rect width="100" height="100" fill="#0a0a1f"/>
|
|
|
|
<!-- Galaxy spiral -->
|
|
<defs>
|
|
<radialGradient id="galaxyGlow" cx="50%" cy="50%">
|
|
<stop offset="0%" style="stop-color:#88ccff;stop-opacity:0.8"/>
|
|
<stop offset="50%" style="stop-color:#4488aa;stop-opacity:0.4"/>
|
|
<stop offset="100%" style="stop-color:#0a0a1f;stop-opacity:0"/>
|
|
</radialGradient>
|
|
<radialGradient id="coreGlow" cx="50%" cy="50%">
|
|
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1"/>
|
|
<stop offset="30%" style="stop-color:#88ccff;stop-opacity:0.8"/>
|
|
<stop offset="100%" style="stop-color:#0a0a1f;stop-opacity:0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
|
|
<!-- Outer galaxy glow -->
|
|
<circle cx="50" cy="50" r="40" fill="url(#galaxyGlow)" opacity="0.3"/>
|
|
|
|
<!-- Galaxy core -->
|
|
<ellipse cx="50" cy="50" rx="28" ry="18" fill="url(#galaxyGlow)" opacity="0.6" transform="rotate(30 50 50)"/>
|
|
<ellipse cx="50" cy="50" rx="24" ry="14" fill="url(#galaxyGlow)" opacity="0.7" transform="rotate(30 50 50)"/>
|
|
|
|
<!-- Bright center -->
|
|
<circle cx="50" cy="50" r="8" fill="url(#coreGlow)"/>
|
|
|
|
<!-- Stars -->
|
|
<circle cx="20" cy="25" r="1.5" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="75" cy="30" r="1" fill="#88ccff" opacity="0.8"/>
|
|
<circle cx="85" cy="65" r="1.2" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="15" cy="70" r="1" fill="#88ccff" opacity="0.7"/>
|
|
<circle cx="30" cy="85" r="1.5" fill="#ffffff" opacity="0.8"/>
|
|
<circle cx="70" cy="20" r="0.8" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="90" cy="45" r="1" fill="#88ccff" opacity="0.8"/>
|
|
<circle cx="12" cy="50" r="1.2" fill="#ffffff" opacity="0.7"/>
|
|
|
|
<!-- Tiny sparkles -->
|
|
<circle cx="35" cy="20" r="0.5" fill="#ffffff" opacity="0.6"/>
|
|
<circle cx="65" cy="75" r="0.5" fill="#88ccff" opacity="0.6"/>
|
|
<circle cx="25" cy="60" r="0.5" fill="#ffffff" opacity="0.5"/>
|
|
<circle cx="80" cy="80" r="0.5" fill="#88ccff" opacity="0.6"/>
|
|
</svg>
|