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

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

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

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.616 20q-.667 0-1.141-.475T3 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.078q.223-.161.466-.242t.507-.08t.504.08t.461.242l2.379 1.8q.208.166.21.357q.004.191-.108.357t-.305.215t-.406-.117l-2.374-1.8q-.153-.135-.365-.135t-.365.135L4.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173h3q.212 0 .356.144t.143.357t-.143.356t-.356.143zM16 16.192q1.273 0 2.478.322q1.205.32 2.297.977q.316.198.52.506q.205.309.205.68v.346q0 .396-.271.687q-.271.29-.706.29h-9.046q-.396 0-.687-.29q-.29-.29-.29-.687v-.346q0-.371.205-.68q.205-.308.52-.507q1.092-.655 2.297-.976q1.205-.322 2.478-.322M11.535 19h8.93v-.538q-1.028-.596-2.148-.933q-1.119-.337-2.317-.337t-2.317.337q-1.12.337-2.148.933zm2.696-5.632q-.731-.729-.731-1.77t.729-1.771t1.769-.73t1.771.728t.731 1.769t-.728 1.772q-.729.73-1.77.73t-1.771-.728m2.828-.713q.441-.441.441-1.059t-.441-1.058T16 10.096t-1.059.442q-.441.44-.441 1.058t.441 1.059t1.059.441t1.059-.441M16 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocationAwayOutlineRounded(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.616 20q-.667 0-1.141-.475T3 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.078q.223-.161.466-.242t.507-.08t.504.08t.461.242l2.379 1.8q.208.166.21.357q.004.191-.108.357t-.305.215t-.406-.117l-2.374-1.8q-.153-.135-.365-.135t-.365.135L4.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173h3q.212 0 .356.144t.143.357t-.143.356t-.356.143zM16 16.192q1.273 0 2.478.322q1.205.32 2.297.977q.316.198.52.506q.205.309.205.68v.346q0 .396-.271.687q-.271.29-.706.29h-9.046q-.396 0-.687-.29q-.29-.29-.29-.687v-.346q0-.371.205-.68q.205-.308.52-.507q1.092-.655 2.297-.976q1.205-.322 2.478-.322M11.535 19h8.93v-.538q-1.028-.596-2.148-.933q-1.119-.337-2.317-.337t-2.317.337q-1.12.337-2.148.933zm2.696-5.632q-.731-.729-.731-1.77t.729-1.771t1.769-.73t1.771.728t.731 1.769t-.728 1.772q-.729.73-1.77.73t-1.771-.728m2.828-.713q.441-.441.441-1.059t-.441-1.058T16 10.096t-1.059.442q-.441.44-.441 1.058t.441 1.059t1.059.441t1.059-.441M16 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.616 20q-.667 0-1.141-.475T3 18.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.078q.223-.161.466-.242t.507-.08t.504.08t.461.242l2.379 1.8q.208.166.21.357q.004.191-.108.357t-.305.215t-.406-.117l-2.374-1.8q-.153-.135-.365-.135t-.365.135L4.25 9.808q-.115.096-.183.22t-.067.28v8.077q0 .269.173.442t.443.173h3q.212 0 .356.144t.143.357t-.143.356t-.356.143zM16 16.192q1.273 0 2.478.322q1.205.32 2.297.977q.316.198.52.506q.205.309.205.68v.346q0 .396-.271.687q-.271.29-.706.29h-9.046q-.396 0-.687-.29q-.29-.29-.29-.687v-.346q0-.371.205-.68q.205-.308.52-.507q1.092-.655 2.297-.976q1.205-.322 2.478-.322M11.535 19h8.93v-.538q-1.028-.596-2.148-.933q-1.119-.337-2.317-.337t-2.317.337q-1.12.337-2.148.933zm2.696-5.632q-.731-.729-.731-1.77t.729-1.771t1.769-.73t1.771.728t.731 1.769t-.728 1.772q-.729.73-1.77.73t-1.771-.728m2.828-.713q.441-.441.441-1.059t-.441-1.058T16 10.096t-1.059.442q-.441.44-.441 1.058t.441 1.059t1.059.441t1.059-.441M16 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.616%2020q-.667%200-1.141-.475T3%2018.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.078q.223-.161.466-.242t.507-.08t.504.08t.461.242l2.379%201.8q.208.166.21.357q.004.191-.108.357t-.305.215t-.406-.117l-2.374-1.8q-.153-.135-.365-.135t-.365.135L4.25%209.808q-.115.096-.183.22t-.067.28v8.077q0%20.269.173.442t.443.173h3q.212%200%20.356.144t.143.357t-.143.356t-.356.143zM16%2016.192q1.273%200%202.478.322q1.205.32%202.297.977q.316.198.52.506q.205.309.205.68v.346q0%20.396-.271.687q-.271.29-.706.29h-9.046q-.396%200-.687-.29q-.29-.29-.29-.687v-.346q0-.371.205-.68q.205-.308.52-.507q1.092-.655%202.297-.976q1.205-.322%202.478-.322M11.535%2019h8.93v-.538q-1.028-.596-2.148-.933q-1.119-.337-2.317-.337t-2.317.337q-1.12.337-2.148.933zm2.696-5.632q-.731-.729-.731-1.77t.729-1.771t1.769-.73t1.771.728t.731%201.769t-.728%201.772q-.729.73-1.77.73t-1.771-.728m2.828-.713q.441-.441.441-1.059t-.441-1.058T16%2010.096t-1.059.442q-.441.44-.441%201.058t.441%201.059t1.059.441t1.059-.441M16%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.616%2020q-.667%200-1.141-.475T3%2018.386v-8.077q0-.384.172-.727t.474-.565l5.385-4.078q.223-.161.466-.242t.507-.08t.504.08t.461.242l2.379%201.8q.208.166.21.357q.004.191-.108.357t-.305.215t-.406-.117l-2.374-1.8q-.153-.135-.365-.135t-.365.135L4.25%209.808q-.115.096-.183.22t-.067.28v8.077q0%20.269.173.442t.443.173h3q.212%200%20.356.144t.143.357t-.143.356t-.356.143zM16%2016.192q1.273%200%202.478.322q1.205.32%202.297.977q.316.198.52.506q.205.309.205.68v.346q0%20.396-.271.687q-.271.29-.706.29h-9.046q-.396%200-.687-.29q-.29-.29-.29-.687v-.346q0-.371.205-.68q.205-.308.52-.507q1.092-.655%202.297-.976q1.205-.322%202.478-.322M11.535%2019h8.93v-.538q-1.028-.596-2.148-.933q-1.119-.337-2.317-.337t-2.317.337q-1.12.337-2.148.933zm2.696-5.632q-.731-.729-.731-1.77t.729-1.771t1.769-.73t1.771.728t.731%201.769t-.728%201.772q-.729.73-1.77.73t-1.771-.728m2.828-.713q.441-.441.441-1.059t-.441-1.058T16%2010.096t-1.059.442q-.441.44-.441%201.058t.441%201.059t1.059.441t1.059-.441M16%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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