Files

66 lines
2.9 KiB
XML
Raw Permalink Normal View History

2026-01-18 02:22:05 -06:00
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<!-- Gradient definitions -->
<defs>
<linearGradient id="catGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B9D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#C239B3;stop-opacity:1" />
</linearGradient>
<linearGradient id="accentGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FEC6DF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF6B9D;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="100" cy="100" r="95" fill="url(#accentGradient)" opacity="0.2"/>
<!-- Cat body -->
<ellipse cx="100" cy="130" rx="45" ry="50" fill="url(#catGradient)"/>
<!-- Cat head -->
<circle cx="100" cy="80" r="35" fill="url(#catGradient)"/>
<!-- Left ear -->
<path d="M 75 55 L 65 30 L 85 50 Z" fill="url(#catGradient)"/>
<path d="M 75 55 L 70 35 L 82 52 Z" fill="#FEC6DF"/>
<!-- Right ear -->
<path d="M 125 55 L 135 30 L 115 50 Z" fill="url(#catGradient)"/>
<path d="M 125 55 L 130 35 L 118 52 Z" fill="#FEC6DF"/>
<!-- Left eye -->
<ellipse cx="88" cy="75" rx="6" ry="10" fill="#2D3436"/>
<ellipse cx="89" cy="73" rx="2" ry="3" fill="white"/>
<!-- Right eye -->
<ellipse cx="112" cy="75" rx="6" ry="10" fill="#2D3436"/>
<ellipse cx="113" cy="73" rx="2" ry="3" fill="white"/>
<!-- Nose -->
<path d="M 100 85 L 97 90 L 103 90 Z" fill="#FF6B9D"/>
<!-- Mouth -->
<path d="M 100 90 Q 95 93 92 91" stroke="#2D3436" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<path d="M 100 90 Q 105 93 108 91" stroke="#2D3436" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<!-- Whiskers left -->
<line x1="70" y1="80" x2="50" y2="78" stroke="#2D3436" stroke-width="1.5" stroke-linecap="round"/>
<line x1="70" y1="85" x2="50" y2="85" stroke="#2D3436" stroke-width="1.5" stroke-linecap="round"/>
<line x1="70" y1="90" x2="50" y2="92" stroke="#2D3436" stroke-width="1.5" stroke-linecap="round"/>
<!-- Whiskers right -->
<line x1="130" y1="80" x2="150" y2="78" stroke="#2D3436" stroke-width="1.5" stroke-linecap="round"/>
<line x1="130" y1="85" x2="150" y2="85" stroke="#2D3436" stroke-width="1.5" stroke-linecap="round"/>
<line x1="130" y1="90" x2="150" y2="92" stroke="#2D3436" stroke-width="1.5" stroke-linecap="round"/>
<!-- Paws -->
<ellipse cx="80" cy="170" rx="12" ry="8" fill="#FF6B9D"/>
<ellipse cx="120" cy="170" rx="12" ry="8" fill="#FF6B9D"/>
<!-- Tail -->
<path d="M 140 140 Q 160 130 165 110 Q 168 90 160 75" stroke="url(#catGradient)" stroke-width="12" fill="none" stroke-linecap="round"/>
<!-- Heart on chest (art/creativity symbol) -->
<path d="M 100 120 L 95 115 Q 93 112 93 109 Q 93 106 95 104 Q 97 102 100 104 Q 103 102 105 104 Q 107 106 107 109 Q 107 112 105 115 Z" fill="#FEC6DF"/>
</svg>