Generated on Feb 18, 2025, 1:32:53 PMgemini-1.5-flash
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<defs>
<clipPath id="pet-clip">
<path d="M10 100 C 10 50, 50 10, 100 10 C 150 10, 190 50, 190 100 C 190 150, 150 190, 100 190 C 50 190, 10 150, 10 100 Z"/>
</clipPath>
</defs>
<g clip-path="url(#pet-clip)">
<circle cx="100" cy="100" r="80" fill="#f2d7d5" /> <!-- Body -->
<ellipse cx="80" cy="70" rx="15" ry="10" fill="#e6b8af" /> <!-- Left Ear -->
<ellipse cx="120" cy="70" rx="15" ry="10" fill="#e6b8af" /> <!-- Right Ear -->
<circle cx="90" cy="120" r="10" fill="#a37c70" /> <!-- Left Eye -->
<circle cx="110" cy="120" r="10" fill="#a37c70" /> <!-- Right Eye -->
<ellipse cx="100" cy="135" rx="10" ry="5" fill="black" /> <!-- Nose -->
<path d="M80 140 C 80 150, 120 150, 120 140" stroke="#a37c70" stroke-width="5" stroke-linecap="round" fill="none"/> <!-- Mouth -->
<path d="M70 160 L 90 180 L 110 180 L 130 160" fill="#e6b8af" /> <!-- Legs -->
<animateTransform attributeName="transform" type="rotate" from="0 100 100" to="360 100 100" dur="2s" repeatCount="indefinite" />
</g>
<!-- Tail -->
<path d="M150 100 C 170 100, 180 120, 170 140" fill="#e6b8af" >
<animateTransform attributeName="transform" type="rotate" from="0 170 140" to="30 170 140" dur="1s" repeatCount="indefinite" autoReverse="true"/>
</path>
</svg>