SVG-63070010
✨ นายกิตติภพ ปังตระกูล
<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"> <polygon points="9,20 6,10 20,13" style="fill:RGB(0, 139, 139);stroke-width:1" />/> <polygon points="41,20 44,10 30,13" style="fill:RGB(0, 139, 139);stroke-width:1" />/> <ellipse cx="25" cy="25" rx="18" ry="14" fill="RGB(0, 139, 139)"/> <ellipse cx="25" cy="26" rx="15.9" ry="12.9" fill="RGB(255, 228, 181)"/> <line x1="14" y1="21"x2="20" y2="21" style="stroke:rgb(0,0,0);stroke-width:0.1"></line> <line x1="30" y1="21"x2="36" y2="21" style="stroke:rgb(0,0,0);stroke-width:0.1"></line> <polygon points="18,13 25,20 32,13" style="fill:RGB(0, 139, 139);stroke-width:1" />/> <ellipse cx="25" cy="29" rx="8.5" ry="6" stroke="black" stroke-width="0.01" fill="RGB(255, 69, 0)" /> <ellipse cx="25" cy="24" rx="9" ry="2.5" fill="RGB(255, 228, 181)"/> <ellipse cx="25" cy="32" rx="6.5" ry="2.99" fill="RGB(255, 127, 80)"/> <polygon points="30,27 25,25 35,21" style="fill:RGB(255, 228, 181);stroke-width:1" />/> </svg> </body> </html>