Flatlogic Bot 71ee90fe50 12
2025-11-30 19:15:26 +00:00

16 lines
638 B
XML

<svg width="100" height="120" viewBox="0 0 100 120" xmlns="http://www.w3.org/2000/svg">
<!-- Bauble Cap -->
<rect x="40" y="0" width="20" height="10" fill="#f1c40f"/>
<!-- Bauble Loop -->
<path d="M 50 10 Q 55 20 60 10" stroke="#f1c40f" stroke-width="2" fill="none"/>
<!-- Main Bauble with Gradient -->
<defs>
<radialGradient id="baubleGradient" cx="0.3" cy="0.3" r="0.7">
<stop offset="0%" style="stop-color: #e74c3c; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #c0392b; stop-opacity: 1" />
</radialGradient>
</defs>
<circle cx="50" cy="60" r="40" fill="url(#baubleGradient)"/>
</svg>