flag check icon
flag-check from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- flag-check
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flag-check-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.148-.042.274t-.015.268q0 2.737 1.908 4.561t4.477 1.824q.423 0 .846-.046t.846-.177V15h-5.192l-.4-2H7v7.5zM20.143 2.707q1.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.165m-3.541 4.855l3.34-3.335l-.626-.627l-2.714 2.702L15.3 5l-.627.633z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFlagCheck(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.148-.042.274t-.015.268q0 2.737 1.908 4.561t4.477 1.824q.423 0 .846-.046t.846-.177V15h-5.192l-.4-2H7v7.5zM20.143 2.707q1.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.165m-3.541 4.855l3.34-3.335l-.626-.627l-2.714 2.702L15.3 5l-.627.633z"/></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.148-.042.274t-.015.268q0 2.737 1.908 4.561t4.477 1.824q.423 0 .846-.046t.846-.177V15h-5.192l-.4-2H7v7.5zM20.143 2.707q1.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.165m-3.541 4.855l3.34-3.335l-.626-.627l-2.714 2.702L15.3 5l-.627.633z"/></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%22M6%2020.5V5h4.98q-.028.148-.042.274t-.015.268q0%202.737%201.908%204.561t4.477%201.824q.423%200%20.846-.046t.846-.177V15h-5.192l-.4-2H7v7.5zM20.143%202.707q1.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.165m-3.541%204.855l3.34-3.335l-.626-.627l-2.714%202.702L15.3%205l-.627.633z%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.148-.042.274t-.015.268q0%202.737%201.908%204.561t4.477%201.824q.423%200%20.846-.046t.846-.177V15h-5.192l-.4-2H7v7.5zM20.143%202.707q1.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.165m-3.541%204.855l3.34-3.335l-.626-.627l-2.714%202.702L15.3%205l-.627.633z%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.svg?color=%231a73e8&size=48