location-off-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
location-off-rounded
Set
Material Symbols Light
Style
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="M11.53 20.479q-.234-.077-.432-.25q-1.067-.987-2.164-2.188q-1.095-1.2-1.99-2.49t-1.468-2.629t-.572-2.622q0-.9.192-1.712T5.63 7.05L2.22 3.642q-.146-.146-.146-.337t.146-.357t.357-.165t.376.165l18.515 18.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165l-4.985-4.985q-.605.708-1.307 1.459q-.702.75-1.543 1.559q-.198.173-.442.26t-.479.086t-.47-.077M12 3q2.964 0 5.03 2.062t2.066 5.234q0 .76-.211 1.592q-.212.831-.654 1.735q-.217.454-.705.526q-.487.072-.855-.295l-3.165-3.165q.067-.143.088-.281t.022-.292q0-.349-.131-.634t-.348-.503t-.503-.348T12 8.5q-.154 0-.292.021q-.139.021-.281.088L8.356 5.54q-.373-.373-.33-.87q.043-.498.472-.765q.76-.443 1.644-.673Q11.027 3 12 3"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocationOffRounded(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="M11.53 20.479q-.234-.077-.432-.25q-1.067-.987-2.164-2.188q-1.095-1.2-1.99-2.49t-1.468-2.629t-.572-2.622q0-.9.192-1.712T5.63 7.05L2.22 3.642q-.146-.146-.146-.337t.146-.357t.357-.165t.376.165l18.515 18.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165l-4.985-4.985q-.605.708-1.307 1.459q-.702.75-1.543 1.559q-.198.173-.442.26t-.479.086t-.47-.077M12 3q2.964 0 5.03 2.062t2.066 5.234q0 .76-.211 1.592q-.212.831-.654 1.735q-.217.454-.705.526q-.487.072-.855-.295l-3.165-3.165q.067-.143.088-.281t.022-.292q0-.349-.131-.634t-.348-.503t-.503-.348T12 8.5q-.154 0-.292.021q-.139.021-.281.088L8.356 5.54q-.373-.373-.33-.87q.043-.498.472-.765q.76-.443 1.644-.673Q11.027 3 12 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.53 20.479q-.234-.077-.432-.25q-1.067-.987-2.164-2.188q-1.095-1.2-1.99-2.49t-1.468-2.629t-.572-2.622q0-.9.192-1.712T5.63 7.05L2.22 3.642q-.146-.146-.146-.337t.146-.357t.357-.165t.376.165l18.515 18.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165l-4.985-4.985q-.605.708-1.307 1.459q-.702.75-1.543 1.559q-.198.173-.442.26t-.479.086t-.47-.077M12 3q2.964 0 5.03 2.062t2.066 5.234q0 .76-.211 1.592q-.212.831-.654 1.735q-.217.454-.705.526q-.487.072-.855-.295l-3.165-3.165q.067-.143.088-.281t.022-.292q0-.349-.131-.634t-.348-.503t-.503-.348T12 8.5q-.154 0-.292.021q-.139.021-.281.088L8.356 5.54q-.373-.373-.33-.87q.043-.498.472-.765q.76-.443 1.644-.673Q11.027 3 12 3"/></svg>
</template>

CSS

.icon-location-off-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%22M11.53%2020.479q-.234-.077-.432-.25q-1.067-.987-2.164-2.188q-1.095-1.2-1.99-2.49t-1.468-2.629t-.572-2.622q0-.9.192-1.712T5.63%207.05L2.22%203.642q-.146-.146-.146-.337t.146-.357t.357-.165t.376.165l18.515%2018.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165l-4.985-4.985q-.605.708-1.307%201.459q-.702.75-1.543%201.559q-.198.173-.442.26t-.479.086t-.47-.077M12%203q2.964%200%205.03%202.062t2.066%205.234q0%20.76-.211%201.592q-.212.831-.654%201.735q-.217.454-.705.526q-.487.072-.855-.295l-3.165-3.165q.067-.143.088-.281t.022-.292q0-.349-.131-.634t-.348-.503t-.503-.348T12%208.5q-.154%200-.292.021q-.139.021-.281.088L8.356%205.54q-.373-.373-.33-.87q.043-.498.472-.765q.76-.443%201.644-.673Q11.027%203%2012%203%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%22M11.53%2020.479q-.234-.077-.432-.25q-1.067-.987-2.164-2.188q-1.095-1.2-1.99-2.49t-1.468-2.629t-.572-2.622q0-.9.192-1.712T5.63%207.05L2.22%203.642q-.146-.146-.146-.337t.146-.357t.357-.165t.376.165l18.515%2018.516q.146.146.156.347t-.156.366t-.357.165t-.356-.165l-4.985-4.985q-.605.708-1.307%201.459q-.702.75-1.543%201.559q-.198.173-.442.26t-.479.086t-.47-.077M12%203q2.964%200%205.03%202.062t2.066%205.234q0%20.76-.211%201.592q-.212.831-.654%201.735q-.217.454-.705.526q-.487.072-.855-.295l-3.165-3.165q.067-.143.088-.281t.022-.292q0-.349-.131-.634t-.348-.503t-.503-.348T12%208.5q-.154%200-.292.021q-.139.021-.281.088L8.356%205.54q-.373-.373-.33-.87q.043-.498.472-.765q.76-.443%201.644-.673Q11.027%203%2012%203%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-rounded.svg?color=%231a73e8&size=48

Location Off rounded icon — Material Symbols Light · IconsDB