File size: 3,281 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
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="400" height="400" fill="#f5f5f5" />

  <!-- Kitten Body -->
  <ellipse cx="200" cy="220" rx="80" ry="60" fill="#cda788" stroke="#a68d75" stroke-width="2" />

  <!-- Kitten Head -->
  <ellipse cx="200" cy="140" rx="60" ry="55" fill="#cda788" stroke="#a68d75" stroke-width="2" />

  <!-- Ears -->
  <polygon points="170,110 160,90 180,90 170,110" fill="#a68d75" stroke="#8b6e5b" stroke-width="1" />
  <polygon points="230,110 240,90 220,90 230,110" fill="#a68d75" stroke="#8b6e5b" stroke-width="1" />

  <!-- Whiskers -->
  <line x1="185" y1="150" x2="140" y2="140" stroke="#888" stroke-width="1" />
  <line x1="185" y1="155" x2="140" y2="145" stroke="#888" stroke-width="1" />
  <line x1="185" y1="160" x2="140" y2="150" stroke="#888" stroke-width="1" />
  <line x1="215" y1="150" x2="260" y2="140" stroke="#888" stroke-width="1" />
  <line x1="215" y1="155" x2="260" y2="145" stroke="#888" stroke-width="1" />
  <line x1="215" y1="160" x2="260" y2="150" stroke="#888" stroke-width="1" />

  <!-- Eyes -->
  <ellipse cx="175" cy="125" rx="12" ry="15" fill="#ffffff" stroke="#000000" stroke-width="1" />
  <ellipse cx="225" cy="125" rx="12" ry="15" fill="#ffffff" stroke="#000000" stroke-width="1" />

  <!-- Pupils -->
  <ellipse cx="175" cy="125" rx="6" ry="8" fill="#000000" />
  <ellipse cx="225" cy="125" rx="6" ry="8" fill="#000000" />

  <!-- Highlights -->
  <circle cx="175" cy="120" r="2" fill="#ffffff" />
  <circle cx="225" cy="120" r="2" fill="#ffffff" />

  <!-- Nose -->
  <polygon points="200,150 195,158 205,158" fill="#a68d75" stroke="#8b6e5b" stroke-width="1" />

  <!-- Mouth -->
  <path d="M195,160 Q200,165 205,160" stroke="#a68d75" stroke-width="2" fill="none" />

  <!-- Paws -->
  <ellipse cx="160" cy="260" rx="12" ry="10" fill="#cda788" stroke="#a68d75" stroke-width="1" />
  <ellipse cx="240" cy="260" rx="12" ry="10" fill="#cda788" stroke="#a68d75" stroke-width="1" />
  <ellipse cx="170" cy="275" rx="10" ry="8" fill="#cda788" stroke="#a68d75" stroke-width="1" />
  <ellipse cx="230" cy="275" rx="10" ry="8" fill="#cda788" stroke="#a68d75" stroke-width="1" />

  <!-- Tail -->
  <path d="M280,230 Q300,220 305,250 Q310,280 290,290 Q270,300 260,280" fill="none" stroke="#a68d75" stroke-width="5" stroke-linecap="round" />

  <!-- Belly Patch -->
  <ellipse cx="200" cy="235" rx="35" ry="15" fill="#f0e6d2" stroke="#cda788" stroke-width="2" />

  <!-- Little Paw Pads (optional) -->
  <circle cx="162" cy="260" r="2" fill="#8b6e5b" />
  <circle cx="158" cy="258" r="2" fill="#8b6e5b" />
  <circle cx="162" cy="258" r="2" fill="#8b6e5b" />
  <circle cx="238" cy="260" r="2" fill="#8b6e5b" />
  <circle cx="234" cy="258" r="2" fill="#8b6e5b" />
  <circle cx="238" cy="258" r="2" fill="#8b6e5b" />

  <!-- Shadow under body -->
  <ellipse cx="200" cy="235" rx="80" ry="15" fill="#d0c0b0" opacity="0.5" />
  <ellipse cx="200" cy="225" rx="60" ry="10" fill="#d0c0b0" opacity="0.5" />

  <!-- Optional: A tiny heart on the belly for cuteness -->
  <path d="M200,238 Q210,235 215,240 Q220,245 215,250 Q210,255 200,255 Q190,255 185,250 Q180,245 185,240 Q190,235 200,238" 
        fill="#e0b0a0" stroke="#d0a080" stroke-width="1" />
</svg>