location away icon
location-away-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- location-away-rounded
- Set
- Material Symbols
- Style
- 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="M7 21H4q-.825 0-1.412-.587T2 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 3.5t.625.1t.575.3l3.3 2.5q.25.2.188.5t-.388.4q-.975.35-1.725 1.063T11.4 10.025t-.413 1.988t.438 1.987q.125.325.013.638t-.413.437q-1.05.475-1.6.925t-.9 1.1q-.275.45-.4.963T8 19.1v.9q0 .425-.288.713T7 21m9-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-2.125-1.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 MaterialSymbolsLocationAwayRounded(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="M7 21H4q-.825 0-1.412-.587T2 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 3.5t.625.1t.575.3l3.3 2.5q.25.2.188.5t-.388.4q-.975.35-1.725 1.063T11.4 10.025t-.413 1.988t.438 1.987q.125.325.013.638t-.413.437q-1.05.475-1.6.925t-.9 1.1q-.275.45-.4.963T8 19.1v.9q0 .425-.288.713T7 21m9-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-2.125-1.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="M7 21H4q-.825 0-1.412-.587T2 19v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 3.5t.625.1t.575.3l3.3 2.5q.25.2.188.5t-.388.4q-.975.35-1.725 1.063T11.4 10.025t-.413 1.988t.438 1.987q.125.325.013.638t-.413.437q-1.05.475-1.6.925t-.9 1.1q-.275.45-.4.963T8 19.1v.9q0 .425-.288.713T7 21m9-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-2.125-1.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-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%22M7%2021H4q-.825%200-1.412-.587T2%2019v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10%203.5t.625.1t.575.3l3.3%202.5q.25.2.188.5t-.388.4q-.975.35-1.725%201.063T11.4%2010.025t-.413%201.988t.438%201.987q.125.325.013.638t-.413.437q-1.05.475-1.6.925t-.9%201.1q-.275.45-.4.963T8%2019.1v.9q0%20.425-.288.713T7%2021m9-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-2.125-1.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%22M7%2021H4q-.825%200-1.412-.587T2%2019v-9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10%203.5t.625.1t.575.3l3.3%202.5q.25.2.188.5t-.388.4q-.975.35-1.725%201.063T11.4%2010.025t-.413%201.988t.438%201.987q.125.325.013.638t-.413.437q-1.05.475-1.6.925t-.9%201.1q-.275.45-.4.963T8%2019.1v.9q0%20.425-.288.713T7%2021m9-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-2.125-1.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-rounded.svg?color=%231a73e8&size=48