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

Name
location-off
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
location-off-sharp

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="m21.11 22.53l-5.339-5.338q-.78.927-1.71 1.87q-.928.942-2.061 1.957q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-.896.192-1.707q.193-.812.533-1.539L1.887 3.308l.694-.733l19.242 19.242zm-3.525-7.763l-4.08-4.078q.068-.143.09-.281t.02-.292q0-.672-.472-1.144T12 8.5q-.154 0-.292.021q-.139.021-.281.088L7.448 4.632q.921-.772 2.079-1.201T12 3q2.964 0 5.03 2.062t2.066 5.234q0 1.008-.373 2.126q-.373 1.119-1.138 2.345"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocationOff(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="m21.11 22.53l-5.339-5.338q-.78.927-1.71 1.87q-.928.942-2.061 1.957q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-.896.192-1.707q.193-.812.533-1.539L1.887 3.308l.694-.733l19.242 19.242zm-3.525-7.763l-4.08-4.078q.068-.143.09-.281t.02-.292q0-.672-.472-1.144T12 8.5q-.154 0-.292.021q-.139.021-.281.088L7.448 4.632q.921-.772 2.079-1.201T12 3q2.964 0 5.03 2.062t2.066 5.234q0 1.008-.373 2.126q-.373 1.119-1.138 2.345"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.11 22.53l-5.339-5.338q-.78.927-1.71 1.87q-.928.942-2.061 1.957q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-.896.192-1.707q.193-.812.533-1.539L1.887 3.308l.694-.733l19.242 19.242zm-3.525-7.763l-4.08-4.078q.068-.143.09-.281t.02-.292q0-.672-.472-1.144T12 8.5q-.154 0-.292.021q-.139.021-.281.088L7.448 4.632q.921-.772 2.079-1.201T12 3q2.964 0 5.03 2.062t2.066 5.234q0 1.008-.373 2.126q-.373 1.119-1.138 2.345"/></svg>
</template>

CSS

.icon-location-off {
  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%22m21.11%2022.53l-5.339-5.338q-.78.927-1.71%201.87q-.928.942-2.061%201.957q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-.896.192-1.707q.193-.812.533-1.539L1.887%203.308l.694-.733l19.242%2019.242zm-3.525-7.763l-4.08-4.078q.068-.143.09-.281t.02-.292q0-.672-.472-1.144T12%208.5q-.154%200-.292.021q-.139.021-.281.088L7.448%204.632q.921-.772%202.079-1.201T12%203q2.964%200%205.03%202.062t2.066%205.234q0%201.008-.373%202.126q-.373%201.119-1.138%202.345%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%22m21.11%2022.53l-5.339-5.338q-.78.927-1.71%201.87q-.928.942-2.061%201.957q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-.896.192-1.707q.193-.812.533-1.539L1.887%203.308l.694-.733l19.242%2019.242zm-3.525-7.763l-4.08-4.078q.068-.143.09-.281t.02-.292q0-.672-.472-1.144T12%208.5q-.154%200-.292.021q-.139.021-.281.088L7.448%204.632q.921-.772%202.079-1.201T12%203q2.964%200%205.03%202.062t2.066%205.234q0%201.008-.373%202.126q-.373%201.119-1.138%202.345%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.svg?color=%231a73e8&size=48