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

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

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="M5 21V4h6.25q-.125.475-.187.938T11 5.85q0 3.025 2.1 5.013T18 12.85q.5 0 1-.075t1-.225V16h-7l-.4-2H7v7zM21.538 2.313Q23 3.774 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463M17.275 8.1l3.475-3.45L19.7 3.6l-2.425 2.375L16.3 5l-1.05 1.075z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlagCheck(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="M5 21V4h6.25q-.125.475-.187.938T11 5.85q0 3.025 2.1 5.013T18 12.85q.5 0 1-.075t1-.225V16h-7l-.4-2H7v7zM21.538 2.313Q23 3.774 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463M17.275 8.1l3.475-3.45L19.7 3.6l-2.425 2.375L16.3 5l-1.05 1.075z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 21V4h6.25q-.125.475-.187.938T11 5.85q0 3.025 2.1 5.013T18 12.85q.5 0 1-.075t1-.225V16h-7l-.4-2H7v7zM21.538 2.313Q23 3.774 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463M17.275 8.1l3.475-3.45L19.7 3.6l-2.425 2.375L16.3 5l-1.05 1.075z"/></svg>
</template>

CSS

.icon-flag-check {
  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%22M5%2021V4h6.25q-.125.475-.187.938T11%205.85q0%203.025%202.1%205.013T18%2012.85q.5%200%201-.075t1-.225V16h-7l-.4-2H7v7zM21.538%202.313Q23%203.774%2023%205.85t-1.463%203.538T18%2010.85t-3.537-1.462T13%205.85t1.463-3.537T18%20.85t3.538%201.463M17.275%208.1l3.475-3.45L19.7%203.6l-2.425%202.375L16.3%205l-1.05%201.075z%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%22M5%2021V4h6.25q-.125.475-.187.938T11%205.85q0%203.025%202.1%205.013T18%2012.85q.5%200%201-.075t1-.225V16h-7l-.4-2H7v7zM21.538%202.313Q23%203.774%2023%205.85t-1.463%203.538T18%2010.85t-3.537-1.462T13%205.85t1.463-3.537T18%20.85t3.538%201.463M17.275%208.1l3.475-3.45L19.7%203.6l-2.425%202.375L16.3%205l-1.05%201.075z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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