monkey
✨ PASSAKORN KUNPISUT
<html> <head> <title>Let's Start </title> </head> <body> <svg viewBox ="0 0 40 30"> <circle cx = "13" cy = "15" r = "3" fill = "hsl(30, 80%, 30%)"></circle> <circle cx = "27" cy = "15" r = "3" fill = "hsl(30, 80%, 30%)"></circle> <ellipse cx = "13" cy = "15" rx = "2" ry = "2.25" fill = "hsl(30, 70%, 80%)"></ellipse> <ellipse cx = "27" cy = "15" rx = "2" ry = "2.25" fill = "hsl(30, 70%, 80%)"></ellipse> <ellipse cx = "20" cy = "15" rx = "7" ry = "8" fill = "hsl(30, 80%, 30%)"></ellipse> <ellipse cx = "17.5" cy = "14" rx = "3" ry = "4" fill = "hsl(30, 70%, 80%)"></ellipse> <ellipse cx = "22.5" cy = "14" rx = "3" ry = 4 fill = "hsl(30, 70%, 80%)"></ellipse> <ellipse cx = "20" cy = "18" rx = "6" ry = "4.5" fill = "hsl(30, 70%, 80%)"></ellipse> <ellipse cx = "17.5" cy = "14" rx = "1" ry = "1.5" fill = "white"></ellipse> <ellipse cx = "17.5" cy = "14" rx = "0.6" ry = "1"></ellipse> <ellipse cx = "22.5" cy = "14" rx = "1" ry = "1.5" fill = "white"></ellipse> <ellipse cx = "22.5" cy = "14" rx = "0.6" ry = "1"></ellipse> <ellipse cx = "20" cy = "16.5" rx = "1" ry = "0.6" fill = "hsl(30, 80%, 30%)"></ellipse> <path d = "M 19 19 q 1 3 2 0" stroke = "black" stroke-width="0.1"></path> <path d = "M 16.5 12 q 1 -1 2 0" stroke = "black"></path> <path d = "M 21.5 12 q 1 -1 2 0" stroke = "black"></path> </svg> </body> </html>