File size: 2,538 Bytes
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
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200" style="background: white;">

  <!-- Background -->
  <rect width="200" height="200" fill="none" stroke="none"/>

  <!-- Body -->
  <path d="M80,100 C100,80 120,100 120,130 C130,150 130,170 140,180 C140,190 150,180 150,170 C160,160 160,140 170,140 C180,130 180,110 180,100 C160,100 160,100 170,110 C170,120 170,130 180,140 C180,150 180,160 190,170 C190,180 190,190 180,190 C170,180 170,170 160,160 160,150 150,140 150,130 140,120 140,110 130,100 130,90 120,80 120,70 110,70 100,80 100,90 110,100 110,110 120,120 120,130 130,140 130,150 140,160 140,170 150,180 150,190 160,200 160,190 170,180 170,170 180,160 180,150 190,140 190,130 200,120 200,110 200,100 180,100 180,90 170,80 170,70 160,60 160,50 150,40 150,30 140,20 140,10 130,0 130,10 120,20 120,30 110,40 110,50 100,60 100,70 90,80 90,90 80,100" fill="#FFD1D1" stroke="none"/>

  <!-- Head -->
  <ellipse cx="100" cy="100" rx="40" ry="30" fill="#FFC2C2" stroke="#FFB4B4" stroke-width="2"/>

  <!-- Eyes -->
  <circle cx="105" cy="105" r="8" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
  <circle cx="95" cy="105" r="8" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>

  <!-- Nose -->
  <path d="M100,110 L105,115 L110,110" fill="#FFC2C2" stroke="none"/>

  <!-- Ears -->
  <path d="M85,100 L80,105 L85,115 L80,110" fill="#FFC2C2" stroke="none"/>
  <path d="M115,100 L120,105 L115,115 L120,110" fill="#FFC2C2" stroke="none"/>

  <!-- Whiskers -->
  <path d="M100,105 L110,100" stroke="#000000" stroke-width="1"/>
  <path d="M100,105 L105,100" stroke="#000000" stroke-width="1"/>
  <path d="M100,105 L110,110" stroke="#000000" stroke-width="1"/>
  <path d="M100,105 L95,100" stroke="#000000" stroke-width="1"/>

  <path d="M100,105 L105,100" stroke="#000000" stroke-width="1"/>
  <path d="M100,105 L110,110" stroke="#000000" stroke-width="1"/>

  <!-- Tail -->
  <path d="M100,100 L110,110 L120,100 L110,90" fill="#FFC2C2" stroke="none"/>

  <!-- Legs -->
  <path d="M80,130 L85,140 L80,150" fill="#FFC2C2" stroke="none"/>
  <path d="M120,130 L125,140 L120,150" fill="#FFC2C2" stroke="none"/>

  <!-- Paws -->
  <circle cx="80" cy="150" r="5" fill="#FFC2C2" stroke="none"/>
  <circle cx="120" cy="150" r="5" fill="#FFC2C2" stroke="none"/>

  <!-- Fur details -->
  <path d="M80,140 L85,150 L80,160" fill="#FFD1D1" stroke="none"/>

  <!-- Playful pose -->
  <path d="M100,100 C105,105 110,110 115,110 C120,105 125,110 130,110 C135,105 140,110 145,110" fill="#FFC2C2" stroke="none"/>

</svg>