share location icon

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

Name
share-location-outline
Set
Material Symbols
Style
Outline
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="M12.975 21.95v-2q1.05-.15 2.038-.575t1.862-1.075l1.45 1.45q-1.175.925-2.525 1.488t-2.825.712m6.75-3.65l-1.4-1.4q.65-.825 1.05-1.812t.55-2.088h2.05q-.2 1.55-.762 2.888T19.725 18.3m.2-7.3q-.15-1.125-.55-2.113T18.325 7.1l1.4-1.4q.95 1.1 1.537 2.45t.713 2.85zm-8.95 10.95q-3.825-.45-6.387-3.275T2.025 12q0-3.875 2.563-6.7t6.387-3.25v2q-3 .425-4.975 2.675T4.025 12T6 17.263t4.975 2.687zm5.95-16.25q-.9-.675-1.9-1.1t-2.05-.55v-2q1.475.125 2.825.688t2.525 1.512zM12 17q-1.45-1.225-2.725-2.625T8 11.1q0-1.7 1.163-2.9T12 7t2.838 1.2T16 11.1q0 1.875-1.275 3.275T12 17m0-5q.45 0 .763-.312t.312-.763q0-.425-.312-.75T12 9.85t-.763.325t-.312.75q0 .45.313.763T12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareLocationOutline(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="M12.975 21.95v-2q1.05-.15 2.038-.575t1.862-1.075l1.45 1.45q-1.175.925-2.525 1.488t-2.825.712m6.75-3.65l-1.4-1.4q.65-.825 1.05-1.812t.55-2.088h2.05q-.2 1.55-.762 2.888T19.725 18.3m.2-7.3q-.15-1.125-.55-2.113T18.325 7.1l1.4-1.4q.95 1.1 1.537 2.45t.713 2.85zm-8.95 10.95q-3.825-.45-6.387-3.275T2.025 12q0-3.875 2.563-6.7t6.387-3.25v2q-3 .425-4.975 2.675T4.025 12T6 17.263t4.975 2.687zm5.95-16.25q-.9-.675-1.9-1.1t-2.05-.55v-2q1.475.125 2.825.688t2.525 1.512zM12 17q-1.45-1.225-2.725-2.625T8 11.1q0-1.7 1.163-2.9T12 7t2.838 1.2T16 11.1q0 1.875-1.275 3.275T12 17m0-5q.45 0 .763-.312t.312-.763q0-.425-.312-.75T12 9.85t-.763.325t-.312.75q0 .45.313.763T12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.975 21.95v-2q1.05-.15 2.038-.575t1.862-1.075l1.45 1.45q-1.175.925-2.525 1.488t-2.825.712m6.75-3.65l-1.4-1.4q.65-.825 1.05-1.812t.55-2.088h2.05q-.2 1.55-.762 2.888T19.725 18.3m.2-7.3q-.15-1.125-.55-2.113T18.325 7.1l1.4-1.4q.95 1.1 1.537 2.45t.713 2.85zm-8.95 10.95q-3.825-.45-6.387-3.275T2.025 12q0-3.875 2.563-6.7t6.387-3.25v2q-3 .425-4.975 2.675T4.025 12T6 17.263t4.975 2.687zm5.95-16.25q-.9-.675-1.9-1.1t-2.05-.55v-2q1.475.125 2.825.688t2.525 1.512zM12 17q-1.45-1.225-2.725-2.625T8 11.1q0-1.7 1.163-2.9T12 7t2.838 1.2T16 11.1q0 1.875-1.275 3.275T12 17m0-5q.45 0 .763-.312t.312-.763q0-.425-.312-.75T12 9.85t-.763.325t-.312.75q0 .45.313.763T12 12"/></svg>
</template>

CSS

.icon-share-location-outline {
  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%22M12.975%2021.95v-2q1.05-.15%202.038-.575t1.862-1.075l1.45%201.45q-1.175.925-2.525%201.488t-2.825.712m6.75-3.65l-1.4-1.4q.65-.825%201.05-1.812t.55-2.088h2.05q-.2%201.55-.762%202.888T19.725%2018.3m.2-7.3q-.15-1.125-.55-2.113T18.325%207.1l1.4-1.4q.95%201.1%201.537%202.45t.713%202.85zm-8.95%2010.95q-3.825-.45-6.387-3.275T2.025%2012q0-3.875%202.563-6.7t6.387-3.25v2q-3%20.425-4.975%202.675T4.025%2012T6%2017.263t4.975%202.687zm5.95-16.25q-.9-.675-1.9-1.1t-2.05-.55v-2q1.475.125%202.825.688t2.525%201.512zM12%2017q-1.45-1.225-2.725-2.625T8%2011.1q0-1.7%201.163-2.9T12%207t2.838%201.2T16%2011.1q0%201.875-1.275%203.275T12%2017m0-5q.45%200%20.763-.312t.312-.763q0-.425-.312-.75T12%209.85t-.763.325t-.312.75q0%20.45.313.763T12%2012%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%22M12.975%2021.95v-2q1.05-.15%202.038-.575t1.862-1.075l1.45%201.45q-1.175.925-2.525%201.488t-2.825.712m6.75-3.65l-1.4-1.4q.65-.825%201.05-1.812t.55-2.088h2.05q-.2%201.55-.762%202.888T19.725%2018.3m.2-7.3q-.15-1.125-.55-2.113T18.325%207.1l1.4-1.4q.95%201.1%201.537%202.45t.713%202.85zm-8.95%2010.95q-3.825-.45-6.387-3.275T2.025%2012q0-3.875%202.563-6.7t6.387-3.25v2q-3%20.425-4.975%202.675T4.025%2012T6%2017.263t4.975%202.687zm5.95-16.25q-.9-.675-1.9-1.1t-2.05-.55v-2q1.475.125%202.825.688t2.525%201.512zM12%2017q-1.45-1.225-2.725-2.625T8%2011.1q0-1.7%201.163-2.9T12%207t2.838%201.2T16%2011.1q0%201.875-1.275%203.275T12%2017m0-5q.45%200%20.763-.312t.312-.763q0-.425-.312-.75T12%209.85t-.763.325t-.312.75q0%20.45.313.763T12%2012%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.svg?color=%231a73e8&size=48