map-check from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
map-check
Set
Material Design Icons
Style
Filled
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0
Aliases
map-tick

1 other variant in Material Design Icons

The same icon in other sets

More geographic information system icons from Material Design Icons

Use the map check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.25 22l-2.75-3l1.16-1.18l1.59 1.59l3.59-3.59L23 17.23M20.5 3a.5.5 0 0 1 .5.5v9.86c-.64-.23-1.31-.36-2-.36c-1.54 0-2.94.6-4 1.56V7.1L9 5v11.9l4.04 1.4c-.04.24-.04.47-.04.7c0 .46.06.92.16 1.36L9 18.9l-5.34 2.07c-.07.03-.11.03-.16.03a.5.5 0 0 1-.5-.5V5.38c0-.23.16-.41.35-.48L9 3l6 2.1L20.33 3"/></svg>

React

import type { SVGProps } from "react";

export function MdiMapCheck(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="m18.25 22l-2.75-3l1.16-1.18l1.59 1.59l3.59-3.59L23 17.23M20.5 3a.5.5 0 0 1 .5.5v9.86c-.64-.23-1.31-.36-2-.36c-1.54 0-2.94.6-4 1.56V7.1L9 5v11.9l4.04 1.4c-.04.24-.04.47-.04.7c0 .46.06.92.16 1.36L9 18.9l-5.34 2.07c-.07.03-.11.03-.16.03a.5.5 0 0 1-.5-.5V5.38c0-.23.16-.41.35-.48L9 3l6 2.1L20.33 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.25 22l-2.75-3l1.16-1.18l1.59 1.59l3.59-3.59L23 17.23M20.5 3a.5.5 0 0 1 .5.5v9.86c-.64-.23-1.31-.36-2-.36c-1.54 0-2.94.6-4 1.56V7.1L9 5v11.9l4.04 1.4c-.04.24-.04.47-.04.7c0 .46.06.92.16 1.36L9 18.9l-5.34 2.07c-.07.03-.11.03-.16.03a.5.5 0 0 1-.5-.5V5.38c0-.23.16-.41.35-.48L9 3l6 2.1L20.33 3"/></svg>
</template>

CSS

.icon-map-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%22m18.25%2022l-2.75-3l1.16-1.18l1.59%201.59l3.59-3.59L23%2017.23M20.5%203a.5.5%200%200%201%20.5.5v9.86c-.64-.23-1.31-.36-2-.36c-1.54%200-2.94.6-4%201.56V7.1L9%205v11.9l4.04%201.4c-.04.24-.04.47-.04.7c0%20.46.06.92.16%201.36L9%2018.9l-5.34%202.07c-.07.03-.11.03-.16.03a.5.5%200%200%201-.5-.5V5.38c0-.23.16-.41.35-.48L9%203l6%202.1L20.33%203%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%22m18.25%2022l-2.75-3l1.16-1.18l1.59%201.59l3.59-3.59L23%2017.23M20.5%203a.5.5%200%200%201%20.5.5v9.86c-.64-.23-1.31-.36-2-.36c-1.54%200-2.94.6-4%201.56V7.1L9%205v11.9l4.04%201.4c-.04.24-.04.47-.04.7c0%20.46.06.92.16%201.36L9%2018.9l-5.34%202.07c-.07.03-.11.03-.16.03a.5.5%200%200%201-.5-.5V5.38c0-.23.16-.41.35-.48L9%203l6%202.1L20.33%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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