Skip to content

mohamadahmadidev/kurdistan_flag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Kurdistan Flag SVG

This repository contains a high-quality SVG of the Kurdistan flag for use in web projects, apps, and design.

Usage

You can use the SVG directly in your HTML or as an image:

Inline in HTML

<!-- Paste the SVG code where you want the flag to appear -->

As an Image

<img src="https://raw.githubusercontent.com/mohamadahmadidev/kurdistan_flag/main/kurdistan_flag.svg" alt="Kurdistan Flag" width="180" height="120">

As a CSS Background

.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;
}

License

This SVG is free to use for any purpose.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published