flag-check-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
flag-check-outline
Set
Material Symbols Light
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
flag-check-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the flag check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20.5V5h4.98q-.028.25-.045.5q-.018.25.007.5H7v6h7.25l.4 2H18v-2.13q.25-.02.5-.057t.5-.11V15h-5.192l-.4-2H7v7.5zM16.602 7.562l3.34-3.335l-.626-.627l-2.714 2.702L15.3 5l-.627.633zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlagCheckOutline(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="M6 20.5V5h4.98q-.028.25-.045.5q-.018.25.007.5H7v6h7.25l.4 2H18v-2.13q.25-.02.5-.057t.5-.11V15h-5.192l-.4-2H7v7.5zM16.602 7.562l3.34-3.335l-.626-.627l-2.714 2.702L15.3 5l-.627.633zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 20.5V5h4.98q-.028.25-.045.5q-.018.25.007.5H7v6h7.25l.4 2H18v-2.13q.25-.02.5-.057t.5-.11V15h-5.192l-.4-2H7v7.5zM16.602 7.562l3.34-3.335l-.626-.627l-2.714 2.702L15.3 5l-.627.633zm3.541-4.855q1.165 1.164 1.165 2.835t-1.165 2.836t-2.835 1.164t-2.836-1.164t-1.164-2.836q0-1.67 1.164-2.835q1.165-1.165 2.836-1.165t2.835 1.165"/></svg>
</template>

CSS

.icon-flag-check-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%22M6%2020.5V5h4.98q-.028.25-.045.5q-.018.25.007.5H7v6h7.25l.4%202H18v-2.13q.25-.02.5-.057t.5-.11V15h-5.192l-.4-2H7v7.5zM16.602%207.562l3.34-3.335l-.626-.627l-2.714%202.702L15.3%205l-.627.633zm3.541-4.855q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165%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%22M6%2020.5V5h4.98q-.028.25-.045.5q-.018.25.007.5H7v6h7.25l.4%202H18v-2.13q.25-.02.5-.057t.5-.11V15h-5.192l-.4-2H7v7.5zM16.602%207.562l3.34-3.335l-.626-.627l-2.714%202.702L15.3%205l-.627.633zm3.541-4.855q1.165%201.164%201.165%202.835t-1.165%202.836t-2.835%201.164t-2.836-1.164t-1.164-2.836q0-1.67%201.164-2.835q1.165-1.165%202.836-1.165t2.835%201.165%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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