flag icon
flag-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- flag-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline 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
Related icons in Keyline Icons
Use the flag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3 14C3 14.3693 3.2035 14.7086 3.5294 14.8824C4.9053 15.6162 6.4407 16 8 16C9.5593 16 11.0947 15.6162 12.4706 14.8824C13.5568 14.303 14.7689 14 16 14C17.2311 14 18.4432 14.303 19.5294 14.8824C19.6742 14.9596 19.8359 15 20 15C20.5523 15 21 14.5523 21 14L21 3C21 2.6307 20.7965 2.2914 20.4706 2.1176C19.0947 1.3838 17.5593 1 16 1C14.4407 1 12.9053 1.3838 11.5294 2.1176C10.4432 2.697 9.2311 3 8 3C6.7689 3 5.5568 2.697 4.4706 2.1176C4.3258 2.0404 4.1641 2 4 2C3.4477 2 3 2.4477 3 3L3 14Z" stroke="none"/><path d="M4 14C5.2311 14.6566 6.6048 15 8 15C9.3952 15 10.7689 14.6566 12 14C13.2311 13.3434 14.6048 13 16 13C17.3952 13 18.7689 13.3434 20 14L20 3C18.7689 2.3434 17.3952 2 16 2C14.6048 2 13.2311 2.3434 12 3C10.7689 3.6566 9.3952 4 8 4C6.6048 4 5.2311 3.6566 4 3L4 23"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsFlagSharpTwoTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M3 14C3 14.3693 3.2035 14.7086 3.5294 14.8824C4.9053 15.6162 6.4407 16 8 16C9.5593 16 11.0947 15.6162 12.4706 14.8824C13.5568 14.303 14.7689 14 16 14C17.2311 14 18.4432 14.303 19.5294 14.8824C19.6742 14.9596 19.8359 15 20 15C20.5523 15 21 14.5523 21 14L21 3C21 2.6307 20.7965 2.2914 20.4706 2.1176C19.0947 1.3838 17.5593 1 16 1C14.4407 1 12.9053 1.3838 11.5294 2.1176C10.4432 2.697 9.2311 3 8 3C6.7689 3 5.5568 2.697 4.4706 2.1176C4.3258 2.0404 4.1641 2 4 2C3.4477 2 3 2.4477 3 3L3 14Z" stroke="none"/><path d="M4 14C5.2311 14.6566 6.6048 15 8 15C9.3952 15 10.7689 14.6566 12 14C13.2311 13.3434 14.6048 13 16 13C17.3952 13 18.7689 13.3434 20 14L20 3C18.7689 2.3434 17.3952 2 16 2C14.6048 2 13.2311 2.3434 12 3C10.7689 3.6566 9.3952 4 8 4C6.6048 4 5.2311 3.6566 4 3L4 23"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M3 14C3 14.3693 3.2035 14.7086 3.5294 14.8824C4.9053 15.6162 6.4407 16 8 16C9.5593 16 11.0947 15.6162 12.4706 14.8824C13.5568 14.303 14.7689 14 16 14C17.2311 14 18.4432 14.303 19.5294 14.8824C19.6742 14.9596 19.8359 15 20 15C20.5523 15 21 14.5523 21 14L21 3C21 2.6307 20.7965 2.2914 20.4706 2.1176C19.0947 1.3838 17.5593 1 16 1C14.4407 1 12.9053 1.3838 11.5294 2.1176C10.4432 2.697 9.2311 3 8 3C6.7689 3 5.5568 2.697 4.4706 2.1176C4.3258 2.0404 4.1641 2 4 2C3.4477 2 3 2.4477 3 3L3 14Z" stroke="none"/><path d="M4 14C5.2311 14.6566 6.6048 15 8 15C9.3952 15 10.7689 14.6566 12 14C13.2311 13.3434 14.6048 13 16 13C17.3952 13 18.7689 13.3434 20 14L20 3C18.7689 2.3434 17.3952 2 16 2C14.6048 2 13.2311 2.3434 12 3C10.7689 3.6566 9.3952 4 8 4C6.6048 4 5.2311 3.6566 4 3L4 23"/></g></svg> </template>
CSS
.icon-flag-sharp-two-tone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3%2014C3%2014.3693%203.2035%2014.7086%203.5294%2014.8824C4.9053%2015.6162%206.4407%2016%208%2016C9.5593%2016%2011.0947%2015.6162%2012.4706%2014.8824C13.5568%2014.303%2014.7689%2014%2016%2014C17.2311%2014%2018.4432%2014.303%2019.5294%2014.8824C19.6742%2014.9596%2019.8359%2015%2020%2015C20.5523%2015%2021%2014.5523%2021%2014L21%203C21%202.6307%2020.7965%202.2914%2020.4706%202.1176C19.0947%201.3838%2017.5593%201%2016%201C14.4407%201%2012.9053%201.3838%2011.5294%202.1176C10.4432%202.697%209.2311%203%208%203C6.7689%203%205.5568%202.697%204.4706%202.1176C4.3258%202.0404%204.1641%202%204%202C3.4477%202%203%202.4477%203%203L3%2014Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4%2014C5.2311%2014.6566%206.6048%2015%208%2015C9.3952%2015%2010.7689%2014.6566%2012%2014C13.2311%2013.3434%2014.6048%2013%2016%2013C17.3952%2013%2018.7689%2013.3434%2020%2014L20%203C18.7689%202.3434%2017.3952%202%2016%202C14.6048%202%2013.2311%202.3434%2012%203C10.7689%203.6566%209.3952%204%208%204C6.6048%204%205.2311%203.6566%204%203L4%2023%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M3%2014C3%2014.3693%203.2035%2014.7086%203.5294%2014.8824C4.9053%2015.6162%206.4407%2016%208%2016C9.5593%2016%2011.0947%2015.6162%2012.4706%2014.8824C13.5568%2014.303%2014.7689%2014%2016%2014C17.2311%2014%2018.4432%2014.303%2019.5294%2014.8824C19.6742%2014.9596%2019.8359%2015%2020%2015C20.5523%2015%2021%2014.5523%2021%2014L21%203C21%202.6307%2020.7965%202.2914%2020.4706%202.1176C19.0947%201.3838%2017.5593%201%2016%201C14.4407%201%2012.9053%201.3838%2011.5294%202.1176C10.4432%202.697%209.2311%203%208%203C6.7689%203%205.5568%202.697%204.4706%202.1176C4.3258%202.0404%204.1641%202%204%202C3.4477%202%203%202.4477%203%203L3%2014Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4%2014C5.2311%2014.6566%206.6048%2015%208%2015C9.3952%2015%2010.7689%2014.6566%2012%2014C13.2311%2013.3434%2014.6048%2013%2016%2013C17.3952%2013%2018.7689%2013.3434%2020%2014L20%203C18.7689%202.3434%2017.3952%202%2016%202C14.6048%202%2013.2311%202.3434%2012%203C10.7689%203.6566%209.3952%204%208%204C6.6048%204%205.2311%203.6566%204%203L4%2023%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/flag-sharp-two-tone.svg?color=%231a73e8&size=48