share location icon

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

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

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-.55zm-.687 15.875q.137-.075.212-.225l.1-.225q.65-1.2 1.625-2.05t1.725-1.975q.375-.575.588-1.25t.212-1.4q0-1.975-1.375-3.375T12.05 6q-1.925-.025-3.325 1.325T7.25 10.6q-.05.8.163 1.525t.637 1.325q.75 1.125 1.75 1.963t1.6 2.062l.1.225q.075.15.213.225T12 18t.288-.075m-1.7-5.762Q10 11.575 10 10.75t.588-1.412T12 8.75t1.413.588T14 10.75t-.587 1.413T12 12.75t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareLocation(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-.55zm-.687 15.875q.137-.075.212-.225l.1-.225q.65-1.2 1.625-2.05t1.725-1.975q.375-.575.588-1.25t.212-1.4q0-1.975-1.375-3.375T12.05 6q-1.925-.025-3.325 1.325T7.25 10.6q-.05.8.163 1.525t.637 1.325q.75 1.125 1.75 1.963t1.6 2.062l.1.225q.075.15.213.225T12 18t.288-.075m-1.7-5.762Q10 11.575 10 10.75t.588-1.412T12 8.75t1.413.588T14 10.75t-.587 1.413T12 12.75t-1.412-.587"/></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-.55zm-.687 15.875q.137-.075.212-.225l.1-.225q.65-1.2 1.625-2.05t1.725-1.975q.375-.575.588-1.25t.212-1.4q0-1.975-1.375-3.375T12.05 6q-1.925-.025-3.325 1.325T7.25 10.6q-.05.8.163 1.525t.637 1.325q.75 1.125 1.75 1.963t1.6 2.062l.1.225q.075.15.213.225T12 18t.288-.075m-1.7-5.762Q10 11.575 10 10.75t.588-1.412T12 8.75t1.413.588T14 10.75t-.587 1.413T12 12.75t-1.412-.587"/></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.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-.55zm-.687%2015.875q.137-.075.212-.225l.1-.225q.65-1.2%201.625-2.05t1.725-1.975q.375-.575.588-1.25t.212-1.4q0-1.975-1.375-3.375T12.05%206q-1.925-.025-3.325%201.325T7.25%2010.6q-.05.8.163%201.525t.637%201.325q.75%201.125%201.75%201.963t1.6%202.062l.1.225q.075.15.213.225T12%2018t.288-.075m-1.7-5.762Q10%2011.575%2010%2010.75t.588-1.412T12%208.75t1.413.588T14%2010.75t-.587%201.413T12%2012.75t-1.412-.587%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-.55zm-.687%2015.875q.137-.075.212-.225l.1-.225q.65-1.2%201.625-2.05t1.725-1.975q.375-.575.588-1.25t.212-1.4q0-1.975-1.375-3.375T12.05%206q-1.925-.025-3.325%201.325T7.25%2010.6q-.05.8.163%201.525t.637%201.325q.75%201.125%201.75%201.963t1.6%202.062l.1.225q.075.15.213.225T12%2018t.288-.075m-1.7-5.762Q10%2011.575%2010%2010.75t.588-1.412T12%208.75t1.413.588T14%2010.75t-.587%201.413T12%2012.75t-1.412-.587%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.svg?color=%231a73e8&size=48