Flag Alt 1 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Flag Alt 1 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/305695.svg" alt="Flag Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305695.svg" alt="Flag Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305695.svg" alt="Flag Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-flag-alt-1 {
background-image: url('https://proicons.com/icon/305695.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="M813 203c-184-33-365-67-547-100l-7-36c0-3-3-5-6-4l-62 11c-3 0-5 3-4 6l153 854c0 2 3 4 6 4l62-12c3 0 5-3 4-6l-61-339c154-126 307-251 462-378z"/></svg>
Copied!