outline location disabled icon

outline-location-disabled from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
outline-location-disabled
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the outline 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="M23 13v-2h-2.06A8.994 8.994 0 0 0 13 3.06V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53a6.995 6.995 0 0 1 8.87 8.87l1.53 1.53c.4-.86.67-1.79.78-2.77zM4.41 2.86L3 4.27l2.04 2.04A9 9 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41zM12 19A6.995 6.995 0 0 1 6.46 7.73l9.81 9.81A6.97 6.97 0 0 1 12 19"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineLocationDisabled(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="M23 13v-2h-2.06A8.994 8.994 0 0 0 13 3.06V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53a6.995 6.995 0 0 1 8.87 8.87l1.53 1.53c.4-.86.67-1.79.78-2.77zM4.41 2.86L3 4.27l2.04 2.04A9 9 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41zM12 19A6.995 6.995 0 0 1 6.46 7.73l9.81 9.81A6.97 6.97 0 0 1 12 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 13v-2h-2.06A8.994 8.994 0 0 0 13 3.06V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53 1.53a6.995 6.995 0 0 1 8.87 8.87l1.53 1.53c.4-.86.67-1.79.78-2.77zM4.41 2.86L3 4.27l2.04 2.04A9 9 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06c1.77-.2 3.38-.91 4.69-1.98L19.73 21l1.41-1.41zM12 19A6.995 6.995 0 0 1 6.46 7.73l9.81 9.81A6.97 6.97 0 0 1 12 19"/></svg>
</template>

CSS

.icon-outline-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%22M23%2013v-2h-2.06A8.994%208.994%200%200%200%2013%203.06V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53%201.53a6.995%206.995%200%200%201%208.87%208.87l1.53%201.53c.4-.86.67-1.79.78-2.77zM4.41%202.86L3%204.27l2.04%202.04A9%209%200%200%200%203.06%2011H1v2h2.06A8.994%208.994%200%200%200%2011%2020.94V23h2v-2.06c1.77-.2%203.38-.91%204.69-1.98L19.73%2021l1.41-1.41zM12%2019A6.995%206.995%200%200%201%206.46%207.73l9.81%209.81A6.97%206.97%200%200%201%2012%2019%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%22M23%2013v-2h-2.06A8.994%208.994%200%200%200%2013%203.06V1h-2v2.06c-.98.11-1.91.38-2.77.78l1.53%201.53a6.995%206.995%200%200%201%208.87%208.87l1.53%201.53c.4-.86.67-1.79.78-2.77zM4.41%202.86L3%204.27l2.04%202.04A9%209%200%200%200%203.06%2011H1v2h2.06A8.994%208.994%200%200%200%2011%2020.94V23h2v-2.06c1.77-.2%203.38-.91%204.69-1.98L19.73%2021l1.41-1.41zM12%2019A6.995%206.995%200%200%201%206.46%207.73l9.81%209.81A6.97%206.97%200%200%201%2012%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-location-disabled.svg?color=%231a73e8&size=48