location away icon

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

Name
location-away
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
location-away-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="M10 21v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T16 16t2.613.35t2.412 1.025q.45.275.713.738T22 19.1V21zm-8 0V9l8-6l5.375 4.05q-1.875.225-3.125 1.638T11 12q0 .775.213 1.463t.612 1.287q-.5.2-.962.413t-.913.487q-.9.525-1.425 1.463T8 19.1V21zm11.875-6.875Q13 13.25 13 12t.875-2.125T16 9t2.125.875T19 12t-.875 2.125T16 15t-2.125-.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLocationAway(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="M10 21v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T16 16t2.613.35t2.412 1.025q.45.275.713.738T22 19.1V21zm-8 0V9l8-6l5.375 4.05q-1.875.225-3.125 1.638T11 12q0 .775.213 1.463t.612 1.287q-.5.2-.962.413t-.913.487q-.9.525-1.425 1.463T8 19.1V21zm11.875-6.875Q13 13.25 13 12t.875-2.125T16 9t2.125.875T19 12t-.875 2.125T16 15t-2.125-.875"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 21v-1.9q0-.525.263-.987t.712-.738q1.15-.675 2.413-1.025T16 16t2.613.35t2.412 1.025q.45.275.713.738T22 19.1V21zm-8 0V9l8-6l5.375 4.05q-1.875.225-3.125 1.638T11 12q0 .775.213 1.463t.612 1.287q-.5.2-.962.413t-.913.487q-.9.525-1.425 1.463T8 19.1V21zm11.875-6.875Q13 13.25 13 12t.875-2.125T16 9t2.125.875T19 12t-.875 2.125T16 15t-2.125-.875"/></svg>
</template>

CSS

.icon-location-away {
  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%22M10%2021v-1.9q0-.525.263-.987t.712-.738q1.15-.675%202.413-1.025T16%2016t2.613.35t2.412%201.025q.45.275.713.738T22%2019.1V21zm-8%200V9l8-6l5.375%204.05q-1.875.225-3.125%201.638T11%2012q0%20.775.213%201.463t.612%201.287q-.5.2-.962.413t-.913.487q-.9.525-1.425%201.463T8%2019.1V21zm11.875-6.875Q13%2013.25%2013%2012t.875-2.125T16%209t2.125.875T19%2012t-.875%202.125T16%2015t-2.125-.875%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%22M10%2021v-1.9q0-.525.263-.987t.712-.738q1.15-.675%202.413-1.025T16%2016t2.613.35t2.412%201.025q.45.275.713.738T22%2019.1V21zm-8%200V9l8-6l5.375%204.05q-1.875.225-3.125%201.638T11%2012q0%20.775.213%201.463t.612%201.287q-.5.2-.962.413t-.913.487q-.9.525-1.425%201.463T8%2019.1V21zm11.875-6.875Q13%2013.25%2013%2012t.875-2.125T16%209t2.125.875T19%2012t-.875%202.125T16%2015t-2.125-.875%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.svg?color=%231a73e8&size=48