turboderp's picture
Upload 9 files
fb5556c verified
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="100%" height="100%" fill="#fafafa" />
<!-- Kitten Body -->
<ellipse cx="150" cy="160" rx="70" ry="50" fill="#ffccaa" stroke="#d8a077" stroke-width="2"/>
<!-- Kitten Head -->
<ellipse cx="150" cy="100" rx="60" ry="50" fill="#ffccaa" stroke="#d8a077" stroke-width="2"/>
<!-- Left Ear -->
<path d="M110 50 Q100 30 120 20 Q130 30 125 50" fill="#ffccaa" stroke="#d8a077" stroke-width="2"/>
<!-- Right Ear -->
<path d="M190 50 Q200 30 180 20 Q170 30 175 50" fill="#ffccaa" stroke="#d8a077" stroke-width="2"/>
<!-- Eyes -->
<circle cx="130" cy="85" r="10" fill="white" stroke="#000" stroke-width="1"/>
<circle cx="130" cy="85" r="6" fill="#000"/>
<circle cx="170" cy="85" r="10" fill="white" stroke="#000" stroke-width="1"/>
<circle cx="170" cy="85" r="6" fill="#000"/>
<!-- Big, Cute Eyes (highlight) -->
<circle cx="130" cy="82" r="2" fill="#ffccaa"/>
<circle cx="170" cy="82" r="2" fill="#ffccaa"/>
<!-- Nose -->
<ellipse cx="150" cy="100" rx="10" ry="6" fill="#ff3300"/>
<!-- Whiskers -->
<line x1="140" y1="110" x2="140" y2="130" stroke="#000" stroke-width="1"/>
<line x1="148" y1="108" x2="148" y2="128" stroke="#000" stroke-width="1"/>
<line x1="156" y1="108" x2="156" y2="128" stroke="#000" stroke-width="1"/>
<line x1="140" y1="108" x2="140" y2="128" stroke="#000" stroke-width="1"/>
<line x1="160" y1="110" x2="160" y2="130" stroke="#000" stroke-width="1"/>
<line x1="168" y1="108" x2="168" y2="128" stroke="#000" stroke-width="1"/>
<line x1="176" y1="108" x2="176" y2="128" stroke="#000" stroke-width="1"/>
<line x1="160" y1="108" x2="160" y2="128" stroke="#000" stroke-width="1"/>
<!-- Smile -->
<path d="M135 120 Q150 115 Q165 120" fill="none" stroke="#ff3300" stroke-width="2"/>
<!-- Paws -->
<ellipse cx="110" cy="190" rx="15" ry="8" fill="#ffccaa" stroke="#d8a077" stroke-width="1"/>
<ellipse cx="190" cy="190" rx="15" ry="8" fill="#ffccaa" stroke="#d8a077" stroke-width="1"/>
<ellipse cx="150" cy="230" rx="15" ry="8" fill="#ffccaa" stroke="#d8a077" stroke-width="1"/>
<!-- Tail -->
<path d="M180 130 Q190 160 Q170 170 Q160 150 Q150 140" fill="#ffccaa" stroke="#d8a077" stroke-width="2"/>
<!-- Little Paw Detail (optional) -->
<circle cx="110" cy="190" r="4" fill="#ff3300"/>
<circle cx="190" cy="190" r="4" fill="#ff3300"/>
<circle cx="150" cy="230" r="4" fill="#ff3300"/>
<!-- Sparkle (for extra cuteness) -->
<circle cx="160" cy="70" r="3" fill="white" opacity="0.8"/>
<circle cx="160" cy="70" r="2" fill="#ffccaa" opacity="0.8"/>
<!-- Name Tag (optional) -->
<rect x="130" y="80" width="40" height="15" fill="white" stroke="#000" stroke-width="1" rx="3" ry="3"/>
<text x="135" y="90" font-size="10" font-family="Arial" fill="#000">Meow!</text>
</svg>