flag icon
flag-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- flag-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
flagAkar Iconsflag-filledAnt Design IconsflagBootstrap IconsflagBoxIcons v2flagBoxIcons v2 SolidflagCarbonflagCodiconsflagElement Plusflag-fillEva 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 SolidflagIconPark TwoTone
Related icons in Framework7 Icons
Use the flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.969 51.004c.984 0 1.781-.773 1.781-1.781V36.215c.586-.258 2.79-1.102 6.234-1.102c8.672 0 14.11 4.243 22.36 4.243c3.656 0 5.015-.399 6.797-1.196c1.617-.726 2.672-1.945 2.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148 0-3.305 1.008-7.336 1.008c-8.25 0-13.664-4.266-22.36-4.266c-3.656 0-5.038.398-6.82 1.195c-1.617.727-2.671 1.97-2.671 4.102v38.93c0 .96.82 1.78 1.78 1.78"/></svg>
React
import type { SVGProps } from "react";
export function F7FlagFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.969 51.004c.984 0 1.781-.773 1.781-1.781V36.215c.586-.258 2.79-1.102 6.234-1.102c8.672 0 14.11 4.243 22.36 4.243c3.656 0 5.015-.399 6.797-1.196c1.617-.726 2.672-1.945 2.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148 0-3.305 1.008-7.336 1.008c-8.25 0-13.664-4.266-22.36-4.266c-3.656 0-5.038.398-6.82 1.195c-1.617.727-2.671 1.97-2.671 4.102v38.93c0 .96.82 1.78 1.78 1.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M8.969 51.004c.984 0 1.781-.773 1.781-1.781V36.215c.586-.258 2.79-1.102 6.234-1.102c8.672 0 14.11 4.243 22.36 4.243c3.656 0 5.015-.399 6.797-1.196c1.617-.726 2.672-1.945 2.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148 0-3.305 1.008-7.336 1.008c-8.25 0-13.664-4.266-22.36-4.266c-3.656 0-5.038.398-6.82 1.195c-1.617.727-2.671 1.97-2.671 4.102v38.93c0 .96.82 1.78 1.78 1.78"/></svg> </template>
CSS
.icon-flag-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.969%2051.004c.984%200%201.781-.773%201.781-1.781V36.215c.586-.258%202.79-1.102%206.234-1.102c8.672%200%2014.11%204.243%2022.36%204.243c3.656%200%205.015-.399%206.797-1.196c1.617-.726%202.672-1.945%202.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148%200-3.305%201.008-7.336%201.008c-8.25%200-13.664-4.266-22.36-4.266c-3.656%200-5.038.398-6.82%201.195c-1.617.727-2.671%201.97-2.671%204.102v38.93c0%20.96.82%201.78%201.78%201.78%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.969%2051.004c.984%200%201.781-.773%201.781-1.781V36.215c.586-.258%202.79-1.102%206.234-1.102c8.672%200%2014.11%204.243%2022.36%204.243c3.656%200%205.015-.399%206.797-1.196c1.617-.726%202.672-1.945%202.672-4.101V10.246c0-1.242-1.079-1.992-2.438-1.992c-1.148%200-3.305%201.008-7.336%201.008c-8.25%200-13.664-4.266-22.36-4.266c-3.656%200-5.038.398-6.82%201.195c-1.617.727-2.671%201.97-2.671%204.102v38.93c0%20.96.82%201.78%201.78%201.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/flag-fill.svg?color=%231a73e8&size=48