flag check icon
flag-check-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- flag-check-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- flag-check-outline-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.5-.2 1T11 6H7v6h7.25l.4 2H18v-1.15q.5 0 1-.075t1-.225V16h-7l-.4-2H7v7zM17.275 8.1l3.475-3.45L19.7 3.6l-2.425 2.375L16.3 5l-1.05 1.075zm4.263-5.787Q23 3.774 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFlagCheckOutline(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.5-.2 1T11 6H7v6h7.25l.4 2H18v-1.15q.5 0 1-.075t1-.225V16h-7l-.4-2H7v7zM17.275 8.1l3.475-3.45L19.7 3.6l-2.425 2.375L16.3 5l-1.05 1.075zm4.263-5.787Q23 3.774 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463"/></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.5-.2 1T11 6H7v6h7.25l.4 2H18v-1.15q.5 0 1-.075t1-.225V16h-7l-.4-2H7v7zM17.275 8.1l3.475-3.45L19.7 3.6l-2.425 2.375L16.3 5l-1.05 1.075zm4.263-5.787Q23 3.774 23 5.85t-1.463 3.538T18 10.85t-3.537-1.462T13 5.85t1.463-3.537T18 .85t3.538 1.463"/></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%22M5%2021V4h6.25q-.125.5-.2%201T11%206H7v6h7.25l.4%202H18v-1.15q.5%200%201-.075t1-.225V16h-7l-.4-2H7v7zM17.275%208.1l3.475-3.45L19.7%203.6l-2.425%202.375L16.3%205l-1.05%201.075zm4.263-5.787Q23%203.774%2023%205.85t-1.463%203.538T18%2010.85t-3.537-1.462T13%205.85t1.463-3.537T18%20.85t3.538%201.463%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.5-.2%201T11%206H7v6h7.25l.4%202H18v-1.15q.5%200%201-.075t1-.225V16h-7l-.4-2H7v7zM17.275%208.1l3.475-3.45L19.7%203.6l-2.425%202.375L16.3%205l-1.05%201.075zm4.263-5.787Q23%203.774%2023%205.85t-1.463%203.538T18%2010.85t-3.537-1.462T13%205.85t1.463-3.537T18%20.85t3.538%201.463%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-outline.svg?color=%231a73e8&size=48