SVG-63070026
✨ CHAYANON PETTAVEE
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 40 40"> <ellipse cx="20" cy="25" rx="12" ry="12" fill="#784212"></ellipse> <ellipse cx="20" cy="20" rx="11" ry="11" fill="#73C6B6"></ellipse> <ellipse cx="14" cy="19" rx="1.5" ry="3" fill="white"></ellipse> <ellipse cx="26" cy="19" rx="1.5" ry="3" fill="white"></ellipse> <ellipse cx="14.12" cy="19.3" rx="1.25" ry="2.8" fill="#0f728b"></ellipse> <ellipse cx="25.92" cy="19.3" rx="1.25" ry="2.8" fill="#0f728b"></ellipse> <ellipse cx="14.5" cy="17.5" rx="0.75" ry="1" fill="white"></ellipse> <ellipse cx="25.5" cy="17.5" rx="0.75" ry="1" fill="white"></ellipse> <ellipse cx="20" cy="27" rx="3" ry="2.5" fill="#E74C3C"></ellipse> <ellipse cx="23.5" cy="26" rx="1.5" ry="1.5" fill="#2874A6"></ellipse> <ellipse cx="26.5" cy="24" rx="1.5" ry="1.5" fill="#2874A6"></ellipse> <ellipse cx="29.5" cy="22" rx="1.5" ry="1.5" fill="#2874A6"></ellipse> <line x1="19" y1="22" x2="19.5" y2="22.6" style="stroke:rgb(0,0,0);stroke-width:0.2" /> <line x1="21" y1="22" x2="20.5" y2="22.6" style="stroke:rgb(0,0,0);stroke-width:0.2" /> </svg> </body> </html>