flag chequered icon

flag-chequered-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
flag-chequered-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Use the flag chequered icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" 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 23M9.3333 3.8948L9.3333 14.8948M14.6667 2.1052L14.6667 13.1052M4 8.5C5.2311 9.1566 6.6048 9.5 8 9.5C9.3952 9.5 10.7689 9.1566 12 8.5C13.2311 7.8434 14.6048 7.5 16 7.5C17.3952 7.5 18.7689 7.8434 20 8.5"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFlagChequeredSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" 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 23M9.3333 3.8948L9.3333 14.8948M14.6667 2.1052L14.6667 13.1052M4 8.5C5.2311 9.1566 6.6048 9.5 8 9.5C9.3952 9.5 10.7689 9.1566 12 8.5C13.2311 7.8434 14.6048 7.5 16 7.5C17.3952 7.5 18.7689 7.8434 20 8.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" 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 23M9.3333 3.8948L9.3333 14.8948M14.6667 2.1052L14.6667 13.1052M4 8.5C5.2311 9.1566 6.6048 9.5 8 9.5C9.3952 9.5 10.7689 9.1566 12 8.5C13.2311 7.8434 14.6048 7.5 16 7.5C17.3952 7.5 18.7689 7.8434 20 8.5"/></svg>
</template>

CSS

.icon-flag-chequered-sharp {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%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%2023M9.3333%203.8948L9.3333%2014.8948M14.6667%202.1052L14.6667%2013.1052M4%208.5C5.2311%209.1566%206.6048%209.5%208%209.5C9.3952%209.5%2010.7689%209.1566%2012%208.5C13.2311%207.8434%2014.6048%207.5%2016%207.5C17.3952%207.5%2018.7689%207.8434%2020%208.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%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%2023M9.3333%203.8948L9.3333%2014.8948M14.6667%202.1052L14.6667%2013.1052M4%208.5C5.2311%209.1566%206.6048%209.5%208%209.5C9.3952%209.5%2010.7689%209.1566%2012%208.5C13.2311%207.8434%2014.6048%207.5%2016%207.5C17.3952%207.5%2018.7689%207.8434%2020%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/flag-chequered-sharp.svg?color=%231a73e8&size=48