turboderp's picture
Upload 12 files
a5974ef verified
<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="100" height="100" fill="#f8f9fa" />
<!-- Face -->
<ellipse cx="50" cy="50" rx="30" ry="25" fill="#f9f6e8" stroke="#d6b6a3" stroke-width="1" />
<!-- Ears (Pink with light) -->
<path d="M30,25 Q40,10 50,25" fill="#f8c1c7" stroke="#ff7ba8" stroke-width="0.5" />
<path d="M70,25 Q60,10 50,25" fill="#f8c1c7" stroke="#ff7ba8" stroke-width="0.5" />
<path d="M30,25 L25,15 L28,20 Z" fill="#ffb6c4" stroke="#ff7ba8" stroke-width="0.5" />
<path d="M70,25 L75,15 L72,20 Z" fill="#ffb6c4" stroke="#ff7ba8" stroke-width="0.5" />
<!-- Whiskers (Soft gray streaks) -->
<path d="M25,45 Q27,35 30,50" stroke="#b8b8b8" stroke-width="0.5" fill="none" />
<path d="M27,46 Q29,36 32,51" stroke="#b8b8b8" stroke-width="0.5" fill="none" />
<path d="M42,45 Q45,35 48,50" stroke="#b8b8b8" stroke-width="0.5" fill="none" />
<path d="M47,46 Q49,36 51,51" stroke="#b8b8b8" stroke-width="0.5" fill="none" />
<path d="M75,45 Q73,35 70,50" stroke="#b8b8b8" stroke-width="0.5" fill="none" />
<path d="M68,46 Q66,36 64,51" stroke="#b8b8b8" stroke-width="0.5" fill="none" />
<path d="M70,45 L68,40 L66,45 Z" fill="#9c9c9c" stroke="#b8b8b8" stroke-width="0.5" />
<!-- Nose -->
<ellipse cx="50" cy="58" rx="3" ry="2" fill="#333" />
<!-- Mouth (Smile) -->
<path d="M48,62 Q50,65 52,62" stroke="#333" stroke-width="0.5" fill="none" />
<!-- Eyes (Big and expressive) -->
<circle cx="42" cy="40" r="6" fill="#f3caca" stroke="#ff7ba8" stroke-width="0.5" />
<circle cx="58" cy="40" r="6" fill="#f3caca" stroke="#ff7ba8" stroke-width="0.5" />
<ellipse cx="42" cy="40" rx="3" ry="2" fill="#000" fill-opacity="0.7" />
<ellipse cx="58" cy="40" rx="3" ry="2" fill="#000" fill-opacity="0.7" />
<!-- Paws (Front) -->
<path d="M15,75 L15,80 L20,80 Z" fill="#e8e0d5" stroke="#9c8c75" stroke-width="0.5" />
<path d="M85,75 L85,80 L80,80 Z" fill="#e8e0d5" stroke="#9c8c75" stroke-width="0.5" />
</svg>