location away icon

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

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

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="M4 21q-.825 0-1.412-.587T2 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 3.5t.625.1t.575.3l2.725 2.05q.4.3.412.713t-.212.712t-.612.388t-.813-.213L10 5.5L4 10v9h3q.425 0 .713.288T8 20t-.288.713T7 21zm12-5q1.35 0 2.613.35t2.412 1.025q.45.275.713.738T22 19.1q0 .8-.55 1.35T20.1 21h-8.2q-.8 0-1.35-.55T10 19.1q0-.525.263-.988t.712-.737q1.15-.675 2.413-1.025T16 16m-3.85 3h7.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 MaterialSymbolsLocationAwayOutlineRounded(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="M4 21q-.825 0-1.412-.587T2 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 3.5t.625.1t.575.3l2.725 2.05q.4.3.412.713t-.212.712t-.612.388t-.813-.213L10 5.5L4 10v9h3q.425 0 .713.288T8 20t-.288.713T7 21zm12-5q1.35 0 2.613.35t2.412 1.025q.45.275.713.738T22 19.1q0 .8-.55 1.35T20.1 21h-8.2q-.8 0-1.35-.55T10 19.1q0-.525.263-.988t.712-.737q1.15-.675 2.413-1.025T16 16m-3.85 3h7.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="M4 21q-.825 0-1.412-.587T2 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 3.5t.625.1t.575.3l2.725 2.05q.4.3.412.713t-.212.712t-.612.388t-.813-.213L10 5.5L4 10v9h3q.425 0 .713.288T8 20t-.288.713T7 21zm12-5q1.35 0 2.613.35t2.412 1.025q.45.275.713.738T22 19.1q0 .8-.55 1.35T20.1 21h-8.2q-.8 0-1.35-.55T10 19.1q0-.525.263-.988t.712-.737q1.15-.675 2.413-1.025T16 16m-3.85 3h7.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-rounded {
  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%22M4%2021q-.825%200-1.412-.587T2%2019v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10%203.5t.625.1t.575.3l2.725%202.05q.4.3.412.713t-.212.712t-.612.388t-.813-.213L10%205.5L4%2010v9h3q.425%200%20.713.288T8%2020t-.288.713T7%2021zm12-5q1.35%200%202.613.35t2.412%201.025q.45.275.713.738T22%2019.1q0%20.8-.55%201.35T20.1%2021h-8.2q-.8%200-1.35-.55T10%2019.1q0-.525.263-.988t.712-.737q1.15-.675%202.413-1.025T16%2016m-3.85%203h7.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%22M4%2021q-.825%200-1.412-.587T2%2019v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10%203.5t.625.1t.575.3l2.725%202.05q.4.3.412.713t-.212.712t-.612.388t-.813-.213L10%205.5L4%2010v9h3q.425%200%20.713.288T8%2020t-.288.713T7%2021zm12-5q1.35%200%202.613.35t2.412%201.025q.45.275.713.738T22%2019.1q0%20.8-.55%201.35T20.1%2021h-8.2q-.8%200-1.35-.55T10%2019.1q0-.525.263-.988t.712-.737q1.15-.675%202.413-1.025T16%2016m-3.85%203h7.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-rounded.svg?color=%231a73e8&size=48