location disabled icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the location disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.792 16.273l-.719-.72q.425-.75.676-1.686T19 12.05q0-2.9-2.05-4.95T12 5.05q-.9 0-1.808.251t-1.658.676l-.719-.72q.875-.524 1.755-.797t1.93-.398V2.6h1v1.462q3.125.292 5.16 2.328t2.329 5.16h1.461v1h-1.461q-.125 1.05-.398 1.949q-.274.899-.799 1.774M11.5 21.5v-1.461q-3.125-.293-5.16-2.329t-2.328-5.16H2.55v-1h1.462q.125-1.28.552-2.41q.426-1.13 1.105-2.006l-2.73-2.73l.707-.708l16.708 16.708l-.758.707l-2.68-2.73q-.876.678-2.006 1.105t-2.41.552V21.5zm.5-2.45q1.13 0 2.289-.414q1.157-.415 1.907-.974L6.388 7.854q-.56.75-.973 1.879Q5 10.86 5 12.05q0 2.9 2.05 4.95T12 19.05"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocationDisabled(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="m18.792 16.273l-.719-.72q.425-.75.676-1.686T19 12.05q0-2.9-2.05-4.95T12 5.05q-.9 0-1.808.251t-1.658.676l-.719-.72q.875-.524 1.755-.797t1.93-.398V2.6h1v1.462q3.125.292 5.16 2.328t2.329 5.16h1.461v1h-1.461q-.125 1.05-.398 1.949q-.274.899-.799 1.774M11.5 21.5v-1.461q-3.125-.293-5.16-2.329t-2.328-5.16H2.55v-1h1.462q.125-1.28.552-2.41q.426-1.13 1.105-2.006l-2.73-2.73l.707-.708l16.708 16.708l-.758.707l-2.68-2.73q-.876.678-2.006 1.105t-2.41.552V21.5zm.5-2.45q1.13 0 2.289-.414q1.157-.415 1.907-.974L6.388 7.854q-.56.75-.973 1.879Q5 10.86 5 12.05q0 2.9 2.05 4.95T12 19.05"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.792 16.273l-.719-.72q.425-.75.676-1.686T19 12.05q0-2.9-2.05-4.95T12 5.05q-.9 0-1.808.251t-1.658.676l-.719-.72q.875-.524 1.755-.797t1.93-.398V2.6h1v1.462q3.125.292 5.16 2.328t2.329 5.16h1.461v1h-1.461q-.125 1.05-.398 1.949q-.274.899-.799 1.774M11.5 21.5v-1.461q-3.125-.293-5.16-2.329t-2.328-5.16H2.55v-1h1.462q.125-1.28.552-2.41q.426-1.13 1.105-2.006l-2.73-2.73l.707-.708l16.708 16.708l-.758.707l-2.68-2.73q-.876.678-2.006 1.105t-2.41.552V21.5zm.5-2.45q1.13 0 2.289-.414q1.157-.415 1.907-.974L6.388 7.854q-.56.75-.973 1.879Q5 10.86 5 12.05q0 2.9 2.05 4.95T12 19.05"/></svg>
</template>

CSS

.icon-location-disabled {
  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%22m18.792%2016.273l-.719-.72q.425-.75.676-1.686T19%2012.05q0-2.9-2.05-4.95T12%205.05q-.9%200-1.808.251t-1.658.676l-.719-.72q.875-.524%201.755-.797t1.93-.398V2.6h1v1.462q3.125.292%205.16%202.328t2.329%205.16h1.461v1h-1.461q-.125%201.05-.398%201.949q-.274.899-.799%201.774M11.5%2021.5v-1.461q-3.125-.293-5.16-2.329t-2.328-5.16H2.55v-1h1.462q.125-1.28.552-2.41q.426-1.13%201.105-2.006l-2.73-2.73l.707-.708l16.708%2016.708l-.758.707l-2.68-2.73q-.876.678-2.006%201.105t-2.41.552V21.5zm.5-2.45q1.13%200%202.289-.414q1.157-.415%201.907-.974L6.388%207.854q-.56.75-.973%201.879Q5%2010.86%205%2012.05q0%202.9%202.05%204.95T12%2019.05%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%22m18.792%2016.273l-.719-.72q.425-.75.676-1.686T19%2012.05q0-2.9-2.05-4.95T12%205.05q-.9%200-1.808.251t-1.658.676l-.719-.72q.875-.524%201.755-.797t1.93-.398V2.6h1v1.462q3.125.292%205.16%202.328t2.329%205.16h1.461v1h-1.461q-.125%201.05-.398%201.949q-.274.899-.799%201.774M11.5%2021.5v-1.461q-3.125-.293-5.16-2.329t-2.328-5.16H2.55v-1h1.462q.125-1.28.552-2.41q.426-1.13%201.105-2.006l-2.73-2.73l.707-.708l16.708%2016.708l-.758.707l-2.68-2.73q-.876.678-2.006%201.105t-2.41.552V21.5zm.5-2.45q1.13%200%202.289-.414q1.157-.415%201.907-.974L6.388%207.854q-.56.75-.973%201.879Q5%2010.86%205%2012.05q0%202.9%202.05%204.95T12%2019.05%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-disabled.svg?color=%231a73e8&size=48