Flag Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Flag Svg 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/308863.svg" alt="Flag Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308863.svg" alt="Flag Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308863.svg" alt="Flag Svg icon" :width="24" :height="24" />
CSS background
.icon-flag---svg {
background-image: url('https://proicons.com/icon/308863.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 fill-rule="evenodd" clip-rule="evenodd" d="M20 14C20.3466 14 20.6684 13.8205 20.8507 13.5257C21.0329 13.2309 21.0494 12.8628 20.8944 12.5528L19.118 9L20.8944 5.44721C21.0494 5.13723 21.0329 4.76909 20.8507 4.47427C20.6684 4.17945 20.3466 4 20 4L9 4V3C9 2.44772 8.55229 2 8 2C7.44772 2 7 2.44772 7 3V5V13V21C7 21.5523 7.44772 22 8 22C8.55229 22 9 21.5523 9 21L9 14H20Z" fill="#292929"/> </svg>
Copied!