File size: 3,869 Bytes
2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c 2c1f70b fb5556c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300" style="background: white; border: none;">
<!-- Head -->
<ellipse cx="150" cy="100" rx="50" ry="40" fill="#FFD1D1" stroke="none" />
<ellipse cx="150" cy="100" rx="48" ry="38" fill="none" stroke="white" stroke-width="2" />
<!-- Eyes -->
<circle cx="155" cy="105" r="5" fill="#FFD1D1" stroke="none" />
<circle cx="155" cy="105" r="3" fill="#FFD1D1" stroke="none" />
<circle cx="155" cy="105" r="2" fill="none" stroke="#FFD1D1" stroke-width="1" />
<circle cx="145" cy="105" r="5" fill="#FFD1D1" stroke="none" />
<circle cx="145" cy="105" r="3" fill="#FFD1D1" stroke="none" />
<circle cx="145" cy="105" r="2" fill="none" stroke="#FFD1D1" stroke-width="1" />
<!-- Nose -->
<ellipse cx="150" cy="110" rx="5" ry="3" fill="none" stroke="none" />
<ellipse cx="150" cy="110" rx="3" ry="2" fill="none" stroke="none" />
<!-- Whiskers -->
<path d="M150,120 L160,110" stroke="#FFD1D1" stroke-width="1" stroke-linecap="round" />
<path d="M150,120 L160,110" stroke="#FFD1D1" stroke-width="1" stroke-linecap="round" />
<path d="M150,120 L160,110" stroke="#FFD1D1" stroke-width="1" stroke-linecap="round" />
<path d="M150,120 L160,110" stroke="#FFD1D1" stroke-width="1" stroke-linecap="round" />
<!-- Ears -->
<path d="M160,80 L150,90 L160,100" stroke="#FFD1D1" stroke-width="1" stroke-linecap="round" />
<path d="M140,80 L150,90 L160,100" stroke="#FFD1D1" stroke-width="1" stroke-linecap="round" />
<!-- Body -->
<ellipse cx="150" cy="170" rx="80" ry="60" fill="#FFD1D1" stroke="none" />
<ellipse cx="150" cy="170" rx="78" ry="58" fill="none" stroke="white" stroke-width="2" />
<path d="M150,170 L120,140 L100,130 L110,120 L140,130 L150,140" stroke="white" stroke-width="2" />
<path d="M150,170 L120,140 L100,130 L110,120 L140,130 L150,140" stroke="white" stroke-width="2" />
<!-- Tail -->
<path d="M150,170 L160,180 L170,200" stroke="white" stroke-width="2" stroke-linecap="round" />
<path d="M150,170 L160,180 L170,200" stroke="white" stroke-width="2" stroke-linecap="round" />
<!-- Legs -->
<path d="M150,170 L130,190" stroke="white" stroke-width="2" stroke-linecap="round" />
<path d="M150,170 L130,190" stroke="white" stroke-width="2" stroke-linecap="round" />
<path d="M150,170 L130,190" stroke="white" stroke-width="2" stroke-linecap="round" />
<path d="M150,170 L130,190" stroke="white" stroke-width="2" stroke-linecap="round" />
<!-- Paws -->
<path d="M130,190 L135,200 L130,205" stroke="white" stroke-width="1" stroke-linecap="round" />
<path d="M130,190 L135,200 L130,205" stroke="white" stroke-width="1" stroke-linecap="round" />
<path d="M130,190 L135,200 L130,205" stroke="white" stroke-width="1" stroke-linecap="round" />
<path d="M130,190 L135,200 L130,205" stroke="white" stroke-width="1" stroke-linecap="round" />
<!-- Fur details -->
<path d="M150,170 L160,180 L170,200" stroke="none" fill="none" />
<path d="M150,170 L160,180 L170,200" stroke="none" fill="none" />
<path d="M150,170 L160,180 L170,200" stroke="none" fill="none" />
<!-- Cute expression -->
<path d="M155,105 L150,108 L155,110" stroke="white" stroke-width="1" stroke-linecap="round" />
<path d="M155,105 L150,108 L155,110" stroke="white" stroke-width="1" stroke-linecap="round" />
<!-- Tail tip -->
<path d="M170,200 L175,205" stroke="white" stroke-width="1" stroke-linecap="round" />
<path d="M170,200 L175,205" stroke="white" stroke-width="1" stroke-linecap="round" />
<!-- Cute outline -->
<path d="M150,100 L160,90 L160,100 L150,110" stroke="white" stroke-width="2" stroke-linecap="round" />
<path d="M150,100 L160,90 L160,100 L150,110" stroke="white" stroke-width="2" stroke-linecap="round" />
<!-- Background -->
<rect width="300" height="300" fill="none" stroke="none" />
</svg>
|