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="20" rx="16" ry="13" fill="red"></ellipse> <ellipse cx="20" cy="20" rx="8.5" ry="10" fill="orange"></ellipse> <ellipse cx="20" cy="25.5" rx="10" ry="5" fill="orange"></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> <polygon points=" 14,14 14,14.5 16,15 16,14.5" fill = "black"></polygon> <polygon points=" 24,15 24,14.5 26,14 26,14.5" fill = "black"></polygon> <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.5" rx="6" ry="1.75" fill="#E6E6FA"></ellipse> <polygon points=" 16.5,26 17.5,25.85 17,27" fill = "#2E8B57"></polygon> <polygon points=" 22.5,25.85 23.5,26 23,27" fill = "#2E8B57"></polygon> <polygon points=" 17.5,29.1 18.5,29.25 18,28.1" fill = "#2E8B57"></polygon> <polygon points=" 21.5,29.2 22.5,29.1 22,28.1" fill = "#2E8B57"></polygon> <!-- <rect fill="url(#grid)" width="1000" height="1000" x="0" y="0"/> --> </svg> </body> </html>