location off icon
location-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- location-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-3.053-3.052l-.27.268l-2.437 2.37a1.993 1.993 0 0 1-2.639.118l-.133-.118l-2.043-1.986l-1.521-1.498a7.01 7.01 0 0 1-.78-8.976L2.146 2.854a.5.5 0 0 1 0-.708m2.843 3.55a6.01 6.01 0 0 0 .591 7.37l.176.184l.571.566l2.98 2.906l.093.08a1 1 0 0 0 1.2 0l.094-.08l2.23-2.168l.464-.46l-2.496-2.495c-.28.096-.579.15-.891.151a2.75 2.75 0 0 1-2.6-3.643zm.655-2.174a7 7 0 0 1 9.306.529a7.007 7.007 0 0 1 .53 9.308l-.71-.71a6.003 6.003 0 0 0-8.417-8.417zM8.25 9c0 .966.784 1.75 1.75 1.75l.04-.002l-1.789-1.789zM10 6.25a2.75 2.75 0 0 1 2.422 4.052l-.76-.76q.086-.257.088-.542a1.75 1.75 0 0 0-2.293-1.663l-.76-.76A2.74 2.74 0 0 1 10 6.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-3.053-3.052l-.27.268l-2.437 2.37a1.993 1.993 0 0 1-2.639.118l-.133-.118l-2.043-1.986l-1.521-1.498a7.01 7.01 0 0 1-.78-8.976L2.146 2.854a.5.5 0 0 1 0-.708m2.843 3.55a6.01 6.01 0 0 0 .591 7.37l.176.184l.571.566l2.98 2.906l.093.08a1 1 0 0 0 1.2 0l.094-.08l2.23-2.168l.464-.46l-2.496-2.495c-.28.096-.579.15-.891.151a2.75 2.75 0 0 1-2.6-3.643zm.655-2.174a7 7 0 0 1 9.306.529a7.007 7.007 0 0 1 .53 9.308l-.71-.71a6.003 6.003 0 0 0-8.417-8.417zM8.25 9c0 .966.784 1.75 1.75 1.75l.04-.002l-1.789-1.789zM10 6.25a2.75 2.75 0 0 1 2.422 4.052l-.76-.76q.086-.257.088-.542a1.75 1.75 0 0 0-2.293-1.663l-.76-.76A2.74 2.74 0 0 1 10 6.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.146 2.146a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707l-3.053-3.052l-.27.268l-2.437 2.37a1.993 1.993 0 0 1-2.639.118l-.133-.118l-2.043-1.986l-1.521-1.498a7.01 7.01 0 0 1-.78-8.976L2.146 2.854a.5.5 0 0 1 0-.708m2.843 3.55a6.01 6.01 0 0 0 .591 7.37l.176.184l.571.566l2.98 2.906l.093.08a1 1 0 0 0 1.2 0l.094-.08l2.23-2.168l.464-.46l-2.496-2.495c-.28.096-.579.15-.891.151a2.75 2.75 0 0 1-2.6-3.643zm.655-2.174a7 7 0 0 1 9.306.529a7.007 7.007 0 0 1 .53 9.308l-.71-.71a6.003 6.003 0 0 0-8.417-8.417zM8.25 9c0 .966.784 1.75 1.75 1.75l.04-.002l-1.789-1.789zM10 6.25a2.75 2.75 0 0 1 2.422 4.052l-.76-.76q.086-.257.088-.542a1.75 1.75 0 0 0-2.293-1.663l-.76-.76A2.74 2.74 0 0 1 10 6.25"/></svg> </template>
CSS
.icon-location-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-3.053-3.052l-.27.268l-2.437%202.37a1.993%201.993%200%200%201-2.639.118l-.133-.118l-2.043-1.986l-1.521-1.498a7.01%207.01%200%200%201-.78-8.976L2.146%202.854a.5.5%200%200%201%200-.708m2.843%203.55a6.01%206.01%200%200%200%20.591%207.37l.176.184l.571.566l2.98%202.906l.093.08a1%201%200%200%200%201.2%200l.094-.08l2.23-2.168l.464-.46l-2.496-2.495c-.28.096-.579.15-.891.151a2.75%202.75%200%200%201-2.6-3.643zm.655-2.174a7%207%200%200%201%209.306.529a7.007%207.007%200%200%201%20.53%209.308l-.71-.71a6.003%206.003%200%200%200-8.417-8.417zM8.25%209c0%20.966.784%201.75%201.75%201.75l.04-.002l-1.789-1.789zM10%206.25a2.75%202.75%200%200%201%202.422%204.052l-.76-.76q.086-.257.088-.542a1.75%201.75%200%200%200-2.293-1.663l-.76-.76A2.74%202.74%200%200%201%2010%206.25%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.146%202.146a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707l-3.053-3.052l-.27.268l-2.437%202.37a1.993%201.993%200%200%201-2.639.118l-.133-.118l-2.043-1.986l-1.521-1.498a7.01%207.01%200%200%201-.78-8.976L2.146%202.854a.5.5%200%200%201%200-.708m2.843%203.55a6.01%206.01%200%200%200%20.591%207.37l.176.184l.571.566l2.98%202.906l.093.08a1%201%200%200%200%201.2%200l.094-.08l2.23-2.168l.464-.46l-2.496-2.495c-.28.096-.579.15-.891.151a2.75%202.75%200%200%201-2.6-3.643zm.655-2.174a7%207%200%200%201%209.306.529a7.007%207.007%200%200%201%20.53%209.308l-.71-.71a6.003%206.003%200%200%200-8.417-8.417zM8.25%209c0%20.966.784%201.75%201.75%201.75l.04-.002l-1.789-1.789zM10%206.25a2.75%202.75%200%200%201%202.422%204.052l-.76-.76q.086-.257.088-.542a1.75%201.75%200%200%200-2.293-1.663l-.76-.76A2.74%202.74%200%200%201%2010%206.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-off-20-regular.svg?color=%231a73e8&size=48