flag-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
flag-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M3 13.3739C3 14.1691 3.4711 14.8888 4.2 15.2069C5.3986 15.73 6.6922 16 8 16C9.5593 16 11.0947 15.6162 12.4706 14.8824C13.5568 14.303 14.7689 14 16 14C16.805 14 17.6047 14.1296 18.3684 14.3838C18.5721 14.4516 18.7853 14.4861 19 14.4861C20.1046 14.4861 21 13.5907 21 12.4861L21 3.6261C21 2.8309 20.5289 2.1112 19.8 1.7931C18.6014 1.27 17.3078 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 13.3739Z" clip-rule="evenodd" stroke="none"/><path d="M4 13.3739C4 13.7715 4.2356 14.1313 4.6 14.2904C5.6724 14.7584 6.8299 15 8 15C9.3952 15 10.7689 14.6566 12 14C13.2311 13.3434 14.6048 13 16 13C16.9123 13 17.8186 13.1469 18.6842 13.435C18.786 13.4688 18.8927 13.4861 19 13.4861C19.5523 13.4861 20 13.0384 20 12.4861L20 3.6261C20 3.2285 19.7644 2.8687 19.4 2.7096C18.3276 2.2416 17.1701 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 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFlagFill(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillRule="evenodd" d="M3 13.3739C3 14.1691 3.4711 14.8888 4.2 15.2069C5.3986 15.73 6.6922 16 8 16C9.5593 16 11.0947 15.6162 12.4706 14.8824C13.5568 14.303 14.7689 14 16 14C16.805 14 17.6047 14.1296 18.3684 14.3838C18.5721 14.4516 18.7853 14.4861 19 14.4861C20.1046 14.4861 21 13.5907 21 12.4861L21 3.6261C21 2.8309 20.5289 2.1112 19.8 1.7931C18.6014 1.27 17.3078 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 13.3739Z" clipRule="evenodd" stroke="none"/><path d="M4 13.3739C4 13.7715 4.2356 14.1313 4.6 14.2904C5.6724 14.7584 6.8299 15 8 15C9.3952 15 10.7689 14.6566 12 14C13.2311 13.3434 14.6048 13 16 13C16.9123 13 17.8186 13.1469 18.6842 13.435C18.786 13.4688 18.8927 13.4861 19 13.4861C19.5523 13.4861 20 13.0384 20 12.4861L20 3.6261C20 3.2285 19.7644 2.8687 19.4 2.7096C18.3276 2.2416 17.1701 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 22"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M3 13.3739C3 14.1691 3.4711 14.8888 4.2 15.2069C5.3986 15.73 6.6922 16 8 16C9.5593 16 11.0947 15.6162 12.4706 14.8824C13.5568 14.303 14.7689 14 16 14C16.805 14 17.6047 14.1296 18.3684 14.3838C18.5721 14.4516 18.7853 14.4861 19 14.4861C20.1046 14.4861 21 13.5907 21 12.4861L21 3.6261C21 2.8309 20.5289 2.1112 19.8 1.7931C18.6014 1.27 17.3078 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 13.3739Z" clip-rule="evenodd" stroke="none"/><path d="M4 13.3739C4 13.7715 4.2356 14.1313 4.6 14.2904C5.6724 14.7584 6.8299 15 8 15C9.3952 15 10.7689 14.6566 12 14C13.2311 13.3434 14.6048 13 16 13C16.9123 13 17.8186 13.1469 18.6842 13.435C18.786 13.4688 18.8927 13.4861 19 13.4861C19.5523 13.4861 20 13.0384 20 12.4861L20 3.6261C20 3.2285 19.7644 2.8687 19.4 2.7096C18.3276 2.2416 17.1701 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 22"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2013.3739C3%2014.1691%203.4711%2014.8888%204.2%2015.2069C5.3986%2015.73%206.6922%2016%208%2016C9.5593%2016%2011.0947%2015.6162%2012.4706%2014.8824C13.5568%2014.303%2014.7689%2014%2016%2014C16.805%2014%2017.6047%2014.1296%2018.3684%2014.3838C18.5721%2014.4516%2018.7853%2014.4861%2019%2014.4861C20.1046%2014.4861%2021%2013.5907%2021%2012.4861L21%203.6261C21%202.8309%2020.5289%202.1112%2019.8%201.7931C18.6014%201.27%2017.3078%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%2013.3739Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4%2013.3739C4%2013.7715%204.2356%2014.1313%204.6%2014.2904C5.6724%2014.7584%206.8299%2015%208%2015C9.3952%2015%2010.7689%2014.6566%2012%2014C13.2311%2013.3434%2014.6048%2013%2016%2013C16.9123%2013%2017.8186%2013.1469%2018.6842%2013.435C18.786%2013.4688%2018.8927%2013.4861%2019%2013.4861C19.5523%2013.4861%2020%2013.0384%2020%2012.4861L20%203.6261C20%203.2285%2019.7644%202.8687%2019.4%202.7096C18.3276%202.2416%2017.1701%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%2022%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2013.3739C3%2014.1691%203.4711%2014.8888%204.2%2015.2069C5.3986%2015.73%206.6922%2016%208%2016C9.5593%2016%2011.0947%2015.6162%2012.4706%2014.8824C13.5568%2014.303%2014.7689%2014%2016%2014C16.805%2014%2017.6047%2014.1296%2018.3684%2014.3838C18.5721%2014.4516%2018.7853%2014.4861%2019%2014.4861C20.1046%2014.4861%2021%2013.5907%2021%2012.4861L21%203.6261C21%202.8309%2020.5289%202.1112%2019.8%201.7931C18.6014%201.27%2017.3078%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%2013.3739Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4%2013.3739C4%2013.7715%204.2356%2014.1313%204.6%2014.2904C5.6724%2014.7584%206.8299%2015%208%2015C9.3952%2015%2010.7689%2014.6566%2012%2014C13.2311%2013.3434%2014.6048%2013%2016%2013C16.9123%2013%2017.8186%2013.1469%2018.6842%2013.435C18.786%2013.4688%2018.8927%2013.4861%2019%2013.4861C19.5523%2013.4861%2020%2013.0384%2020%2012.4861L20%203.6261C20%203.2285%2019.7644%202.8687%2019.4%202.7096C18.3276%202.2416%2017.1701%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%2022%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-fill.svg?color=%231a73e8&size=48