location off icon
location-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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="m12.475 9.658l.671.67q.143.143.306.065q.164-.079.164-.278q0-.34-.131-.629q-.131-.29-.348-.5q-.218-.23-.517-.358T12 8.5q-.189 0-.254.182t.058.304zM12 3q2.964 0 5.03 2.062t2.066 5.234q0 .888-.281 1.825t-.846 1.981q-.103.187-.311.237t-.383-.053t-.232-.315t.048-.394q.47-.91.738-1.732q.267-.822.267-1.549q0-2.744-1.737-4.53Q14.62 3.981 12 3.981q-.992 0-1.86.274t-1.596.784q-.183.103-.374.095q-.191-.009-.332-.18q-.14-.171-.116-.372t.201-.305q.892-.633 1.932-.955T12 3m3.083 13.504L6.389 7.809q-.223.57-.354 1.183t-.131 1.304q0 1.852 1.638 4.39T12 19.677q.88-.767 1.655-1.57q.774-.803 1.428-1.603m-3.552 3.975q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.614q0-.904.19-1.715q.192-.811.535-1.539L2.22 3.642q-.146-.14-.146-.335q0-.194.15-.359t.357-.165t.372.165l18.515 18.516q.146.146.153.344t-.158.363t-.357.165t-.357-.165l-4.979-4.979q-.425.489-.998 1.12q-.573.63-1.852 1.898q-.193.173-.44.26t-.481.086t-.47-.077m.964-10.802"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocationOffOutlineRounded(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="m12.475 9.658l.671.67q.143.143.306.065q.164-.079.164-.278q0-.34-.131-.629q-.131-.29-.348-.5q-.218-.23-.517-.358T12 8.5q-.189 0-.254.182t.058.304zM12 3q2.964 0 5.03 2.062t2.066 5.234q0 .888-.281 1.825t-.846 1.981q-.103.187-.311.237t-.383-.053t-.232-.315t.048-.394q.47-.91.738-1.732q.267-.822.267-1.549q0-2.744-1.737-4.53Q14.62 3.981 12 3.981q-.992 0-1.86.274t-1.596.784q-.183.103-.374.095q-.191-.009-.332-.18q-.14-.171-.116-.372t.201-.305q.892-.633 1.932-.955T12 3m3.083 13.504L6.389 7.809q-.223.57-.354 1.183t-.131 1.304q0 1.852 1.638 4.39T12 19.677q.88-.767 1.655-1.57q.774-.803 1.428-1.603m-3.552 3.975q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.614q0-.904.19-1.715q.192-.811.535-1.539L2.22 3.642q-.146-.14-.146-.335q0-.194.15-.359t.357-.165t.372.165l18.515 18.516q.146.146.153.344t-.158.363t-.357.165t-.357-.165l-4.979-4.979q-.425.489-.998 1.12q-.573.63-1.852 1.898q-.193.173-.44.26t-.481.086t-.47-.077m.964-10.802"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.475 9.658l.671.67q.143.143.306.065q.164-.079.164-.278q0-.34-.131-.629q-.131-.29-.348-.5q-.218-.23-.517-.358T12 8.5q-.189 0-.254.182t.058.304zM12 3q2.964 0 5.03 2.062t2.066 5.234q0 .888-.281 1.825t-.846 1.981q-.103.187-.311.237t-.383-.053t-.232-.315t.048-.394q.47-.91.738-1.732q.267-.822.267-1.549q0-2.744-1.737-4.53Q14.62 3.981 12 3.981q-.992 0-1.86.274t-1.596.784q-.183.103-.374.095q-.191-.009-.332-.18q-.14-.171-.116-.372t.201-.305q.892-.633 1.932-.955T12 3m3.083 13.504L6.389 7.809q-.223.57-.354 1.183t-.131 1.304q0 1.852 1.638 4.39T12 19.677q.88-.767 1.655-1.57q.774-.803 1.428-1.603m-3.552 3.975q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.614q0-.904.19-1.715q.192-.811.535-1.539L2.22 3.642q-.146-.14-.146-.335q0-.194.15-.359t.357-.165t.372.165l18.515 18.516q.146.146.153.344t-.158.363t-.357.165t-.357-.165l-4.979-4.979q-.425.489-.998 1.12q-.573.63-1.852 1.898q-.193.173-.44.26t-.481.086t-.47-.077m.964-10.802"/></svg> </template>
CSS
.icon-location-off-outline-rounded {
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%22m12.475%209.658l.671.67q.143.143.306.065q.164-.079.164-.278q0-.34-.131-.629q-.131-.29-.348-.5q-.218-.23-.517-.358T12%208.5q-.189%200-.254.182t.058.304zM12%203q2.964%200%205.03%202.062t2.066%205.234q0%20.888-.281%201.825t-.846%201.981q-.103.187-.311.237t-.383-.053t-.232-.315t.048-.394q.47-.91.738-1.732q.267-.822.267-1.549q0-2.744-1.737-4.53Q14.62%203.981%2012%203.981q-.992%200-1.86.274t-1.596.784q-.183.103-.374.095q-.191-.009-.332-.18q-.14-.171-.116-.372t.201-.305q.892-.633%201.932-.955T12%203m3.083%2013.504L6.389%207.809q-.223.57-.354%201.183t-.131%201.304q0%201.852%201.638%204.39T12%2019.677q.88-.767%201.655-1.57q.774-.803%201.428-1.603m-3.552%203.975q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.614q0-.904.19-1.715q.192-.811.535-1.539L2.22%203.642q-.146-.14-.146-.335q0-.194.15-.359t.357-.165t.372.165l18.515%2018.516q.146.146.153.344t-.158.363t-.357.165t-.357-.165l-4.979-4.979q-.425.489-.998%201.12q-.573.63-1.852%201.898q-.193.173-.44.26t-.481.086t-.47-.077m.964-10.802%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%22m12.475%209.658l.671.67q.143.143.306.065q.164-.079.164-.278q0-.34-.131-.629q-.131-.29-.348-.5q-.218-.23-.517-.358T12%208.5q-.189%200-.254.182t.058.304zM12%203q2.964%200%205.03%202.062t2.066%205.234q0%20.888-.281%201.825t-.846%201.981q-.103.187-.311.237t-.383-.053t-.232-.315t.048-.394q.47-.91.738-1.732q.267-.822.267-1.549q0-2.744-1.737-4.53Q14.62%203.981%2012%203.981q-.992%200-1.86.274t-1.596.784q-.183.103-.374.095q-.191-.009-.332-.18q-.14-.171-.116-.372t.201-.305q.892-.633%201.932-.955T12%203m3.083%2013.504L6.389%207.809q-.223.57-.354%201.183t-.131%201.304q0%201.852%201.638%204.39T12%2019.677q.88-.767%201.655-1.57q.774-.803%201.428-1.603m-3.552%203.975q-.235-.077-.433-.25q-1.067-.981-2.164-2.185q-1.095-1.203-1.99-2.493t-1.468-2.633t-.572-2.614q0-.904.19-1.715q.192-.811.535-1.539L2.22%203.642q-.146-.14-.146-.335q0-.194.15-.359t.357-.165t.372.165l18.515%2018.516q.146.146.153.344t-.158.363t-.357.165t-.357-.165l-4.979-4.979q-.425.489-.998%201.12q-.573.63-1.852%201.898q-.193.173-.44.26t-.481.086t-.47-.077m.964-10.802%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/location-off-outline-rounded.svg?color=%231a73e8&size=48