location disabled icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="M22.663 12.763q-.288.287-.713.287h-1q-.075.65-.225 1.238t-.4 1.162q-.15.375-.55.5t-.75-.075t-.475-.587t.025-.788q.2-.575.313-1.187T19 12.05q0-2.9-2.05-4.95T12 5.05q-.65 0-1.263.113t-1.187.312q-.4.15-.788.025t-.587-.475t-.075-.75t.5-.55q.575-.25 1.163-.4T11 3.1v-1q0-.425.288-.712T12 1.1t.713.288T13 2.1v1q3.125.35 5.363 2.588t2.587 5.362h1q.425 0 .713.288t.287.712t-.287.713M11 22v-1q-3.125-.35-5.363-2.588T3.05 13.05h-1q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288h1q.125-1.05.475-1.987T4.4 7.25l-2.3-2.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-2.25-2.3q-.875.525-1.812.875T13 21v1q0 .425-.288.713T12 23t-.712-.288T11 22m1-2.95q.9 0 1.75-.213t1.6-.637l-9.5-9.5q-.425.75-.638 1.6T5 12.05q0 2.9 2.05 4.95T12 19.05"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocationDisabledRounded(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="M22.663 12.763q-.288.287-.713.287h-1q-.075.65-.225 1.238t-.4 1.162q-.15.375-.55.5t-.75-.075t-.475-.587t.025-.788q.2-.575.313-1.187T19 12.05q0-2.9-2.05-4.95T12 5.05q-.65 0-1.263.113t-1.187.312q-.4.15-.788.025t-.587-.475t-.075-.75t.5-.55q.575-.25 1.163-.4T11 3.1v-1q0-.425.288-.712T12 1.1t.713.288T13 2.1v1q3.125.35 5.363 2.588t2.587 5.362h1q.425 0 .713.288t.287.712t-.287.713M11 22v-1q-3.125-.35-5.363-2.588T3.05 13.05h-1q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288h1q.125-1.05.475-1.987T4.4 7.25l-2.3-2.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-2.25-2.3q-.875.525-1.812.875T13 21v1q0 .425-.288.713T12 23t-.712-.288T11 22m1-2.95q.9 0 1.75-.213t1.6-.637l-9.5-9.5q-.425.75-.638 1.6T5 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="M22.663 12.763q-.288.287-.713.287h-1q-.075.65-.225 1.238t-.4 1.162q-.15.375-.55.5t-.75-.075t-.475-.587t.025-.788q.2-.575.313-1.187T19 12.05q0-2.9-2.05-4.95T12 5.05q-.65 0-1.263.113t-1.187.312q-.4.15-.788.025t-.587-.475t-.075-.75t.5-.55q.575-.25 1.163-.4T11 3.1v-1q0-.425.288-.712T12 1.1t.713.288T13 2.1v1q3.125.35 5.363 2.588t2.587 5.362h1q.425 0 .713.288t.287.712t-.287.713M11 22v-1q-3.125-.35-5.363-2.588T3.05 13.05h-1q-.425 0-.712-.288t-.288-.712t.288-.712t.712-.288h1q.125-1.05.475-1.987T4.4 7.25l-2.3-2.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975 16.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-2.25-2.3q-.875.525-1.812.875T13 21v1q0 .425-.288.713T12 23t-.712-.288T11 22m1-2.95q.9 0 1.75-.213t1.6-.637l-9.5-9.5q-.425.75-.638 1.6T5 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%22M22.663%2012.763q-.288.287-.713.287h-1q-.075.65-.225%201.238t-.4%201.162q-.15.375-.55.5t-.75-.075t-.475-.587t.025-.788q.2-.575.313-1.187T19%2012.05q0-2.9-2.05-4.95T12%205.05q-.65%200-1.263.113t-1.187.312q-.4.15-.788.025t-.587-.475t-.075-.75t.5-.55q.575-.25%201.163-.4T11%203.1v-1q0-.425.288-.712T12%201.1t.713.288T13%202.1v1q3.125.35%205.363%202.588t2.587%205.362h1q.425%200%20.713.288t.287.712t-.287.713M11%2022v-1q-3.125-.35-5.363-2.588T3.05%2013.05h-1q-.425%200-.712-.288t-.288-.712t.288-.712t.712-.288h1q.125-1.05.475-1.987T4.4%207.25l-2.3-2.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975%2016.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-2.25-2.3q-.875.525-1.812.875T13%2021v1q0%20.425-.288.713T12%2023t-.712-.288T11%2022m1-2.95q.9%200%201.75-.213t1.6-.637l-9.5-9.5q-.425.75-.638%201.6T5%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%22M22.663%2012.763q-.288.287-.713.287h-1q-.075.65-.225%201.238t-.4%201.162q-.15.375-.55.5t-.75-.075t-.475-.587t.025-.788q.2-.575.313-1.187T19%2012.05q0-2.9-2.05-4.95T12%205.05q-.65%200-1.263.113t-1.187.312q-.4.15-.788.025t-.587-.475t-.075-.75t.5-.55q.575-.25%201.163-.4T11%203.1v-1q0-.425.288-.712T12%201.1t.713.288T13%202.1v1q3.125.35%205.363%202.588t2.587%205.362h1q.425%200%20.713.288t.287.712t-.287.713M11%2022v-1q-3.125-.35-5.363-2.588T3.05%2013.05h-1q-.425%200-.712-.288t-.288-.712t.288-.712t.712-.288h1q.125-1.05.475-1.987T4.4%207.25l-2.3-2.3q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l16.975%2016.975q.3.3.3.713t-.3.712q-.3.275-.712.288t-.713-.288l-2.25-2.3q-.875.525-1.812.875T13%2021v1q0%20.425-.288.713T12%2023t-.712-.288T11%2022m1-2.95q.9%200%201.75-.213t1.6-.637l-9.5-9.5q-.425.75-.638%201.6T5%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/location-disabled-rounded.svg?color=%231a73e8&size=48