share location icon

share-location-outline-sharp from Material Symbols by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
share-location-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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 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.875 18.3l1.45 1.45q-1.175.925-2.525 1.488t-2.825.712v-2q1.05-.15 2.038-.575t1.862-1.075m5.1-5.3q-.2 1.55-.763 2.888T19.726 18.3l-1.4-1.4q.65-.825 1.05-1.812t.55-2.088zm-2.25-7.3q.95 1.1 1.538 2.45t.712 2.85h-2.05q-.15-1.125-.55-2.113T18.325 7.1zm-8.75-3.65v2q-3 .425-4.975 2.675T4.025 12q0 3 1.975 5.25t4.975 2.7v2q-3.825-.45-6.387-3.287T2.025 12q0-3.875 2.563-6.7t6.387-3.25m2 0q1.475.125 2.825.688t2.525 1.512l-1.4 1.45q-.9-.675-1.9-1.1t-2.05-.55zM11.45 17.3q-.4-1.2-.987-2.013T9.325 13.75t-.937-1.513T8 10.3q0-1.65 1.175-2.825T12 6.3t2.825 1.175T16 10.3q0 1.15-.387 1.938t-.938 1.512t-1.137 1.538t-.988 2.012zm1.525-6.025q.4-.4.4-.975t-.4-.975t-.975-.4t-.975.4t-.4.975t.4.975t.975.4t.975-.4"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareLocationOutlineSharp(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.875 18.3l1.45 1.45q-1.175.925-2.525 1.488t-2.825.712v-2q1.05-.15 2.038-.575t1.862-1.075m5.1-5.3q-.2 1.55-.763 2.888T19.726 18.3l-1.4-1.4q.65-.825 1.05-1.812t.55-2.088zm-2.25-7.3q.95 1.1 1.538 2.45t.712 2.85h-2.05q-.15-1.125-.55-2.113T18.325 7.1zm-8.75-3.65v2q-3 .425-4.975 2.675T4.025 12q0 3 1.975 5.25t4.975 2.7v2q-3.825-.45-6.387-3.287T2.025 12q0-3.875 2.563-6.7t6.387-3.25m2 0q1.475.125 2.825.688t2.525 1.512l-1.4 1.45q-.9-.675-1.9-1.1t-2.05-.55zM11.45 17.3q-.4-1.2-.987-2.013T9.325 13.75t-.937-1.513T8 10.3q0-1.65 1.175-2.825T12 6.3t2.825 1.175T16 10.3q0 1.15-.387 1.938t-.938 1.512t-1.137 1.538t-.988 2.012zm1.525-6.025q.4-.4.4-.975t-.4-.975t-.975-.4t-.975.4t-.4.975t.4.975t.975.4t.975-.4"/></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.875 18.3l1.45 1.45q-1.175.925-2.525 1.488t-2.825.712v-2q1.05-.15 2.038-.575t1.862-1.075m5.1-5.3q-.2 1.55-.763 2.888T19.726 18.3l-1.4-1.4q.65-.825 1.05-1.812t.55-2.088zm-2.25-7.3q.95 1.1 1.538 2.45t.712 2.85h-2.05q-.15-1.125-.55-2.113T18.325 7.1zm-8.75-3.65v2q-3 .425-4.975 2.675T4.025 12q0 3 1.975 5.25t4.975 2.7v2q-3.825-.45-6.387-3.287T2.025 12q0-3.875 2.563-6.7t6.387-3.25m2 0q1.475.125 2.825.688t2.525 1.512l-1.4 1.45q-.9-.675-1.9-1.1t-2.05-.55zM11.45 17.3q-.4-1.2-.987-2.013T9.325 13.75t-.937-1.513T8 10.3q0-1.65 1.175-2.825T12 6.3t2.825 1.175T16 10.3q0 1.15-.387 1.938t-.938 1.512t-1.137 1.538t-.988 2.012zm1.525-6.025q.4-.4.4-.975t-.4-.975t-.975-.4t-.975.4t-.4.975t.4.975t.975.4t.975-.4"/></svg>
</template>

CSS

.icon-share-location-outline-sharp {
  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.875%2018.3l1.45%201.45q-1.175.925-2.525%201.488t-2.825.712v-2q1.05-.15%202.038-.575t1.862-1.075m5.1-5.3q-.2%201.55-.763%202.888T19.726%2018.3l-1.4-1.4q.65-.825%201.05-1.812t.55-2.088zm-2.25-7.3q.95%201.1%201.538%202.45t.712%202.85h-2.05q-.15-1.125-.55-2.113T18.325%207.1zm-8.75-3.65v2q-3%20.425-4.975%202.675T4.025%2012q0%203%201.975%205.25t4.975%202.7v2q-3.825-.45-6.387-3.287T2.025%2012q0-3.875%202.563-6.7t6.387-3.25m2%200q1.475.125%202.825.688t2.525%201.512l-1.4%201.45q-.9-.675-1.9-1.1t-2.05-.55zM11.45%2017.3q-.4-1.2-.987-2.013T9.325%2013.75t-.937-1.513T8%2010.3q0-1.65%201.175-2.825T12%206.3t2.825%201.175T16%2010.3q0%201.15-.387%201.938t-.938%201.512t-1.137%201.538t-.988%202.012zm1.525-6.025q.4-.4.4-.975t-.4-.975t-.975-.4t-.975.4t-.4.975t.4.975t.975.4t.975-.4%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.875%2018.3l1.45%201.45q-1.175.925-2.525%201.488t-2.825.712v-2q1.05-.15%202.038-.575t1.862-1.075m5.1-5.3q-.2%201.55-.763%202.888T19.726%2018.3l-1.4-1.4q.65-.825%201.05-1.812t.55-2.088zm-2.25-7.3q.95%201.1%201.538%202.45t.712%202.85h-2.05q-.15-1.125-.55-2.113T18.325%207.1zm-8.75-3.65v2q-3%20.425-4.975%202.675T4.025%2012q0%203%201.975%205.25t4.975%202.7v2q-3.825-.45-6.387-3.287T2.025%2012q0-3.875%202.563-6.7t6.387-3.25m2%200q1.475.125%202.825.688t2.525%201.512l-1.4%201.45q-.9-.675-1.9-1.1t-2.05-.55zM11.45%2017.3q-.4-1.2-.987-2.013T9.325%2013.75t-.937-1.513T8%2010.3q0-1.65%201.175-2.825T12%206.3t2.825%201.175T16%2010.3q0%201.15-.387%201.938t-.938%201.512t-1.137%201.538t-.988%202.012zm1.525-6.025q.4-.4.4-.975t-.4-.975t-.975-.4t-.975.4t-.4.975t.4.975t.975.4t.975-.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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