This repository contains a high-quality SVG of the Kurdistan flag for use in web projects, apps, and design.
You can use the SVG directly in your HTML or as an image:
<!-- Paste the SVG code where you want the flag to appear --><img src="https://raw.githubusercontent.com/mohamadahmadidev/kurdistan_flag/main/kurdistan_flag.svg" alt="Kurdistan Flag" width="180" height="120">.flag {
width: 180px;
height: 120px;
background: url('https://raw.githubusercontent.com/mohamadahmadidev/kurdistan_flag/main/kurdistan_flag.svg') no-repeat center/contain;
display: inline-block;
}This SVG is free to use for any purpose.