SVG (Gabon Flag)
✨ Natapon Ball
<style> body{ margin:2em; background:gray; } svg{ background:white; } </style> <svg viewBox="0 0 20 12"> <rect fill="#009E60" width="100" height="5"/> <rect fill="#FCD116" width="100" height="5" y="4" /> <rect fill="#3A75E4" width="100" height="5" y="8" /> </svg>