location slash icon
location-slash from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- location-slash
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the location slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.42 13a3.11 3.11 0 0 1-1.54-2.69a3.118 3.118 0 0 1 5.81-1.57"/><path d="M5.99 17.81c-1.84-2.51-3.18-5.72-2.36-9.32C5.28 1.23 14.57.06 18.68 4.98m1.7 3.52c1.15 5.08-2.01 9.38-4.78 12.04a5.193 5.193 0 0 1-7.21 0M22 2L2 22"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLocationSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.42 13a3.11 3.11 0 0 1-1.54-2.69a3.118 3.118 0 0 1 5.81-1.57"/><path d="M5.99 17.81c-1.84-2.51-3.18-5.72-2.36-9.32C5.28 1.23 14.57.06 18.68 4.98m1.7 3.52c1.15 5.08-2.01 9.38-4.78 12.04a5.193 5.193 0 0 1-7.21 0M22 2L2 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.42 13a3.11 3.11 0 0 1-1.54-2.69a3.118 3.118 0 0 1 5.81-1.57"/><path d="M5.99 17.81c-1.84-2.51-3.18-5.72-2.36-9.32C5.28 1.23 14.57.06 18.68 4.98m1.7 3.52c1.15 5.08-2.01 9.38-4.78 12.04a5.193 5.193 0 0 1-7.21 0M22 2L2 22"/></g></svg> </template>
CSS
.icon-location-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.42%2013a3.11%203.11%200%200%201-1.54-2.69a3.118%203.118%200%200%201%205.81-1.57%22%2F%3E%3Cpath%20d%3D%22M5.99%2017.81c-1.84-2.51-3.18-5.72-2.36-9.32C5.28%201.23%2014.57.06%2018.68%204.98m1.7%203.52c1.15%205.08-2.01%209.38-4.78%2012.04a5.193%205.193%200%200%201-7.21%200M22%202L2%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.42%2013a3.11%203.11%200%200%201-1.54-2.69a3.118%203.118%200%200%201%205.81-1.57%22%2F%3E%3Cpath%20d%3D%22M5.99%2017.81c-1.84-2.51-3.18-5.72-2.36-9.32C5.28%201.23%2014.57.06%2018.68%204.98m1.7%203.52c1.15%205.08-2.01%209.38-4.78%2012.04a5.193%205.193%200%200%201-7.21%200M22%202L2%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/location-slash.svg?color=%231a73e8&size=48