flag icon
flag from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- flag
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
flagAkar IconsflagBootstrap IconsflagBoxIcons v2flagBoxIcons v2 SolidflagCarbonflag-fillEva IconsflagFramework7 IconsflagFont Awesome 6 RegularflagFont Awesome 6 SolidflagFeather Iconsflag-16-filledFluent UI System Iconsflagcss.ggflagHeroIconsflagHumbleiconsflagJam IconsflagLine AwesomeflagLucideflagMage IconsflagMajesticonsflagMaterial SymbolsflagMaterial Design Iconsflag-16OcticonsflagPhosphorflagPixelarticons
Use the flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M80 480a16 16 0 0 1-16-16V68.13a24 24 0 0 1 11.9-20.72C88 40.38 112.38 32 160 32c37.21 0 78.83 14.71 115.55 27.68C305.12 70.13 333.05 80 352 80a183.8 183.8 0 0 0 71-14.5a18 18 0 0 1 25 16.58v219.36a20 20 0 0 1-12 18.31c-8.71 3.81-40.51 16.25-84 16.25c-24.14 0-54.38-7.14-86.39-14.71C229.63 312.79 192.43 304 160 304c-36.87 0-55.74 5.58-64 9.11V464a16 16 0 0 1-16 16"/></svg>
React
import type { SVGProps } from "react";
export function IonFlag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M80 480a16 16 0 0 1-16-16V68.13a24 24 0 0 1 11.9-20.72C88 40.38 112.38 32 160 32c37.21 0 78.83 14.71 115.55 27.68C305.12 70.13 333.05 80 352 80a183.8 183.8 0 0 0 71-14.5a18 18 0 0 1 25 16.58v219.36a20 20 0 0 1-12 18.31c-8.71 3.81-40.51 16.25-84 16.25c-24.14 0-54.38-7.14-86.39-14.71C229.63 312.79 192.43 304 160 304c-36.87 0-55.74 5.58-64 9.11V464a16 16 0 0 1-16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M80 480a16 16 0 0 1-16-16V68.13a24 24 0 0 1 11.9-20.72C88 40.38 112.38 32 160 32c37.21 0 78.83 14.71 115.55 27.68C305.12 70.13 333.05 80 352 80a183.8 183.8 0 0 0 71-14.5a18 18 0 0 1 25 16.58v219.36a20 20 0 0 1-12 18.31c-8.71 3.81-40.51 16.25-84 16.25c-24.14 0-54.38-7.14-86.39-14.71C229.63 312.79 192.43 304 160 304c-36.87 0-55.74 5.58-64 9.11V464a16 16 0 0 1-16 16"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%20480a16%2016%200%200%201-16-16V68.13a24%2024%200%200%201%2011.9-20.72C88%2040.38%20112.38%2032%20160%2032c37.21%200%2078.83%2014.71%20115.55%2027.68C305.12%2070.13%20333.05%2080%20352%2080a183.8%20183.8%200%200%200%2071-14.5a18%2018%200%200%201%2025%2016.58v219.36a20%2020%200%200%201-12%2018.31c-8.71%203.81-40.51%2016.25-84%2016.25c-24.14%200-54.38-7.14-86.39-14.71C229.63%20312.79%20192.43%20304%20160%20304c-36.87%200-55.74%205.58-64%209.11V464a16%2016%200%200%201-16%2016%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%20480a16%2016%200%200%201-16-16V68.13a24%2024%200%200%201%2011.9-20.72C88%2040.38%20112.38%2032%20160%2032c37.21%200%2078.83%2014.71%20115.55%2027.68C305.12%2070.13%20333.05%2080%20352%2080a183.8%20183.8%200%200%200%2071-14.5a18%2018%200%200%201%2025%2016.58v219.36a20%2020%200%200%201-12%2018.31c-8.71%203.81-40.51%2016.25-84%2016.25c-24.14%200-54.38-7.14-86.39-14.71C229.63%20312.79%20192.43%20304%20160%20304c-36.87%200-55.74%205.58-64%209.11V464a16%2016%200%200%201-16%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/flag.svg?color=%231a73e8&size=48