map marker off icon
map-marker-off from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.
- Name
- map-marker-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Geographic Information System
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location-off
1 other variant in Material Design Icons
The same icon in other sets
More geographic information system icons from Material Design Icons
checkerboard-minuscheckerboard-pluscheckerboard-removecompasscompass-offcrosshairscrosshairs-gpscrosshairs-offcrosshairs-questionearthearth-offlatitudelayerslayers-minuslayers-offlayers-pluslayers-removelayers-searchlongitudemagnifymagnify-expandmagnify-minus-outlinemagnify-plus-outlinemagnify-remove-outline
Use the map marker off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.37 16.1l-4.62-4.63l-.11-.11L3.27 3L2 4.27l3.18 3.18C5.06 7.95 5 8.46 5 9c0 5.25 7 13 7 13s1.67-1.85 3.37-4.35L18.73 21L20 19.72M12 6.5A2.5 2.5 0 0 1 14.5 9c0 .73-.33 1.39-.83 1.85l3.63 3.65c.98-1.88 1.7-3.82 1.7-5.5a7 7 0 0 0-7-7c-2 0-3.76.82-5.04 2.14l3.19 3.19c.46-.51 1.11-.83 1.85-.83"/></svg>
React
import type { SVGProps } from "react";
export function MdiMapMarkerOff(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="m16.37 16.1l-4.62-4.63l-.11-.11L3.27 3L2 4.27l3.18 3.18C5.06 7.95 5 8.46 5 9c0 5.25 7 13 7 13s1.67-1.85 3.37-4.35L18.73 21L20 19.72M12 6.5A2.5 2.5 0 0 1 14.5 9c0 .73-.33 1.39-.83 1.85l3.63 3.65c.98-1.88 1.7-3.82 1.7-5.5a7 7 0 0 0-7-7c-2 0-3.76.82-5.04 2.14l3.19 3.19c.46-.51 1.11-.83 1.85-.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.37 16.1l-4.62-4.63l-.11-.11L3.27 3L2 4.27l3.18 3.18C5.06 7.95 5 8.46 5 9c0 5.25 7 13 7 13s1.67-1.85 3.37-4.35L18.73 21L20 19.72M12 6.5A2.5 2.5 0 0 1 14.5 9c0 .73-.33 1.39-.83 1.85l3.63 3.65c.98-1.88 1.7-3.82 1.7-5.5a7 7 0 0 0-7-7c-2 0-3.76.82-5.04 2.14l3.19 3.19c.46-.51 1.11-.83 1.85-.83"/></svg> </template>
CSS
.icon-map-marker-off {
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%22m16.37%2016.1l-4.62-4.63l-.11-.11L3.27%203L2%204.27l3.18%203.18C5.06%207.95%205%208.46%205%209c0%205.25%207%2013%207%2013s1.67-1.85%203.37-4.35L18.73%2021L20%2019.72M12%206.5A2.5%202.5%200%200%201%2014.5%209c0%20.73-.33%201.39-.83%201.85l3.63%203.65c.98-1.88%201.7-3.82%201.7-5.5a7%207%200%200%200-7-7c-2%200-3.76.82-5.04%202.14l3.19%203.19c.46-.51%201.11-.83%201.85-.83%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%22m16.37%2016.1l-4.62-4.63l-.11-.11L3.27%203L2%204.27l3.18%203.18C5.06%207.95%205%208.46%205%209c0%205.25%207%2013%207%2013s1.67-1.85%203.37-4.35L18.73%2021L20%2019.72M12%206.5A2.5%202.5%200%200%201%2014.5%209c0%20.73-.33%201.39-.83%201.85l3.63%203.65c.98-1.88%201.7-3.82%201.7-5.5a7%207%200%200%200-7-7c-2%200-3.76.82-5.04%202.14l3.19%203.19c.46-.51%201.11-.83%201.85-.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/map-marker-off.svg?color=%231a73e8&size=48