turboderp's picture
Upload 2 files
590cdce verified
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400" width="400" height="400" style="background-color: #fff8f8">
<!-- Background (optional) -->
<rect width="400" height="400" fill="#fff8f8" />
<!-- Kitten Body -->
<path id="body" d="M200 150 C170 130, 160 100, 180 70 C210 50, 240 60, 250 80 C260 100, 280 120, 270 150 C260 180, 250 200, 250 220 C250 240, 240 260, 220 270 C200 280, 180 270, 170 250 C160 230, 170 200, 180 170 C190 150, 200 150 Z"
fill="#f0c8b8" stroke="#e8a888" stroke-width="2" />
<!-- Head -->
<path id="head" d="M200 70 C180 60, 170 40, 180 20 C200 10, 220 20, 230 40 C230 60, 220 70, 200 70 Z"
fill="#f0c8b8" stroke="#e8a888" stroke-width="2" />
<!-- Ears -->
<path id="ear-left" d="M170 40 C160 30, 155 20, 160 10 C170 0, 180 10, 185 20 C180 30, 175 40, 170 40 Z"
fill="#e8a888" stroke="#d49a7a" stroke-width="1" />
<path id="ear-right" d="M230 40 C240 30, 245 20, 240 10 C230 0, 220 10, 215 20 C220 30, 225 40, 230 40 Z"
fill="#e8a888" stroke="#d49a7a" stroke-width="1" />
<!-- Eyes -->
<circle cx="185" cy="50" r="8" fill="#ffffff" stroke="#d49a7a" stroke-width="1" />
<circle cx="215" cy="50" r="8" fill="#ffffff" stroke="#d49a7a" stroke-width="1" />
<!-- Pupils -->
<circle cx="185" cy="50" r="4" fill="#2d3b4c" />
<circle cx="215" cy="50" r="4" fill="#2d3b4c" />
<!-- Eye Highlights -->
<circle cx="185" cy="45" r="2" fill="#ffffff" />
<circle cx="215" cy="45" r="2" fill="#ffffff" />
<!-- Nose -->
<path d="M200 70 C205 75, 205 80, 200 85 C195 80, 195 75, 200 70 Z" fill="#d49a7a" />
<!-- Mouth -->
<path d="M195 85 C200 90, 205 85, 205 80" stroke="#d49a7a" stroke-width="2" />
<!-- Whiskers -->
<line x1="180" y1="75" x2="160" y2="85" stroke="#d49a7a" stroke-width="1" />
<line x1="180" y1="75" x2="165" y2="70" stroke="#d49a7a" stroke-width="1" />
<line x1="180" y1="75" x2="160" y2="65" stroke="#d49a7a" stroke-width="1" />
<line x1="220" y1="75" x2="240" y2="85" stroke="#d49a7a" stroke-width="1" />
<line x1="220" y1="75" x2="235" y2="70" stroke="#d49a7a" stroke-width="1" />
<line x1="220" y1="75" x2="240" y2="65" stroke="#d49a7a" stroke-width="1" />
<!-- Tail -->
<path d="M270 150 C285 140, 295 120, 290 100 C285 85, 275 80, 270 90 C265 100, 265 120, 270 150 Z"
fill="#f0c8b8" stroke="#e8a888" stroke-width="2" />
<!-- Paws -->
<path d="M170 230 C170 225, 175 220, 180 215 C185 210, 190 210, 195 215 C200 220, 200 225, 195 230 C190 235, 185 235, 180 230 C175 225, 170 225, 170 230 Z"
fill="#e8a888" stroke="#d49a7a" stroke-width="1" />
<path d="M230 230 C230 225, 225 220, 220 215 C215 210, 210 210, 205 215 C200 220, 200 225, 205 230 C210 235, 215 235, 220 230 C225 225, 230 225, 230 230 Z"
fill="#e8a888" stroke="#d49a7a" stroke-width="1" />
<!-- Belly Spot -->
<circle cx="200" cy="250" r="12" fill="#f8d0b8" />
<!-- Shadow under body -->
<path d="M180 270 C185 275, 190 280, 195 285 C200 290, 205 290, 210 285 C215 280, 220 275, 220 270 C220 265, 215 260, 210 255 C205 250, 200 250, 195 255 C190 260, 185 265, 180 270 Z"
fill="#e8a888" opacity="0.3" />
<!-- Sparkle (cute touch) -->
<circle cx="200" cy="60" r="3" fill="gold" />
<circle cx="200" cy="60" r="2" fill="white" />
<circle cx="198" cy="58" r="1.5" fill="gold" />
<circle cx="202" cy="58" r="1.5" fill="gold" />
<!-- Optional: Add a small heart near the belly -->
<path d="M200 260 C195 255, 190 250, 190 245 C190 240, 195 235, 200 230 C205 235, 210 240, 210 245 C210 250, 205 255, 200 260 Z"
fill="#f8d0b8" stroke="none" opacity="0.7" />
<!-- Optional: Add tiny paws at the front -->
<circle cx="190" cy="180" r="6" fill="#e8a888" stroke="#d49a7a" stroke-width="1" />
<circle cx="210" cy="180" r="6" fill="#e8a888" stroke="#d49a7a" stroke-width="1" />
<!-- Optional: Add a tiny bow on the neck -->
<path d="M190 100 C195 95, 200 90, 205 95 C210 100, 205 105, 200 100 Z" fill="#f8d0b8" stroke="none" opacity="0.7" />
<path d="M200 100 C205 105, 210 110, 210 115 C210 120, 205 120, 200 115 Z" fill="#f8d0b8" stroke="none" opacity="0.7" />
<path d="M200 100 C195 105, 190 110, 190 115 C190 120, 195 120, 200 115 Z" fill="#f8d0b8" stroke="none" opacity="0.7" />
</svg>