location off icon
location-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- location-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.014q-1.312 1.288-3.406 3.312a2.25 2.25 0 0 1-3.129 0l-3.49-3.396q-.66-.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.06m4.65 1.468a8.708 8.708 0 0 1 12.166 12.166l-4.13-4.128A3 3 0 0 0 15 11a3 3 0 0 0-3.726-2.91zm2.245 6.488a3 3 0 0 0 3.708 3.708z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationOff24Filled(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.014q-1.312 1.288-3.406 3.312a2.25 2.25 0 0 1-3.129 0l-3.49-3.396q-.66-.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.06m4.65 1.468a8.708 8.708 0 0 1 12.166 12.166l-4.13-4.128A3 3 0 0 0 15 11a3 3 0 0 0-3.726-2.91zm2.245 6.488a3 3 0 0 0 3.708 3.708z"/></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.014q-1.312 1.288-3.406 3.312a2.25 2.25 0 0 1-3.129 0l-3.49-3.396q-.66-.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.06m4.65 1.468a8.708 8.708 0 0 1 12.166 12.166l-4.13-4.128A3 3 0 0 0 15 11a3 3 0 0 0-3.726-2.91zm2.245 6.488a3 3 0 0 0 3.708 3.708z"/></svg> </template>
CSS
.icon-location-off-24-filled {
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.014q-1.312%201.288-3.406%203.312a2.25%202.25%200%200%201-3.129%200l-3.49-3.396q-.66-.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.06m4.65%201.468a8.708%208.708%200%200%201%2012.166%2012.166l-4.13-4.128A3%203%200%200%200%2015%2011a3%203%200%200%200-3.726-2.91zm2.245%206.488a3%203%200%200%200%203.708%203.708z%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.014q-1.312%201.288-3.406%203.312a2.25%202.25%200%200%201-3.129%200l-3.49-3.396q-.66-.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.06m4.65%201.468a8.708%208.708%200%200%201%2012.166%2012.166l-4.13-4.128A3%203%200%200%200%2015%2011a3%203%200%200%200-3.726-2.91zm2.245%206.488a3%203%200%200%200%203.708%203.708z%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-filled.svg?color=%231a73e8&size=48