map pin off icon
map-pin-off-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- map-pin-off-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the map pin off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.167c2.362 0 4.623.965 6.286 2.676q.172.178.333.36l1.792-1.792A.832.832 0 1 1 21.59 3.59l-1.97 1.966c1.673 2.748 1.457 5.798.295 8.575c-1.393 3.33-4.163 6.363-6.822 8.339a1.83 1.83 0 0 1-2.188 0a23.5 23.5 0 0 1-4.179-4.02L3.59 21.588a.832.832 0 1 1-1.18-1.178l3.31-3.31a17 17 0 0 1-1.637-2.97c-1.41-3.37-1.43-7.141 1.63-10.288A8.77 8.77 0 0 1 12 1.167M7.91 17.266a21.8 21.8 0 0 0 3.988 3.866a.16.16 0 0 0 .202 0c2.49-1.85 5.03-4.664 6.277-7.645c.954-2.281 1.137-4.6.02-6.709zM12 2.833a7.1 7.1 0 0 0-5.092 2.172c-2.466 2.537-2.516 5.54-1.286 8.482c.344.823.788 1.631 1.3 2.411l3.53-3.528a2.833 2.833 0 1 1 3.919-3.919l3.066-3.067a9 9 0 0 0-.345-.38A7.1 7.1 0 0 0 12 2.834M10.833 10c0 .54.366.991.863 1.125l1.429-1.429a1.166 1.166 0 0 0-2.292.304"/><path d="M6.908 5.005A7.1 7.1 0 0 1 12 2.833c1.905 0 3.737.779 5.092 2.172q.181.188.345.379L14.37 8.45a2.833 2.833 0 1 0-3.919 3.919l-3.528 3.528a15 15 0 0 1-1.301-2.41c-1.23-2.942-1.18-5.946 1.286-8.483M11.9 21.132a21.8 21.8 0 0 1-3.989-3.866L18.398 6.778c1.117 2.11.934 4.428-.02 6.71c-1.247 2.98-3.786 5.793-6.277 7.644a.16.16 0 0 1-.202 0"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiMapPinOffSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.167c2.362 0 4.623.965 6.286 2.676q.172.178.333.36l1.792-1.792A.832.832 0 1 1 21.59 3.59l-1.97 1.966c1.673 2.748 1.457 5.798.295 8.575c-1.393 3.33-4.163 6.363-6.822 8.339a1.83 1.83 0 0 1-2.188 0a23.5 23.5 0 0 1-4.179-4.02L3.59 21.588a.832.832 0 1 1-1.18-1.178l3.31-3.31a17 17 0 0 1-1.637-2.97c-1.41-3.37-1.43-7.141 1.63-10.288A8.77 8.77 0 0 1 12 1.167M7.91 17.266a21.8 21.8 0 0 0 3.988 3.866a.16.16 0 0 0 .202 0c2.49-1.85 5.03-4.664 6.277-7.645c.954-2.281 1.137-4.6.02-6.709zM12 2.833a7.1 7.1 0 0 0-5.092 2.172c-2.466 2.537-2.516 5.54-1.286 8.482c.344.823.788 1.631 1.3 2.411l3.53-3.528a2.833 2.833 0 1 1 3.919-3.919l3.066-3.067a9 9 0 0 0-.345-.38A7.1 7.1 0 0 0 12 2.834M10.833 10c0 .54.366.991.863 1.125l1.429-1.429a1.166 1.166 0 0 0-2.292.304"/><path d="M6.908 5.005A7.1 7.1 0 0 1 12 2.833c1.905 0 3.737.779 5.092 2.172q.181.188.345.379L14.37 8.45a2.833 2.833 0 1 0-3.919 3.919l-3.528 3.528a15 15 0 0 1-1.301-2.41c-1.23-2.942-1.18-5.946 1.286-8.483M11.9 21.132a21.8 21.8 0 0 1-3.989-3.866L18.398 6.778c1.117 2.11.934 4.428-.02 6.71c-1.247 2.98-3.786 5.793-6.277 7.644a.16.16 0 0 1-.202 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.167c2.362 0 4.623.965 6.286 2.676q.172.178.333.36l1.792-1.792A.832.832 0 1 1 21.59 3.59l-1.97 1.966c1.673 2.748 1.457 5.798.295 8.575c-1.393 3.33-4.163 6.363-6.822 8.339a1.83 1.83 0 0 1-2.188 0a23.5 23.5 0 0 1-4.179-4.02L3.59 21.588a.832.832 0 1 1-1.18-1.178l3.31-3.31a17 17 0 0 1-1.637-2.97c-1.41-3.37-1.43-7.141 1.63-10.288A8.77 8.77 0 0 1 12 1.167M7.91 17.266a21.8 21.8 0 0 0 3.988 3.866a.16.16 0 0 0 .202 0c2.49-1.85 5.03-4.664 6.277-7.645c.954-2.281 1.137-4.6.02-6.709zM12 2.833a7.1 7.1 0 0 0-5.092 2.172c-2.466 2.537-2.516 5.54-1.286 8.482c.344.823.788 1.631 1.3 2.411l3.53-3.528a2.833 2.833 0 1 1 3.919-3.919l3.066-3.067a9 9 0 0 0-.345-.38A7.1 7.1 0 0 0 12 2.834M10.833 10c0 .54.366.991.863 1.125l1.429-1.429a1.166 1.166 0 0 0-2.292.304"/><path d="M6.908 5.005A7.1 7.1 0 0 1 12 2.833c1.905 0 3.737.779 5.092 2.172q.181.188.345.379L14.37 8.45a2.833 2.833 0 1 0-3.919 3.919l-3.528 3.528a15 15 0 0 1-1.301-2.41c-1.23-2.942-1.18-5.946 1.286-8.483M11.9 21.132a21.8 21.8 0 0 1-3.989-3.866L18.398 6.778c1.117 2.11.934 4.428-.02 6.71c-1.247 2.98-3.786 5.793-6.277 7.644a.16.16 0 0 1-.202 0"/></g></svg> </template>
CSS
.icon-map-pin-off-solid {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.167c2.362%200%204.623.965%206.286%202.676q.172.178.333.36l1.792-1.792A.832.832%200%201%201%2021.59%203.59l-1.97%201.966c1.673%202.748%201.457%205.798.295%208.575c-1.393%203.33-4.163%206.363-6.822%208.339a1.83%201.83%200%200%201-2.188%200a23.5%2023.5%200%200%201-4.179-4.02L3.59%2021.588a.832.832%200%201%201-1.18-1.178l3.31-3.31a17%2017%200%200%201-1.637-2.97c-1.41-3.37-1.43-7.141%201.63-10.288A8.77%208.77%200%200%201%2012%201.167M7.91%2017.266a21.8%2021.8%200%200%200%203.988%203.866a.16.16%200%200%200%20.202%200c2.49-1.85%205.03-4.664%206.277-7.645c.954-2.281%201.137-4.6.02-6.709zM12%202.833a7.1%207.1%200%200%200-5.092%202.172c-2.466%202.537-2.516%205.54-1.286%208.482c.344.823.788%201.631%201.3%202.411l3.53-3.528a2.833%202.833%200%201%201%203.919-3.919l3.066-3.067a9%209%200%200%200-.345-.38A7.1%207.1%200%200%200%2012%202.834M10.833%2010c0%20.54.366.991.863%201.125l1.429-1.429a1.166%201.166%200%200%200-2.292.304%22%2F%3E%3Cpath%20d%3D%22M6.908%205.005A7.1%207.1%200%200%201%2012%202.833c1.905%200%203.737.779%205.092%202.172q.181.188.345.379L14.37%208.45a2.833%202.833%200%201%200-3.919%203.919l-3.528%203.528a15%2015%200%200%201-1.301-2.41c-1.23-2.942-1.18-5.946%201.286-8.483M11.9%2021.132a21.8%2021.8%200%200%201-3.989-3.866L18.398%206.778c1.117%202.11.934%204.428-.02%206.71c-1.247%202.98-3.786%205.793-6.277%207.644a.16.16%200%200%201-.202%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201.167c2.362%200%204.623.965%206.286%202.676q.172.178.333.36l1.792-1.792A.832.832%200%201%201%2021.59%203.59l-1.97%201.966c1.673%202.748%201.457%205.798.295%208.575c-1.393%203.33-4.163%206.363-6.822%208.339a1.83%201.83%200%200%201-2.188%200a23.5%2023.5%200%200%201-4.179-4.02L3.59%2021.588a.832.832%200%201%201-1.18-1.178l3.31-3.31a17%2017%200%200%201-1.637-2.97c-1.41-3.37-1.43-7.141%201.63-10.288A8.77%208.77%200%200%201%2012%201.167M7.91%2017.266a21.8%2021.8%200%200%200%203.988%203.866a.16.16%200%200%200%20.202%200c2.49-1.85%205.03-4.664%206.277-7.645c.954-2.281%201.137-4.6.02-6.709zM12%202.833a7.1%207.1%200%200%200-5.092%202.172c-2.466%202.537-2.516%205.54-1.286%208.482c.344.823.788%201.631%201.3%202.411l3.53-3.528a2.833%202.833%200%201%201%203.919-3.919l3.066-3.067a9%209%200%200%200-.345-.38A7.1%207.1%200%200%200%2012%202.834M10.833%2010c0%20.54.366.991.863%201.125l1.429-1.429a1.166%201.166%200%200%200-2.292.304%22%2F%3E%3Cpath%20d%3D%22M6.908%205.005A7.1%207.1%200%200%201%2012%202.833c1.905%200%203.737.779%205.092%202.172q.181.188.345.379L14.37%208.45a2.833%202.833%200%201%200-3.919%203.919l-3.528%203.528a15%2015%200%200%201-1.301-2.41c-1.23-2.942-1.18-5.946%201.286-8.483M11.9%2021.132a21.8%2021.8%200%200%201-3.989-3.866L18.398%206.778c1.117%202.11.934%204.428-.02%206.71c-1.247%202.98-3.786%205.793-6.277%207.644a.16.16%200%200%201-.202%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/map-pin-off-solid.svg?color=%231a73e8&size=48