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

Name
share-location
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
share-location-rounded, share-location-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the share location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.894 18.339l.7.719q-1.002.79-2.169 1.247t-2.43.645v-1q1.126-.17 2.114-.575t1.785-1.036M20.956 13q-.142 1.262-.628 2.426t-1.276 2.182l-.708-.708q.65-.825 1.05-1.812t.55-2.088zM19.07 6.411q.854 1.139 1.278 2.143T20.956 11h-1.012q-.15-1.125-.55-2.113T18.344 7.1zM10.994 3.05v1q-3 .425-4.975 2.675T4.044 12q0 3 1.975 5.25t4.975 2.7v1q-3.402-.43-5.676-2.98T3.044 12q0-3.452 2.274-5.998t5.676-2.952m2.039 0q1.263.164 2.392.63t2.17 1.262l-.65.758q-.9-.675-1.891-1.1q-.99-.425-2.021-.55zm-.784 13.962q.118-.066.174-.196l.08-.187q.536-1.008 1.366-1.723t1.466-1.668q.317-.479.5-1.067q.184-.588.184-1.198q0-1.667-1.153-2.846T12.05 6.923q-1.617-.025-2.815 1.113q-1.198 1.139-1.254 2.775q-.031.685.143 1.295t.522 1.132q.635.952 1.481 1.655t1.37 1.736l.08.186q.056.131.174.196q.118.066.249.066t.249-.066m-1.44-4.877q-.501-.501-.501-1.192q0-.69.5-1.191Q11.31 9.25 12 9.25t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5t-1.191-.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightShareLocation(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="m16.894 18.339l.7.719q-1.002.79-2.169 1.247t-2.43.645v-1q1.126-.17 2.114-.575t1.785-1.036M20.956 13q-.142 1.262-.628 2.426t-1.276 2.182l-.708-.708q.65-.825 1.05-1.812t.55-2.088zM19.07 6.411q.854 1.139 1.278 2.143T20.956 11h-1.012q-.15-1.125-.55-2.113T18.344 7.1zM10.994 3.05v1q-3 .425-4.975 2.675T4.044 12q0 3 1.975 5.25t4.975 2.7v1q-3.402-.43-5.676-2.98T3.044 12q0-3.452 2.274-5.998t5.676-2.952m2.039 0q1.263.164 2.392.63t2.17 1.262l-.65.758q-.9-.675-1.891-1.1q-.99-.425-2.021-.55zm-.784 13.962q.118-.066.174-.196l.08-.187q.536-1.008 1.366-1.723t1.466-1.668q.317-.479.5-1.067q.184-.588.184-1.198q0-1.667-1.153-2.846T12.05 6.923q-1.617-.025-2.815 1.113q-1.198 1.139-1.254 2.775q-.031.685.143 1.295t.522 1.132q.635.952 1.481 1.655t1.37 1.736l.08.186q.056.131.174.196q.118.066.249.066t.249-.066m-1.44-4.877q-.501-.501-.501-1.192q0-.69.5-1.191Q11.31 9.25 12 9.25t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5t-1.191-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.894 18.339l.7.719q-1.002.79-2.169 1.247t-2.43.645v-1q1.126-.17 2.114-.575t1.785-1.036M20.956 13q-.142 1.262-.628 2.426t-1.276 2.182l-.708-.708q.65-.825 1.05-1.812t.55-2.088zM19.07 6.411q.854 1.139 1.278 2.143T20.956 11h-1.012q-.15-1.125-.55-2.113T18.344 7.1zM10.994 3.05v1q-3 .425-4.975 2.675T4.044 12q0 3 1.975 5.25t4.975 2.7v1q-3.402-.43-5.676-2.98T3.044 12q0-3.452 2.274-5.998t5.676-2.952m2.039 0q1.263.164 2.392.63t2.17 1.262l-.65.758q-.9-.675-1.891-1.1q-.99-.425-2.021-.55zm-.784 13.962q.118-.066.174-.196l.08-.187q.536-1.008 1.366-1.723t1.466-1.668q.317-.479.5-1.067q.184-.588.184-1.198q0-1.667-1.153-2.846T12.05 6.923q-1.617-.025-2.815 1.113q-1.198 1.139-1.254 2.775q-.031.685.143 1.295t.522 1.132q.635.952 1.481 1.655t1.37 1.736l.08.186q.056.131.174.196q.118.066.249.066t.249-.066m-1.44-4.877q-.501-.501-.501-1.192q0-.69.5-1.191Q11.31 9.25 12 9.25t1.191.501t.501 1.191t-.5 1.192q-.502.5-1.192.5t-1.191-.5"/></svg>
</template>

CSS

.icon-share-location {
  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%22m16.894%2018.339l.7.719q-1.002.79-2.169%201.247t-2.43.645v-1q1.126-.17%202.114-.575t1.785-1.036M20.956%2013q-.142%201.262-.628%202.426t-1.276%202.182l-.708-.708q.65-.825%201.05-1.812t.55-2.088zM19.07%206.411q.854%201.139%201.278%202.143T20.956%2011h-1.012q-.15-1.125-.55-2.113T18.344%207.1zM10.994%203.05v1q-3%20.425-4.975%202.675T4.044%2012q0%203%201.975%205.25t4.975%202.7v1q-3.402-.43-5.676-2.98T3.044%2012q0-3.452%202.274-5.998t5.676-2.952m2.039%200q1.263.164%202.392.63t2.17%201.262l-.65.758q-.9-.675-1.891-1.1q-.99-.425-2.021-.55zm-.784%2013.962q.118-.066.174-.196l.08-.187q.536-1.008%201.366-1.723t1.466-1.668q.317-.479.5-1.067q.184-.588.184-1.198q0-1.667-1.153-2.846T12.05%206.923q-1.617-.025-2.815%201.113q-1.198%201.139-1.254%202.775q-.031.685.143%201.295t.522%201.132q.635.952%201.481%201.655t1.37%201.736l.08.186q.056.131.174.196q.118.066.249.066t.249-.066m-1.44-4.877q-.501-.501-.501-1.192q0-.69.5-1.191Q11.31%209.25%2012%209.25t1.191.501t.501%201.191t-.5%201.192q-.502.5-1.192.5t-1.191-.5%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%22m16.894%2018.339l.7.719q-1.002.79-2.169%201.247t-2.43.645v-1q1.126-.17%202.114-.575t1.785-1.036M20.956%2013q-.142%201.262-.628%202.426t-1.276%202.182l-.708-.708q.65-.825%201.05-1.812t.55-2.088zM19.07%206.411q.854%201.139%201.278%202.143T20.956%2011h-1.012q-.15-1.125-.55-2.113T18.344%207.1zM10.994%203.05v1q-3%20.425-4.975%202.675T4.044%2012q0%203%201.975%205.25t4.975%202.7v1q-3.402-.43-5.676-2.98T3.044%2012q0-3.452%202.274-5.998t5.676-2.952m2.039%200q1.263.164%202.392.63t2.17%201.262l-.65.758q-.9-.675-1.891-1.1q-.99-.425-2.021-.55zm-.784%2013.962q.118-.066.174-.196l.08-.187q.536-1.008%201.366-1.723t1.466-1.668q.317-.479.5-1.067q.184-.588.184-1.198q0-1.667-1.153-2.846T12.05%206.923q-1.617-.025-2.815%201.113q-1.198%201.139-1.254%202.775q-.031.685.143%201.295t.522%201.132q.635.952%201.481%201.655t1.37%201.736l.08.186q.056.131.174.196q.118.066.249.066t.249-.066m-1.44-4.877q-.501-.501-.501-1.192q0-.69.5-1.191Q11.31%209.25%2012%209.25t1.191.501t.501%201.191t-.5%201.192q-.502.5-1.192.5t-1.191-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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