map pin minus icon
map-pin-minus-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- map-pin-minus-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 minus 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 1c2.408 0 4.712.984 6.406 2.727c2.511 2.582 2.998 5.61 2.31 8.504a1 1 0 0 1-1.947-.462c.553-2.322.173-4.62-1.797-6.648A6.93 6.93 0 0 0 12 3c-1.86 0-3.648.76-4.972 2.121c-2.407 2.476-2.465 5.403-1.253 8.302c1.233 2.946 3.75 5.737 6.224 7.575c.445-.33.896-.693 1.34-1.085a1 1 0 1 1 1.322 1.5q-.73.642-1.468 1.19a1.995 1.995 0 0 1-2.386 0C8.13 20.617 5.338 17.56 3.93 14.196c-1.428-3.412-1.456-7.26 1.663-10.468A8.94 8.94 0 0 1 12 1"/><path d="M20 15.5a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2zM15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiMapPinMinusSolid(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 1c2.408 0 4.712.984 6.406 2.727c2.511 2.582 2.998 5.61 2.31 8.504a1 1 0 0 1-1.947-.462c.553-2.322.173-4.62-1.797-6.648A6.93 6.93 0 0 0 12 3c-1.86 0-3.648.76-4.972 2.121c-2.407 2.476-2.465 5.403-1.253 8.302c1.233 2.946 3.75 5.737 6.224 7.575c.445-.33.896-.693 1.34-1.085a1 1 0 1 1 1.322 1.5q-.73.642-1.468 1.19a1.995 1.995 0 0 1-2.386 0C8.13 20.617 5.338 17.56 3.93 14.196c-1.428-3.412-1.456-7.26 1.663-10.468A8.94 8.94 0 0 1 12 1"/><path d="M20 15.5a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2zM15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 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 1c2.408 0 4.712.984 6.406 2.727c2.511 2.582 2.998 5.61 2.31 8.504a1 1 0 0 1-1.947-.462c.553-2.322.173-4.62-1.797-6.648A6.93 6.93 0 0 0 12 3c-1.86 0-3.648.76-4.972 2.121c-2.407 2.476-2.465 5.403-1.253 8.302c1.233 2.946 3.75 5.737 6.224 7.575c.445-.33.896-.693 1.34-1.085a1 1 0 1 1 1.322 1.5q-.73.642-1.468 1.19a1.995 1.995 0 0 1-2.386 0C8.13 20.617 5.338 17.56 3.93 14.196c-1.428-3.412-1.456-7.26 1.663-10.468A8.94 8.94 0 0 1 12 1"/><path d="M20 15.5a1 1 0 0 1 0 2h-5a1 1 0 1 1 0-2zM15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0"/></g></svg> </template>
CSS
.icon-map-pin-minus-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%201c2.408%200%204.712.984%206.406%202.727c2.511%202.582%202.998%205.61%202.31%208.504a1%201%200%200%201-1.947-.462c.553-2.322.173-4.62-1.797-6.648A6.93%206.93%200%200%200%2012%203c-1.86%200-3.648.76-4.972%202.121c-2.407%202.476-2.465%205.403-1.253%208.302c1.233%202.946%203.75%205.737%206.224%207.575c.445-.33.896-.693%201.34-1.085a1%201%200%201%201%201.322%201.5q-.73.642-1.468%201.19a1.995%201.995%200%200%201-2.386%200C8.13%2020.617%205.338%2017.56%203.93%2014.196c-1.428-3.412-1.456-7.26%201.663-10.468A8.94%208.94%200%200%201%2012%201%22%2F%3E%3Cpath%20d%3D%22M20%2015.5a1%201%200%200%201%200%202h-5a1%201%200%201%201%200-2zM15%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%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%201c2.408%200%204.712.984%206.406%202.727c2.511%202.582%202.998%205.61%202.31%208.504a1%201%200%200%201-1.947-.462c.553-2.322.173-4.62-1.797-6.648A6.93%206.93%200%200%200%2012%203c-1.86%200-3.648.76-4.972%202.121c-2.407%202.476-2.465%205.403-1.253%208.302c1.233%202.946%203.75%205.737%206.224%207.575c.445-.33.896-.693%201.34-1.085a1%201%200%201%201%201.322%201.5q-.73.642-1.468%201.19a1.995%201.995%200%200%201-2.386%200C8.13%2020.617%205.338%2017.56%203.93%2014.196c-1.428-3.412-1.456-7.26%201.663-10.468A8.94%208.94%200%200%201%2012%201%22%2F%3E%3Cpath%20d%3D%22M20%2015.5a1%201%200%200%201%200%202h-5a1%201%200%201%201%200-2zM15%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%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-minus-solid.svg?color=%231a73e8&size=48