location slash icon
location-slash-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- location-slash-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Related icons in Framework7 Icons
Use the location slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m41.746 29.512l9.305-20.086c.937-1.969.82-3.422-.118-4.36c-.96-.96-2.414-1.03-4.382-.14l-20.133 9.351Zm6.024 15.14a1.81 1.81 0 0 0 2.554 0a1.81 1.81 0 0 0 0-2.554L14.23 6.004c-.703-.703-1.851-.703-2.578 0c-.68.68-.68 1.875 0 2.555ZM27.754 50.84c1.148 1.125 2.695.937 3.82-.188c.633-.633 1.125-1.617 1.547-2.554l4.453-9.657L17.56 18.38l-9.68 4.476c-.914.422-1.922.938-2.555 1.547c-1.148 1.125-1.312 2.696-.187 3.82c.843.821 1.64 1.079 3.258 1.079l17.695.117c.164 0 .281.023.375.094a.67.67 0 0 1 .117.398l.094 17.672c0 1.617.258 2.461 1.078 3.258"/></svg>
React
import type { SVGProps } from "react";
export function F7LocationSlashFill(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="m41.746 29.512l9.305-20.086c.937-1.969.82-3.422-.118-4.36c-.96-.96-2.414-1.03-4.382-.14l-20.133 9.351Zm6.024 15.14a1.81 1.81 0 0 0 2.554 0a1.81 1.81 0 0 0 0-2.554L14.23 6.004c-.703-.703-1.851-.703-2.578 0c-.68.68-.68 1.875 0 2.555ZM27.754 50.84c1.148 1.125 2.695.937 3.82-.188c.633-.633 1.125-1.617 1.547-2.554l4.453-9.657L17.56 18.38l-9.68 4.476c-.914.422-1.922.938-2.555 1.547c-1.148 1.125-1.312 2.696-.187 3.82c.843.821 1.64 1.079 3.258 1.079l17.695.117c.164 0 .281.023.375.094a.67.67 0 0 1 .117.398l.094 17.672c0 1.617.258 2.461 1.078 3.258"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m41.746 29.512l9.305-20.086c.937-1.969.82-3.422-.118-4.36c-.96-.96-2.414-1.03-4.382-.14l-20.133 9.351Zm6.024 15.14a1.81 1.81 0 0 0 2.554 0a1.81 1.81 0 0 0 0-2.554L14.23 6.004c-.703-.703-1.851-.703-2.578 0c-.68.68-.68 1.875 0 2.555ZM27.754 50.84c1.148 1.125 2.695.937 3.82-.188c.633-.633 1.125-1.617 1.547-2.554l4.453-9.657L17.56 18.38l-9.68 4.476c-.914.422-1.922.938-2.555 1.547c-1.148 1.125-1.312 2.696-.187 3.82c.843.821 1.64 1.079 3.258 1.079l17.695.117c.164 0 .281.023.375.094a.67.67 0 0 1 .117.398l.094 17.672c0 1.617.258 2.461 1.078 3.258"/></svg> </template>
CSS
.icon-location-slash-fill {
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%22m41.746%2029.512l9.305-20.086c.937-1.969.82-3.422-.118-4.36c-.96-.96-2.414-1.03-4.382-.14l-20.133%209.351Zm6.024%2015.14a1.81%201.81%200%200%200%202.554%200a1.81%201.81%200%200%200%200-2.554L14.23%206.004c-.703-.703-1.851-.703-2.578%200c-.68.68-.68%201.875%200%202.555ZM27.754%2050.84c1.148%201.125%202.695.937%203.82-.188c.633-.633%201.125-1.617%201.547-2.554l4.453-9.657L17.56%2018.38l-9.68%204.476c-.914.422-1.922.938-2.555%201.547c-1.148%201.125-1.312%202.696-.187%203.82c.843.821%201.64%201.079%203.258%201.079l17.695.117c.164%200%20.281.023.375.094a.67.67%200%200%201%20.117.398l.094%2017.672c0%201.617.258%202.461%201.078%203.258%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%22m41.746%2029.512l9.305-20.086c.937-1.969.82-3.422-.118-4.36c-.96-.96-2.414-1.03-4.382-.14l-20.133%209.351Zm6.024%2015.14a1.81%201.81%200%200%200%202.554%200a1.81%201.81%200%200%200%200-2.554L14.23%206.004c-.703-.703-1.851-.703-2.578%200c-.68.68-.68%201.875%200%202.555ZM27.754%2050.84c1.148%201.125%202.695.937%203.82-.188c.633-.633%201.125-1.617%201.547-2.554l4.453-9.657L17.56%2018.38l-9.68%204.476c-.914.422-1.922.938-2.555%201.547c-1.148%201.125-1.312%202.696-.187%203.82c.843.821%201.64%201.079%203.258%201.079l17.695.117c.164%200%20.281.023.375.094a.67.67%200%200%201%20.117.398l.094%2017.672c0%201.617.258%202.461%201.078%203.258%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/location-slash-fill.svg?color=%231a73e8&size=48