ธงชาติ (Branch 6184)
✨ SUPAPHOL KODTOM
<html> <style> body{ background: grey; } svg{ background: white; } img{ } </style> <body> <svg viewbox="0 0 100 45"> <rect width="100" height="15" style="fill:black";/> <rect width="100" height="15" x=0 y=30 fill="#007a3d";/> <polygon points="0,0 20,22.5 0,45.2" fill="#c4111b"/> <svg> <circle cx="50" cy="22" r="6" fill="#c4111b" /> <circle cx="51.5" cy="22" r="5" fill="white"/> </svg> <polygon points="52,18.5 49.9,24.9 55.45,20.9 48.5,20.9 53.8,24.9" style="fill:#c4111b;"/> </svg> </body> </html>