QE 5/4/2565 SecB 64070156 ปอน-ธนดล
✨ THANADOL PHANLOETRAK
<html> <head> <title>SVG by 64070156 </title> <style> body{ background:#666; margin:0em; margin-top:2em; font-family:sans-serif; } svg{ background:#19394b; width:90vmin; height:90vmin; display:block; margin:auto; box-shadow:0px 0px 10px #0006; } </style> </head> <body> <svg viewBox="0 0 100 100"> <rect x="0" y="70" width="100" height="20" fill="#BA8C63"></rect> <rect x="20" y="50" width="60" height="60" fill="#FF6600"></rect> <rect x="45" y="76" width="10" height="15" fill="white" stroke="black"></rect> <rect x="0" y="90" width="100" height="10" fill="green"></rect> <rect x="42" y="90" width="15" height="10" fill="orange"></rect> <circle cx="35" cy="80" r="5" fill="cyan" stroke="black"></circle> <rect x="62" y="75" width="10" height="10" fill="cyan" stroke="black"></rect> <rect x="88.5" y="30" width="5" height="60" fill="#613B16"></rect> <circle cx="91" cy="30" r="15" fill="#5EDD5F"></circle> <circle cx="5" cy="5" r="20" fill="#F0C420"></circle> <polygon points="10,50 5,50 30,25 70,25 95,50" fill="#a14743"></polygon> </svg> </body> </html>