location away icon

location-away-outline from Material Symbols by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.

Name
location-away-outline
Set
Material Symbols
Style
Outline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
location-away-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the location away icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 21V9l8-6l5.375 4.05q-.625.075-1.175.288t-1.05.562L10 5.5L4 10v9h4v2zm8 0v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T16 16t2.613.35t2.412 1.025q.45.275.713.738T22 19.1V21zm2.15-2h7.7q-.875-.5-1.85-.75T16 18t-2 .25t-1.85.75m1.725-4.875Q13 13.25 13 12t.875-2.125T16 9t2.125.875T19 12t-.875 2.125T16 15t-2.125-.875m2.838-1.412Q17 12.425 17 12t-.288-.712T16 11t-.712.288T15 12t.288.713T16 13t.713-.288M16 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocationAwayOutline(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="M2 21V9l8-6l5.375 4.05q-.625.075-1.175.288t-1.05.562L10 5.5L4 10v9h4v2zm8 0v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T16 16t2.613.35t2.412 1.025q.45.275.713.738T22 19.1V21zm2.15-2h7.7q-.875-.5-1.85-.75T16 18t-2 .25t-1.85.75m1.725-4.875Q13 13.25 13 12t.875-2.125T16 9t2.125.875T19 12t-.875 2.125T16 15t-2.125-.875m2.838-1.412Q17 12.425 17 12t-.288-.712T16 11t-.712.288T15 12t.288.713T16 13t.713-.288M16 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="M2 21V9l8-6l5.375 4.05q-.625.075-1.175.288t-1.05.562L10 5.5L4 10v9h4v2zm8 0v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T16 16t2.613.35t2.412 1.025q.45.275.713.738T22 19.1V21zm2.15-2h7.7q-.875-.5-1.85-.75T16 18t-2 .25t-1.85.75m1.725-4.875Q13 13.25 13 12t.875-2.125T16 9t2.125.875T19 12t-.875 2.125T16 15t-2.125-.875m2.838-1.412Q17 12.425 17 12t-.288-.712T16 11t-.712.288T15 12t.288.713T16 13t.713-.288M16 19"/></svg>
</template>

CSS

.icon-location-away-outline {
  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%22M2%2021V9l8-6l5.375%204.05q-.625.075-1.175.288t-1.05.562L10%205.5L4%2010v9h4v2zm8%200v-1.9q0-.525.263-.987t.712-.738q1.15-.675%202.413-1.025T16%2016t2.613.35t2.412%201.025q.45.275.713.738T22%2019.1V21zm2.15-2h7.7q-.875-.5-1.85-.75T16%2018t-2%20.25t-1.85.75m1.725-4.875Q13%2013.25%2013%2012t.875-2.125T16%209t2.125.875T19%2012t-.875%202.125T16%2015t-2.125-.875m2.838-1.412Q17%2012.425%2017%2012t-.288-.712T16%2011t-.712.288T15%2012t.288.713T16%2013t.713-.288M16%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%22M2%2021V9l8-6l5.375%204.05q-.625.075-1.175.288t-1.05.562L10%205.5L4%2010v9h4v2zm8%200v-1.9q0-.525.263-.987t.712-.738q1.15-.675%202.413-1.025T16%2016t2.613.35t2.412%201.025q.45.275.713.738T22%2019.1V21zm2.15-2h7.7q-.875-.5-1.85-.75T16%2018t-2%20.25t-1.85.75m1.725-4.875Q13%2013.25%2013%2012t.875-2.125T16%209t2.125.875T19%2012t-.875%202.125T16%2015t-2.125-.875m2.838-1.412Q17%2012.425%2017%2012t-.288-.712T16%2011t-.712.288T15%2012t.288.713T16%2013t.713-.288M16%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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