Files

20 lines
964 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300" width="100%" height="100%">
<rect width="400" height="300" rx="16" fill="#fef9c3"/>
<!-- Cute Quail Chick Body -->
<ellipse cx="200" cy="180" rx="45" ry="38" fill="#facc15"/>
<ellipse cx="180" cy="135" rx="30" ry="28" fill="#facc15"/>
<!-- Stripes on back -->
<path d="M 180 150 Q 220 160 235 180" stroke="#854d0e" stroke-width="4" fill="none"/>
<path d="M 185 160 Q 215 175 225 195" stroke="#854d0e" stroke-width="3" fill="none"/>
<!-- Eye -->
<circle cx="168" cy="130" r="5" fill="#000"/>
<circle cx="166" cy="128" r="1.5" fill="#fff"/>
<!-- Tiny Beak -->
<path d="M 152 135 L 140 138 L 152 143 Z" fill="#f97316"/>
<!-- Wing -->
<ellipse cx="210" cy="180" rx="18" ry="12" fill="#eab308"/>
<!-- Feet -->
<line x1="185" y1="218" x2="180" y2="245" stroke="#ea580c" stroke-width="3"/>
<line x1="210" y1="218" x2="205" y2="245" stroke="#ea580c" stroke-width="3"/>
</svg>