flag checkered variant icon

flag-checkered-variant from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
flag-checkered-variant
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the flag checkered variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M6 3a1 1 0 0 1 1 1v.875C8.063 4.437 9.5 4 11 4c3 0 3 2 5 2c3 0 4-2 4-2v8s-1 2-4 2s-3-2-5-2c-3 0-4 2-4 2v7H5V4a1 1 0 0 1 1-1zm5 5.75c1.221 0 2.07.652 3 1.16v1.416c.594.37 1.221.674 2 .674c2 0 2-.5 2-.5v-1.25s-1 .25-2 .25c-.779 0-1.406-.265-2-.59V8.576c.594.37 1.221.674 2 .674c2 0 2-.25 2-.25V7.5S17 8 16 8c-.779 0-1.406-.303-2-.674v1.25c-.93-.58-1.779-1.326-3-1.326V6C9 6 7 7.25 7 7.25V8.5s2-1.25 4-1.25v1.5C9 8.75 7 10 7 10v1.5S9 10 11 10V8.75z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiFlagCheckeredVariant(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M6 3a1 1 0 0 1 1 1v.875C8.063 4.437 9.5 4 11 4c3 0 3 2 5 2c3 0 4-2 4-2v8s-1 2-4 2s-3-2-5-2c-3 0-4 2-4 2v7H5V4a1 1 0 0 1 1-1zm5 5.75c1.221 0 2.07.652 3 1.16v1.416c.594.37 1.221.674 2 .674c2 0 2-.5 2-.5v-1.25s-1 .25-2 .25c-.779 0-1.406-.265-2-.59V8.576c.594.37 1.221.674 2 .674c2 0 2-.25 2-.25V7.5S17 8 16 8c-.779 0-1.406-.303-2-.674v1.25c-.93-.58-1.779-1.326-3-1.326V6C9 6 7 7.25 7 7.25V8.5s2-1.25 4-1.25v1.5C9 8.75 7 10 7 10v1.5S9 10 11 10V8.75z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M6 3a1 1 0 0 1 1 1v.875C8.063 4.437 9.5 4 11 4c3 0 3 2 5 2c3 0 4-2 4-2v8s-1 2-4 2s-3-2-5-2c-3 0-4 2-4 2v7H5V4a1 1 0 0 1 1-1zm5 5.75c1.221 0 2.07.652 3 1.16v1.416c.594.37 1.221.674 2 .674c2 0 2-.5 2-.5v-1.25s-1 .25-2 .25c-.779 0-1.406-.265-2-.59V8.576c.594.37 1.221.674 2 .674c2 0 2-.25 2-.25V7.5S17 8 16 8c-.779 0-1.406-.303-2-.674v1.25c-.93-.58-1.779-1.326-3-1.326V6C9 6 7 7.25 7 7.25V8.5s2-1.25 4-1.25v1.5C9 8.75 7 10 7 10v1.5S9 10 11 10V8.75z" fill="currentColor"/></svg>
</template>

CSS

.icon-flag-checkered-variant {
  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%20d%3D%22M6%203a1%201%200%200%201%201%201v.875C8.063%204.437%209.5%204%2011%204c3%200%203%202%205%202c3%200%204-2%204-2v8s-1%202-4%202s-3-2-5-2c-3%200-4%202-4%202v7H5V4a1%201%200%200%201%201-1zm5%205.75c1.221%200%202.07.652%203%201.16v1.416c.594.37%201.221.674%202%20.674c2%200%202-.5%202-.5v-1.25s-1%20.25-2%20.25c-.779%200-1.406-.265-2-.59V8.576c.594.37%201.221.674%202%20.674c2%200%202-.25%202-.25V7.5S17%208%2016%208c-.779%200-1.406-.303-2-.674v1.25c-.93-.58-1.779-1.326-3-1.326V6C9%206%207%207.25%207%207.25V8.5s2-1.25%204-1.25v1.5C9%208.75%207%2010%207%2010v1.5S9%2010%2011%2010V8.75z%22%20fill%3D%22currentColor%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%20d%3D%22M6%203a1%201%200%200%201%201%201v.875C8.063%204.437%209.5%204%2011%204c3%200%203%202%205%202c3%200%204-2%204-2v8s-1%202-4%202s-3-2-5-2c-3%200-4%202-4%202v7H5V4a1%201%200%200%201%201-1zm5%205.75c1.221%200%202.07.652%203%201.16v1.416c.594.37%201.221.674%202%20.674c2%200%202-.5%202-.5v-1.25s-1%20.25-2%20.25c-.779%200-1.406-.265-2-.59V8.576c.594.37%201.221.674%202%20.674c2%200%202-.25%202-.25V7.5S17%208%2016%208c-.779%200-1.406-.303-2-.674v1.25c-.93-.58-1.779-1.326-3-1.326V6C9%206%207%207.25%207%207.25V8.5s2-1.25%204-1.25v1.5C9%208.75%207%2010%207%2010v1.5S9%2010%2011%2010V8.75z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/flag-checkered-variant.svg?color=%231a73e8&size=48