SVG-63070024
✨ 63070024-ปลื้ม เจษฎากร
<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 50 50"> <ellipse fill="#486078" cx="30" cy="45"rx="5" ry="3"></ellipse> <ellipse fill="#486078" cx="20" cy="45"rx="5" ry="3"></ellipse> <circle cx="25" cy="35" r="10" fill="#607890"></circle> <circle cx="20" cy="35" r="0.5" fill="#E89797"></circle> <circle cx="27" cy="35" r="0.5" fill="#E89797"></circle> <circle cx="19.86" cy="34.76" r="0.2" fill="#ffffff"></circle> <circle cx="26.8627" cy="34.76" r="0.2" fill="#ffffff"></circle> <path d = "M 22.5 39 q 1 3 2 0" fill="#E99799"></path> <path d="M 17.8 31q -25 -27 10 -03" fill="#609048"/> <path d="M 22.8 29q 25 -27 10 3" fill="#609048"/> <path d="M 15.8 21 q -5 -22 10 0" fill="#306830"/> <path d="M 15.8 21 q 5 15 10 0" fill="#306830"/> <path d="M 22.8 21 q 15 -22 10 0" fill="#306830"/> <path d="M 22.8 21 q 5 15 10 0" fill="#306830"/> <path d="M 17.8 22q 5 -30 10 0" fill="#609048"/> <path d="M 17.8 22 q 6.5 20 10 0" fill="#609048"/> </svg> </body> </html>