Flag Icon
Free SVG icon from the IcoFont 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/305697.svg" alt="Flag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305697.svg" alt="Flag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305697.svg" alt="Flag icon" :width="24" :height="24" />
CSS background
.icon-flag {
background-image: url('https://proicons.com/icon/305697.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M829 474c-23-132-47-263-70-394-1-7-5-10-11-11-65-15-127-3-188 21-43 17-86 37-129 55-42 17-86 30-132 29-18-1-36-3-54-5l-8-41c0-3-3-4-5-4l-58 10c-3 1-4 3-4 6l141 794c1 2 3 4 6 3l58-10c2 0 4-3 4-5l-61-342c60 12 118 4 174-19 47-18 92-39 138-58 46-18 92-31 142-28 19 1 38 4 58 6 0-2-1-5-1-7z"/></svg>
Flag in other icon packs
Copied!