map pin slash icon
map-pin-slash from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- map-pin-slash
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the map pin slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m26.992 23.242l4.36 4.36V20.57c3.82-.96 6.632-4.453 6.632-8.554c0-4.852-3.914-8.836-8.812-8.836c-4.875 0-8.79 3.984-8.79 8.836c0 4.101 2.813 7.593 6.61 8.554Zm-.328-10.734c-1.594 0-3-1.406-3-3.047c0-1.617 1.406-3 3-3c1.64 0 3 1.383 3 3c0 1.64-1.36 3.047-3 3.047m17.18 36.515c.703.704 1.875.704 2.554 0a1.81 1.81 0 0 0 0-2.554L12.156 12.25c-.703-.703-1.875-.727-2.578 0c-.68.68-.68 1.852 0 2.555Zm-16.852-6.89c0 6.914 1.242 10.687 2.203 10.687c.867 0 2.133-3.187 2.133-9.164v-3.258l-4.336-4.312Z"/></svg>
React
import type { SVGProps } from "react";
export function F7MapPinSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m26.992 23.242l4.36 4.36V20.57c3.82-.96 6.632-4.453 6.632-8.554c0-4.852-3.914-8.836-8.812-8.836c-4.875 0-8.79 3.984-8.79 8.836c0 4.101 2.813 7.593 6.61 8.554Zm-.328-10.734c-1.594 0-3-1.406-3-3.047c0-1.617 1.406-3 3-3c1.64 0 3 1.383 3 3c0 1.64-1.36 3.047-3 3.047m17.18 36.515c.703.704 1.875.704 2.554 0a1.81 1.81 0 0 0 0-2.554L12.156 12.25c-.703-.703-1.875-.727-2.578 0c-.68.68-.68 1.852 0 2.555Zm-16.852-6.89c0 6.914 1.242 10.687 2.203 10.687c.867 0 2.133-3.187 2.133-9.164v-3.258l-4.336-4.312Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m26.992 23.242l4.36 4.36V20.57c3.82-.96 6.632-4.453 6.632-8.554c0-4.852-3.914-8.836-8.812-8.836c-4.875 0-8.79 3.984-8.79 8.836c0 4.101 2.813 7.593 6.61 8.554Zm-.328-10.734c-1.594 0-3-1.406-3-3.047c0-1.617 1.406-3 3-3c1.64 0 3 1.383 3 3c0 1.64-1.36 3.047-3 3.047m17.18 36.515c.703.704 1.875.704 2.554 0a1.81 1.81 0 0 0 0-2.554L12.156 12.25c-.703-.703-1.875-.727-2.578 0c-.68.68-.68 1.852 0 2.555Zm-16.852-6.89c0 6.914 1.242 10.687 2.203 10.687c.867 0 2.133-3.187 2.133-9.164v-3.258l-4.336-4.312Z"/></svg> </template>
CSS
.icon-map-pin-slash {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.992%2023.242l4.36%204.36V20.57c3.82-.96%206.632-4.453%206.632-8.554c0-4.852-3.914-8.836-8.812-8.836c-4.875%200-8.79%203.984-8.79%208.836c0%204.101%202.813%207.593%206.61%208.554Zm-.328-10.734c-1.594%200-3-1.406-3-3.047c0-1.617%201.406-3%203-3c1.64%200%203%201.383%203%203c0%201.64-1.36%203.047-3%203.047m17.18%2036.515c.703.704%201.875.704%202.554%200a1.81%201.81%200%200%200%200-2.554L12.156%2012.25c-.703-.703-1.875-.727-2.578%200c-.68.68-.68%201.852%200%202.555Zm-16.852-6.89c0%206.914%201.242%2010.687%202.203%2010.687c.867%200%202.133-3.187%202.133-9.164v-3.258l-4.336-4.312Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m26.992%2023.242l4.36%204.36V20.57c3.82-.96%206.632-4.453%206.632-8.554c0-4.852-3.914-8.836-8.812-8.836c-4.875%200-8.79%203.984-8.79%208.836c0%204.101%202.813%207.593%206.61%208.554Zm-.328-10.734c-1.594%200-3-1.406-3-3.047c0-1.617%201.406-3%203-3c1.64%200%203%201.383%203%203c0%201.64-1.36%203.047-3%203.047m17.18%2036.515c.703.704%201.875.704%202.554%200a1.81%201.81%200%200%200%200-2.554L12.156%2012.25c-.703-.703-1.875-.727-2.578%200c-.68.68-.68%201.852%200%202.555Zm-16.852-6.89c0%206.914%201.242%2010.687%202.203%2010.687c.867%200%202.133-3.187%202.133-9.164v-3.258l-4.336-4.312Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/map-pin-slash.svg?color=%231a73e8&size=48