Flag Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Flag icon is commonly used in language pickers, country selectors and geolocation features. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310728.svg" alt="Flag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310728.svg" alt="Flag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310728.svg" alt="Flag icon" :width="24" :height="24" />
CSS background
.icon-flag {
background-image: url('https://proicons.com/icon/310728.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M4.38235 14.7206C4.38235 14.7206 5.47059 13.6324 8.7353 13.6324C12 13.6324 12 15.8088 15.2647 15.8088C16.774 15.742 18.2544 15.3719 19.6177 14.7206V3.83824C18.2544 4.48953 16.774 4.85963 15.2647 4.92647C12 4.92647 12 2.75 8.7353 2.75C5.47059 2.75 4.38235 3.83824 4.38235 3.83824" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.38235 21.25V3.83823" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Flag in other icon packs
Copied!