Location Away icon

Location Away 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_away_outlined_fill0_wght400.svg

Location Away 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=location_away" />

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

Location Away icon in React

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

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

Location Away icon in Vue

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

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

Location Away icon in Angular

With Angular Material and the font from the HTML tab:

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

Location Away 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_away, fill: 0, weight: 400)

Location Away icon in Android

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

<!-- res/drawable/location_away.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="M8.8 12.175ZM2 21v-12l8-6 6 4.5q-.5 0-1 .113T14.075 7.925L10 4.875 3.5 9.75v9.75h5v1.5H2Zm8 0v-1.9q0-.525 .263-.987T10.975 17.375q1.15-.675 2.413-1.025T16 16q1.35 0 2.613 .35t2.412 1.025q.45 .275 .713 .738T22 19.1v1.9H10Zm1.5-1.5h9v-.725q-1.05-.6-2.181-.937Q17.189 17.5 16 17.5t-2.319 .35Q12.55 18.2 11.5 18.8v.7Zm2.375-5.375q-.875-.875-.875-2.125t.875-2.125q.875-.875 2.125-.875t2.125 .875q.875 .875 .875 2.125t-.875 2.125q-.875 .875-2.125 .875t-2.125-.875Zm3.188-1.062Q17.5 12.625 17.5 12t-.437-1.062Q16.625 10.5 16 10.5t-1.062 .438Q14.5 11.375 14.5 12t.438 1.063Q15.375 13.5 16 13.5t1.063-.437ZM16 19.5Z" />
</vector>

Location Away icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/location_away.svg" width="24" height="24" alt="Location Away">

Location Away 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 Away
Ligaturelocation_away
Code pointU+F150
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/location_away.svg, location_away-fill.svg
FlutterSymbols.location_away
LicenseApache License 2.0 (© Google LLC)

Keywords

mapshumanpersonhomedisabledtravelpeoplepointerprofileuserhousebuildingmap

Related icons