File size: 2,807 Bytes
30b6bff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="400" height="300" fill="#fff8f0" />

  <!-- Body -->
  <ellipse cx="200" cy="150" rx="70" ry="60" fill="#ffdd99" stroke="#ffcc88" stroke-width="2" />

  <!-- Belly -->
  <ellipse cx="200" cy="170" rx="50" ry="30" fill="#fff0e6" />

  <!-- Head -->
  <circle cx="200" cy="100" r="50" fill="#ffdd99" stroke="#ffcc88" stroke-width="2" />

  <!-- Ears -->
  <polygon points="170,80 190,50 210,80" fill="#d4a017" stroke="#c89b00" stroke-width="1" />
  <polygon points="230,80 250,50 270,80" fill="#d4a017" stroke="#c89b00" stroke-width="1" />

  <!-- Inner Ears -->
  <polygon points="175,75 190,55 205,75" fill="#ffcc88" />
  <polygon points="235,75 250,55 265,75" fill="#ffcc88" />

  <!-- Eyes -->
  <ellipse cx="180" cy="95" rx="8" ry="12" fill="#333" />
  <ellipse cx="220" cy="95" rx="8" ry="12" fill="#333" />

  <!-- Eye Highlights -->
  <circle cx="180" cy="90" r="3" fill="white" />
  <circle cx="220" cy="90" r="3" fill="white" />

  <!-- Nose -->
  <polygon points="200,110 195,118 205,118" fill="#d4a017" />

  <!-- Mouth -->
  <path d="M 200,120 Q 205,125 200,130 Q 195,125 200,120" fill="none" stroke="#d4a017" stroke-width="2" />

  <!-- Whiskers -->
  <line x1="180" y1="105" x2="150" y2="105" stroke="#888" stroke-width="1" />
  <line x1="180" y1="110" x2="150" y2="110" stroke="#888" stroke-width="1" />
  <line x1="180" y1="115" x2="150" y2="115" stroke="#888" stroke-width="1" />
  <line x1="220" y1="105" x2="250" y2="105" stroke="#888" stroke-width="1" />
  <line x1="220" y1="110" x2="250" y2="110" stroke="#888" stroke-width="1" />
  <line x1="220" y1="115" x2="250" y2="115" stroke="#888" stroke-width="1" />

  <!-- Tail -->
  <path d="M 270,150 Q 300,130 310,100 Q 320,70 300,50" fill="none" stroke="#ffdd99" stroke-width="8" stroke-linecap="round" />
  <path d="M 270,150 Q 300,130 310,100 Q 320,70 300,50" fill="none" stroke="#ffcc88" stroke-width="2" stroke-linecap="round" />

  <!-- Front Paws -->
  <ellipse cx="170" cy="180" rx="15" ry="10" fill="#ffdd99" />
  <ellipse cx="230" cy="180" rx="15" ry="10" fill="#ffdd99" />

  <!-- Back Paws -->
  <ellipse cx="180" cy="210" rx="15" ry="10" fill="#ffdd99" />
  <ellipse cx="220" cy="210" rx="15" ry="10" fill="#ffdd99" />

  <!-- Paw Pads -->
  <circle cx="170" cy="185" r="3" fill="#d4a017" />
  <circle cx="230" cy="185" r="3" fill="#d4a017" />
  <circle cx="180" cy="215" r="3" fill="#d4a017" />
  <circle cx="220" cy="215" r="3" fill="#d4a017" />

  <!-- Shadow under body -->
  <ellipse cx="200" cy="160" rx="70" ry="20" fill="rgba(0,0,0,0.1)" />

  <!-- Sparkle on eye (optional decoration) -->
  <circle cx="185" cy="88" r="1" fill="gold" />
  <circle cx="225" cy="88" r="1" fill="gold" />
</svg>