location disabled icon

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

Name
location-disabled-rounded
Set
Material Symbols Light
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
location-disabled-outline-rounded

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="M21.307 12.407q-.143.143-.357.143h-.961q-.095.842-.283 1.574t-.535 1.422q-.092.183-.29.25q-.198.068-.375-.017t-.235-.28t.015-.383q.316-.691.515-1.505q.199-.815.199-1.561q0-2.9-2.05-4.95T12 5.05q-.766 0-1.551.199t-1.476.515q-.189.073-.393.025t-.309-.225t-.046-.375t.24-.291q.71-.365 1.442-.554t1.593-.282V3.1q0-.213.143-.357T12 2.6t.357.143t.143.357v.962q3.125.292 5.16 2.328t2.329 5.16h.961q.214 0 .357.143t.143.357t-.143.357M11.5 21v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.125-1.28.552-2.41q.426-1.13 1.105-2.006L3.292 4.759q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l15.975 15.975q.166.166.166.366q0 .201-.166.367q-.165.14-.366.153t-.367-.153l-2.326-2.377q-.875.679-2.005 1.106t-2.411.552V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21m.5-1.95q1.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 MaterialSymbolsLightLocationDisabledRounded(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.307 12.407q-.143.143-.357.143h-.961q-.095.842-.283 1.574t-.535 1.422q-.092.183-.29.25q-.198.068-.375-.017t-.235-.28t.015-.383q.316-.691.515-1.505q.199-.815.199-1.561q0-2.9-2.05-4.95T12 5.05q-.766 0-1.551.199t-1.476.515q-.189.073-.393.025t-.309-.225t-.046-.375t.24-.291q.71-.365 1.442-.554t1.593-.282V3.1q0-.213.143-.357T12 2.6t.357.143t.143.357v.962q3.125.292 5.16 2.328t2.329 5.16h.961q.214 0 .357.143t.143.357t-.143.357M11.5 21v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.125-1.28.552-2.41q.426-1.13 1.105-2.006L3.292 4.759q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l15.975 15.975q.166.166.166.366q0 .201-.166.367q-.165.14-.366.153t-.367-.153l-2.326-2.377q-.875.679-2.005 1.106t-2.411.552V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21m.5-1.95q1.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="M21.307 12.407q-.143.143-.357.143h-.961q-.095.842-.283 1.574t-.535 1.422q-.092.183-.29.25q-.198.068-.375-.017t-.235-.28t.015-.383q.316-.691.515-1.505q.199-.815.199-1.561q0-2.9-2.05-4.95T12 5.05q-.766 0-1.551.199t-1.476.515q-.189.073-.393.025t-.309-.225t-.046-.375t.24-.291q.71-.365 1.442-.554t1.593-.282V3.1q0-.213.143-.357T12 2.6t.357.143t.143.357v.962q3.125.292 5.16 2.328t2.329 5.16h.961q.214 0 .357.143t.143.357t-.143.357M11.5 21v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213 0-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.125-1.28.552-2.41q.426-1.13 1.105-2.006L3.292 4.759q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l15.975 15.975q.166.166.166.366q0 .201-.166.367q-.165.14-.366.153t-.367-.153l-2.326-2.377q-.875.679-2.005 1.106t-2.411.552V21q0 .214-.143.357T12 21.5t-.357-.143T11.5 21m.5-1.95q1.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-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%22M21.307%2012.407q-.143.143-.357.143h-.961q-.095.842-.283%201.574t-.535%201.422q-.092.183-.29.25q-.198.068-.375-.017t-.235-.28t.015-.383q.316-.691.515-1.505q.199-.815.199-1.561q0-2.9-2.05-4.95T12%205.05q-.766%200-1.551.199t-1.476.515q-.189.073-.393.025t-.309-.225t-.046-.375t.24-.291q.71-.365%201.442-.554t1.593-.282V3.1q0-.213.143-.357T12%202.6t.357.143t.143.357v.962q3.125.292%205.16%202.328t2.329%205.16h.961q.214%200%20.357.143t.143.357t-.143.357M11.5%2021v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.125-1.28.552-2.41q.426-1.13%201.105-2.006L3.292%204.759q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l15.975%2015.975q.166.166.166.366q0%20.201-.166.367q-.165.14-.366.153t-.367-.153l-2.326-2.377q-.875.679-2.005%201.106t-2.411.552V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021m.5-1.95q1.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%22M21.307%2012.407q-.143.143-.357.143h-.961q-.095.842-.283%201.574t-.535%201.422q-.092.183-.29.25q-.198.068-.375-.017t-.235-.28t.015-.383q.316-.691.515-1.505q.199-.815.199-1.561q0-2.9-2.05-4.95T12%205.05q-.766%200-1.551.199t-1.476.515q-.189.073-.393.025t-.309-.225t-.046-.375t.24-.291q.71-.365%201.442-.554t1.593-.282V3.1q0-.213.143-.357T12%202.6t.357.143t.143.357v.962q3.125.292%205.16%202.328t2.329%205.16h.961q.214%200%20.357.143t.143.357t-.143.357M11.5%2021v-.961q-3.125-.293-5.16-2.329t-2.328-5.16H3.05q-.213%200-.357-.143t-.143-.357t.143-.357t.357-.143h.962q.125-1.28.552-2.41q.426-1.13%201.105-2.006L3.292%204.759q-.14-.14-.15-.345t.15-.363t.354-.16t.354.16l15.975%2015.975q.166.166.166.366q0%20.201-.166.367q-.165.14-.366.153t-.367-.153l-2.326-2.377q-.875.679-2.005%201.106t-2.411.552V21q0%20.214-.143.357T12%2021.5t-.357-.143T11.5%2021m.5-1.95q1.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-rounded.svg?color=%231a73e8&size=48