Flag Alt 2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Flag Alt 2 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/305696.svg" alt="Flag Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305696.svg" alt="Flag Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305696.svg" alt="Flag Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-flag-alt-2 {
background-image: url('https://proicons.com/icon/305696.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="M757 96c-2-13-7-28-30-31-175-26-304 136-477 118l-10-53c0-3-2-4-5-4l-58 10c-2 1-4 3-4 6l141 792c1 2 3 4 6 3l58-10c2 0 4-3 4-5l-59-331c175 22 306-143 482-117 14 3 24-4 21-17L757 96zM427 430c37-13 72-30 107-47 7 34 13 67 20 101-36 17-71 34-108 47l-19-101c-38 12-74 18-114 16l-22-113c40 2 76-4 114-16-6-33-13-66-19-100 37-13 73-30 108-47 7 33 13 66 19 99 36-17 71-33 109-46-7-33-13-67-19-100 36-11 70-16 108-14l19 100c-38-2-72 3-108 14 7 38 14 75 21 113-37 13-72 29-108 47l-22-114c-35 18-71 35-108 48l22 113zm236 7l-19-101c36-11 70-16 108-14l19 101c-38-2-71 3-108 14z"/></svg>
Copied!