El Salvador Flag
✨ SANTHITA KRAJANGWONGPAISAN
<html> <head> <title>El Salvador Flag</title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; background: #1f1f1f; } svg{ background: white; } #blue{ fill: rgb(0, 71, 171); } </style> </head> <body> <svg viewbox="0 0 100 50"> <rect id="blue" height=15 width=100 /> <rect id="blue" y=35 height=15 width=100 /> <image height=18 width=18 x=41 y=16 href="https://upload.wikimedia.org/wikipedia/commons/e/e6/Coat_of_arms_of_El_Salvador.svg" /> </svg> </body> </html>