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

Name
flag-check-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

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.288 20.713Q5 20.425 5 20V5q0-.425.288-.712T6 4h4.125q.425 0 .7.35t.225.775q-.025.225-.038.438T11 6q.05 2.875 2.088 4.863T18 12.85q.225 0 .45-.012t.425-.038q.45-.05.788.225t.337.7V15q0 .425-.288.713T19 16h-5.175q-.35 0-.625-.225t-.35-.575L12.6 14H7v6q0 .425-.288.713T6 21t-.712-.288m16.25-18.4Q23 3.775 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463m-4.263 3.662l-.45-.45Q16.6 5.3 16.3 5.312t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.537t-.225-.538t-.525-.212t-.525.212z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlagCheckRounded(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.288 20.713Q5 20.425 5 20V5q0-.425.288-.712T6 4h4.125q.425 0 .7.35t.225.775q-.025.225-.038.438T11 6q.05 2.875 2.088 4.863T18 12.85q.225 0 .45-.012t.425-.038q.45-.05.788.225t.337.7V15q0 .425-.288.713T19 16h-5.175q-.35 0-.625-.225t-.35-.575L12.6 14H7v6q0 .425-.288.713T6 21t-.712-.288m16.25-18.4Q23 3.775 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463m-4.263 3.662l-.45-.45Q16.6 5.3 16.3 5.312t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.537t-.225-.538t-.525-.212t-.525.212z"/></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.288 20.713Q5 20.425 5 20V5q0-.425.288-.712T6 4h4.125q.425 0 .7.35t.225.775q-.025.225-.038.438T11 6q.05 2.875 2.088 4.863T18 12.85q.225 0 .45-.012t.425-.038q.45-.05.788.225t.337.7V15q0 .425-.288.713T19 16h-5.175q-.35 0-.625-.225t-.35-.575L12.6 14H7v6q0 .425-.288.713T6 21t-.712-.288m16.25-18.4Q23 3.775 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463m-4.263 3.662l-.45-.45Q16.6 5.3 16.3 5.312t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.537t-.225-.538t-.525-.212t-.525.212z"/></svg>
</template>

CSS

.icon-flag-check-rounded {
  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.288%2020.713Q5%2020.425%205%2020V5q0-.425.288-.712T6%204h4.125q.425%200%20.7.35t.225.775q-.025.225-.038.438T11%206q.05%202.875%202.088%204.863T18%2012.85q.225%200%20.45-.012t.425-.038q.45-.05.788.225t.337.7V15q0%20.425-.288.713T19%2016h-5.175q-.35%200-.625-.225t-.35-.575L12.6%2014H7v6q0%20.425-.288.713T6%2021t-.712-.288m16.25-18.4Q23%203.775%2023%205.85t-1.463%203.538T18%2010.85t-3.537-1.462T13%205.85t1.463-3.537T18%20.85t3.538%201.463m-4.263%203.662l-.45-.45Q16.6%205.3%2016.3%205.312t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.537t-.225-.538t-.525-.212t-.525.212z%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.288%2020.713Q5%2020.425%205%2020V5q0-.425.288-.712T6%204h4.125q.425%200%20.7.35t.225.775q-.025.225-.038.438T11%206q.05%202.875%202.088%204.863T18%2012.85q.225%200%20.45-.012t.425-.038q.45-.05.788.225t.337.7V15q0%20.425-.288.713T19%2016h-5.175q-.35%200-.625-.225t-.35-.575L12.6%2014H7v6q0%20.425-.288.713T6%2021t-.712-.288m16.25-18.4Q23%203.775%2023%205.85t-1.463%203.538T18%2010.85t-3.537-1.462T13%205.85t1.463-3.537T18%20.85t3.538%201.463m-4.263%203.662l-.45-.45Q16.6%205.3%2016.3%205.312t-.525.238t-.225.525t.225.525l.8.8q.3.3.7.3t.7-.3l2.25-2.225q.225-.225.225-.537t-.225-.538t-.525-.212t-.525.212z%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-rounded.svg?color=%231a73e8&size=48