Location Off icon

Location Off is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

location_off_outlined_fill0_wght400.svg

Location Off icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=location_off" />

<span class="material-symbols-outlined">location_off</span>

Location Off icon in React

// With the font from the HTML tab:
export function LocationOffIcon() {
  return (
    <span className="material-symbols-outlined">
      location_off
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import LocationOffIcon from "@material-symbols/svg-400/outlined/location_off.svg?react";

Location Off icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">location_off</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import LocationOffIcon from "@material-symbols/svg-400/outlined/location_off.svg?component"; -->

Location Off icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">location_off</mat-icon>

Location Off icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.location_off, fill: 0, weight: 400)

Location Off icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/location_off.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M13.75 10q0-.722-.514-1.236T12 8.25q-.35 0-.637 .125T10.85 8.7l2.45 2.45q.2-.225 .325-.512t.125-.638Zm4.175 5.775-1.1-1.1q.85-1.275 1.263-2.4t.412-2.075q0-2.945-1.882-4.822Q14.736 3.5 12 3.5q-1.35 0-2.512 .463T7.45 5.3l-1.05-1.05q1.125-1.1 2.581-1.675 1.456-.575 3.019-.575 3.175 0 5.588 2.225T20 10.2q0 1.275-.512 2.663T17.925 15.775Zm-3 1.3L5.825 7.975q-.175 .5-.25 1.063t-.075 1.162q0 1.875 1.625 4.338T12 20.025q.85-.775 1.575-1.512t1.35-1.438ZM20.825 22.975 16 18.15q-.825 .925-1.812 1.888T12 22Q7.975 18.575 5.988 15.638T4 10.2q0-.942 .163-1.796Q4.325 7.55 4.65 6.8L.65 2.8l1.075-1.075L21.9 21.9l-1.075 1.075ZM10.375 12.525Zm1.775-2.525Z" />
</vector>

Location Off icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/location_off.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/location_off.svg" width="24" height="24" alt="Location Off">

Location Off icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameLocation Off
Ligaturelocation_off
Code pointU+E0C7
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/location_off.svg, location_off-fill.svg
FlutterSymbols.location_off
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsdisabledsecuritystopmappositionmarkerprivacydestinationunavailableplaceprivate

Related icons