flag icon
flag from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- flag
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Prime Icons
The same icon in other sets
flagAkar Iconsflag-filledAnt Design IconsflagBootstrap IconsflagBoxIcons v2flagBoxIcons v2 SolidflagCarbonflagCodiconsflagElement Plusflag-fillEva IconsflagFramework7 IconsflagFont Awesome 6 RegularflagFont Awesome 6 SolidflagFont Awesome RegularflagFont Awesome SolidflagFeather Iconsflag-outlineFlowbite Iconsflag-16-filledFluent UI System Iconsflag-16Fluent UI System Color Iconsflagcss.ggflagHeroIconsflagHumbleiconsflagIconParkflagIconPark OutlineflagIconPark Solid
Use the flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.42 4.45a.74.74 0 0 0-.69-.08a13.8 13.8 0 0 1-3.73 1a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16a20 20 0 0 0-5 1.1a.75.75 0 0 0-.51.71V20a.75.75 0 0 0 1.5 0v-5.85a15.8 15.8 0 0 1 3.86-.87a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13H15a16 16 0 0 0 4.21-1.13a.75.75 0 0 0 .48-.7V5.07a.74.74 0 0 0-.27-.62m-1.17 8.63a12 12 0 0 1-3.25.84a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16h-.2a16.3 16.3 0 0 0-3.78.8v-7a15.8 15.8 0 0 1 3.86-.87a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13a10.3 10.3 0 0 0 3.42-.73Z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFlag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.42 4.45a.74.74 0 0 0-.69-.08a13.8 13.8 0 0 1-3.73 1a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16a20 20 0 0 0-5 1.1a.75.75 0 0 0-.51.71V20a.75.75 0 0 0 1.5 0v-5.85a15.8 15.8 0 0 1 3.86-.87a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13H15a16 16 0 0 0 4.21-1.13a.75.75 0 0 0 .48-.7V5.07a.74.74 0 0 0-.27-.62m-1.17 8.63a12 12 0 0 1-3.25.84a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16h-.2a16.3 16.3 0 0 0-3.78.8v-7a15.8 15.8 0 0 1 3.86-.87a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13a10.3 10.3 0 0 0 3.42-.73Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.42 4.45a.74.74 0 0 0-.69-.08a13.8 13.8 0 0 1-3.73 1a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16a20 20 0 0 0-5 1.1a.75.75 0 0 0-.51.71V20a.75.75 0 0 0 1.5 0v-5.85a15.8 15.8 0 0 1 3.86-.87a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13H15a16 16 0 0 0 4.21-1.13a.75.75 0 0 0 .48-.7V5.07a.74.74 0 0 0-.27-.62m-1.17 8.63a12 12 0 0 1-3.25.84a8.5 8.5 0 0 1-2.3-1a8.8 8.8 0 0 0-3-1.16h-.2a16.3 16.3 0 0 0-3.78.8v-7a15.8 15.8 0 0 1 3.86-.87a8.5 8.5 0 0 1 2.4 1a9.1 9.1 0 0 0 2.82 1.13a10.3 10.3 0 0 0 3.42-.73Z"/></svg> </template>
CSS
.icon-flag {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.42%204.45a.74.74%200%200%200-.69-.08a13.8%2013.8%200%200%201-3.73%201a8.5%208.5%200%200%201-2.3-1a8.8%208.8%200%200%200-3-1.16a20%2020%200%200%200-5%201.1a.75.75%200%200%200-.51.71V20a.75.75%200%200%200%201.5%200v-5.85a15.8%2015.8%200%200%201%203.86-.87a8.5%208.5%200%200%201%202.4%201a9.1%209.1%200%200%200%202.82%201.13H15a16%2016%200%200%200%204.21-1.13a.75.75%200%200%200%20.48-.7V5.07a.74.74%200%200%200-.27-.62m-1.17%208.63a12%2012%200%200%201-3.25.84a8.5%208.5%200%200%201-2.3-1a8.8%208.8%200%200%200-3-1.16h-.2a16.3%2016.3%200%200%200-3.78.8v-7a15.8%2015.8%200%200%201%203.86-.87a8.5%208.5%200%200%201%202.4%201a9.1%209.1%200%200%200%202.82%201.13a10.3%2010.3%200%200%200%203.42-.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.42%204.45a.74.74%200%200%200-.69-.08a13.8%2013.8%200%200%201-3.73%201a8.5%208.5%200%200%201-2.3-1a8.8%208.8%200%200%200-3-1.16a20%2020%200%200%200-5%201.1a.75.75%200%200%200-.51.71V20a.75.75%200%200%200%201.5%200v-5.85a15.8%2015.8%200%200%201%203.86-.87a8.5%208.5%200%200%201%202.4%201a9.1%209.1%200%200%200%202.82%201.13H15a16%2016%200%200%200%204.21-1.13a.75.75%200%200%200%20.48-.7V5.07a.74.74%200%200%200-.27-.62m-1.17%208.63a12%2012%200%200%201-3.25.84a8.5%208.5%200%200%201-2.3-1a8.8%208.8%200%200%200-3-1.16h-.2a16.3%2016.3%200%200%200-3.78.8v-7a15.8%2015.8%200%200%201%203.86-.87a8.5%208.5%200%200%201%202.4%201a9.1%209.1%200%200%200%202.82%201.13a10.3%2010.3%200%200%200%203.42-.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/flag.svg?color=%231a73e8&size=48