location off icon
location-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- location-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
location-add-16-filledlocation-add-left-20-filledlocation-add-right-20-filledlocation-add-up-20-filledlocation-arrow-12-filledlocation-arrow-left-16-filledlocation-arrow-right-16-filledlocation-arrow-up-16-filledlocation-checkmark-12-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-not-found-24-filledlocation-ripple-12-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5l.051.056a.75.75 0 0 1-1.055 1.055l-.056-.05l-3.738-3.738l-.012.013q-1.313 1.288-3.406 3.312a2.25 2.25 0 0 1-3.129 0l-3.49-3.396q-.659-.646-1.102-1.09A8.71 8.71 0 0 1 4.787 5.848L2.22 3.28a.75.75 0 0 1 0-1.06m3.652 4.713a7.21 7.21 0 0 0 1.031 8.888L8.39 17.29q1.229 1.202 3.089 3.001a.75.75 0 0 0 1.042 0l3.395-3.302l.006-.006l-2.703-2.703a3.5 3.5 0 0 1-4.5-4.5zm.997-3.245a8.71 8.71 0 0 1 11.287.88c3.076 3.076 3.368 7.88.88 11.287l-1.078-1.078A7.208 7.208 0 0 0 7.946 4.766zM12 7.5a3.5 3.5 0 0 1 3.311 4.63l-1.322-1.322A2 2 0 0 0 12.19 9.01l-1.322-1.322A3.5 3.5 0 0 1 12 7.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationOff24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5l.051.056a.75.75 0 0 1-1.055 1.055l-.056-.05l-3.738-3.738l-.012.013q-1.313 1.288-3.406 3.312a2.25 2.25 0 0 1-3.129 0l-3.49-3.396q-.659-.646-1.102-1.09A8.71 8.71 0 0 1 4.787 5.848L2.22 3.28a.75.75 0 0 1 0-1.06m3.652 4.713a7.21 7.21 0 0 0 1.031 8.888L8.39 17.29q1.229 1.202 3.089 3.001a.75.75 0 0 0 1.042 0l3.395-3.302l.006-.006l-2.703-2.703a3.5 3.5 0 0 1-4.5-4.5zm.997-3.245a8.71 8.71 0 0 1 11.287.88c3.076 3.076 3.368 7.88.88 11.287l-1.078-1.078A7.208 7.208 0 0 0 7.946 4.766zM12 7.5a3.5 3.5 0 0 1 3.311 4.63l-1.322-1.322A2 2 0 0 0 12.19 9.01l-1.322-1.322A3.5 3.5 0 0 1 12 7.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5l.051.056a.75.75 0 0 1-1.055 1.055l-.056-.05l-3.738-3.738l-.012.013q-1.313 1.288-3.406 3.312a2.25 2.25 0 0 1-3.129 0l-3.49-3.396q-.659-.646-1.102-1.09A8.71 8.71 0 0 1 4.787 5.848L2.22 3.28a.75.75 0 0 1 0-1.06m3.652 4.713a7.21 7.21 0 0 0 1.031 8.888L8.39 17.29q1.229 1.202 3.089 3.001a.75.75 0 0 0 1.042 0l3.395-3.302l.006-.006l-2.703-2.703a3.5 3.5 0 0 1-4.5-4.5zm.997-3.245a8.71 8.71 0 0 1 11.287.88c3.076 3.076 3.368 7.88.88 11.287l-1.078-1.078A7.208 7.208 0 0 0 7.946 4.766zM12 7.5a3.5 3.5 0 0 1 3.311 4.63l-1.322-1.322A2 2 0 0 0 12.19 9.01l-1.322-1.322A3.5 3.5 0 0 1 12 7.5"/></svg> </template>
CSS
.icon-location-off-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5l.051.056a.75.75%200%200%201-1.055%201.055l-.056-.05l-3.738-3.738l-.012.013q-1.313%201.288-3.406%203.312a2.25%202.25%200%200%201-3.129%200l-3.49-3.396q-.659-.646-1.102-1.09A8.71%208.71%200%200%201%204.787%205.848L2.22%203.28a.75.75%200%200%201%200-1.06m3.652%204.713a7.21%207.21%200%200%200%201.031%208.888L8.39%2017.29q1.229%201.202%203.089%203.001a.75.75%200%200%200%201.042%200l3.395-3.302l.006-.006l-2.703-2.703a3.5%203.5%200%200%201-4.5-4.5zm.997-3.245a8.71%208.71%200%200%201%2011.287.88c3.076%203.076%203.368%207.88.88%2011.287l-1.078-1.078A7.208%207.208%200%200%200%207.946%204.766zM12%207.5a3.5%203.5%200%200%201%203.311%204.63l-1.322-1.322A2%202%200%200%200%2012.19%209.01l-1.322-1.322A3.5%203.5%200%200%201%2012%207.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5l.051.056a.75.75%200%200%201-1.055%201.055l-.056-.05l-3.738-3.738l-.012.013q-1.313%201.288-3.406%203.312a2.25%202.25%200%200%201-3.129%200l-3.49-3.396q-.659-.646-1.102-1.09A8.71%208.71%200%200%201%204.787%205.848L2.22%203.28a.75.75%200%200%201%200-1.06m3.652%204.713a7.21%207.21%200%200%200%201.031%208.888L8.39%2017.29q1.229%201.202%203.089%203.001a.75.75%200%200%200%201.042%200l3.395-3.302l.006-.006l-2.703-2.703a3.5%203.5%200%200%201-4.5-4.5zm.997-3.245a8.71%208.71%200%200%201%2011.287.88c3.076%203.076%203.368%207.88.88%2011.287l-1.078-1.078A7.208%207.208%200%200%200%207.946%204.766zM12%207.5a3.5%203.5%200%200%201%203.311%204.63l-1.322-1.322A2%202%200%200%200%2012.19%209.01l-1.322-1.322A3.5%203.5%200%200%201%2012%207.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-off-24-regular.svg?color=%231a73e8&size=48