flag variant off icon

flag-variant-off-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
flag-variant-off-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the flag variant off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3L5 6.9V21h2v-7s.8-1.6 3.2-1.9l10.7 10.7zM7 11.5V8.9l1.7 1.7c-1 .4-1.7.9-1.7.9m2.4-5.3L7.8 4.6c.9-.3 2-.6 3.2-.6c3 0 3 2 5 2c3 0 4-2 4-2v8s-.8 1.5-2.9 1.9L15 11.8c.3.1.6.2 1 .2c2 0 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2c-.5 0-1.1.1-1.6.2"/></svg>

React

import type { SVGProps } from "react";

export function MdiFlagVariantOffOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3L5 6.9V21h2v-7s.8-1.6 3.2-1.9l10.7 10.7zM7 11.5V8.9l1.7 1.7c-1 .4-1.7.9-1.7.9m2.4-5.3L7.8 4.6c.9-.3 2-.6 3.2-.6c3 0 3 2 5 2c3 0 4-2 4-2v8s-.8 1.5-2.9 1.9L15 11.8c.3.1.6.2 1 .2c2 0 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2c-.5 0-1.1.1-1.6.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.1 21.5L2.4 1.7L1.1 3L5 6.9V21h2v-7s.8-1.6 3.2-1.9l10.7 10.7zM7 11.5V8.9l1.7 1.7c-1 .4-1.7.9-1.7.9m2.4-5.3L7.8 4.6c.9-.3 2-.6 3.2-.6c3 0 3 2 5 2c3 0 4-2 4-2v8s-.8 1.5-2.9 1.9L15 11.8c.3.1.6.2 1 .2c2 0 2-1 2-1V7.5S17 8 16 8c-2 0-3-2-5-2c-.5 0-1.1.1-1.6.2"/></svg>
</template>

CSS

.icon-flag-variant-off-outline {
  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%22currentColor%22%20d%3D%22M22.1%2021.5L2.4%201.7L1.1%203L5%206.9V21h2v-7s.8-1.6%203.2-1.9l10.7%2010.7zM7%2011.5V8.9l1.7%201.7c-1%20.4-1.7.9-1.7.9m2.4-5.3L7.8%204.6c.9-.3%202-.6%203.2-.6c3%200%203%202%205%202c3%200%204-2%204-2v8s-.8%201.5-2.9%201.9L15%2011.8c.3.1.6.2%201%20.2c2%200%202-1%202-1V7.5S17%208%2016%208c-2%200-3-2-5-2c-.5%200-1.1.1-1.6.2%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%22currentColor%22%20d%3D%22M22.1%2021.5L2.4%201.7L1.1%203L5%206.9V21h2v-7s.8-1.6%203.2-1.9l10.7%2010.7zM7%2011.5V8.9l1.7%201.7c-1%20.4-1.7.9-1.7.9m2.4-5.3L7.8%204.6c.9-.3%202-.6%203.2-.6c3%200%203%202%205%202c3%200%204-2%204-2v8s-.8%201.5-2.9%201.9L15%2011.8c.3.1.6.2%201%20.2c2%200%202-1%202-1V7.5S17%208%2016%208c-2%200-3-2-5-2c-.5%200-1.1.1-1.6.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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