Tokage
✨ นางสาวสุพิชญา ทําสุนา
<html> <head> <title>Sumikko gurashi: Tokage </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#FF9966; } </style> </head> <body> <svg viewBox="0 0 50 50"> <ellipse x=10 y=30 cx="25" cy="25" rx="13" ry=15 fill="#99FFFF" /> <rect x=12 y=26 width="26" height="15" fill="#99FFFF" /> <ellipse x=10 y=20 cx="25" cy="41" rx="13" ry=5 fill="#99FFFF" /> <circle cx="20" cy="20" r="1" fill="black" /> <circle cx="30" cy="20" r="1" fill="black" /> <line x1="15" y1="22" x2="16" y2="24" style="stroke:pink;stroke-width:.2" /> <line x1="16" y1="22" x2="17" y2="24" style="stroke:pink;stroke-width:.2" /> <line x1="17" y1="22" x2="18" y2="24" style="stroke:pink;stroke-width:.2" /> <line x1="32" y1="22" x2="33" y2="24" style="stroke:pink;stroke-width:.2" /> <line x1="33" y1="22" x2="34" y2="24" style="stroke:pink;stroke-width:.2" /> <line x1="34" y1="22" x2="35" y2="24" style="stroke:pink;stroke-width:.2" /> <polygon points="20,25 30,25 25,23" fill="pink"/> <circle cx="25" cy="38" r="8" fill="white" /> <ellipse transform="rotate(-30)" x=20 y=30 cx="0" cy="40" rx="2" ry=3 fill="#99FFFF" /> <ellipse transform="rotate(30)" x=20 y=30 cx="44" cy="15" rx="2" ry=3 fill="#99FFFF" /> <ellipse x=20 y=30 cx="18" cy="44" rx="3" ry=2 fill="#99FFFF" /> <ellipse x=20 y=30 cx="31" cy="44" rx="3" ry=2 fill="#99FFFF" /> </svg> </body> </html>