SVG Flag United Arab Emirates
✨ N J
<style> body{ margin:2em; background:grey; } svg{ background:white; } </style> <svg viewBox="0 0 100 60"> <rect fill="red" width="20" height="60"/> <rect x="20" fill="green" width="80" height="20"/> <rect x="20" y="20" fill="white" width="80" height="20"/> <rect x="20" y="40" fill="black" width="80" height="20"/> </svg>