share location icon

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

Name
share-location-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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="M14.175 21.775q-.45.1-.788-.187t-.337-.788q0-.35.238-.638t.587-.387q.625-.15 1.213-.387t1.137-.588q.325-.2.713-.162t.637.287q.35.35.313.8t-.438.7q-.775.5-1.588.825t-1.687.525M19 17.5q-.25-.25-.288-.625t.163-.675q.325-.55.575-1.125t.4-1.225q.1-.35.4-.6t.65-.25q.5 0 .787.35t.163.8q-.2.9-.538 1.713t-.837 1.537q-.25.375-.687.413T19 17.5m1.875-6.5q-.35 0-.638-.25t-.387-.6q-.15-.65-.4-1.237T18.875 7.8q-.2-.3-.162-.675T19 6.5q.35-.35.788-.325t.687.4q.5.725.85 1.563t.55 1.712q.1.45-.2.8t-.8.35M9.95 21.75q-3.425-.8-5.637-3.5T2.1 12q0-3.575 2.2-6.3t5.625-3.475q.45-.1.788.188t.337.762q0 .35-.238.638t-.587.387q-2.675.65-4.4 2.825T4.1 12t1.725 4.938t4.4 2.837q.35.1.588.4t.237.65q0 .475-.325.75t-.775.175M16.3 5.225q-.575-.35-1.175-.613T13.9 4.2q-.35-.1-.6-.387t-.25-.638q0-.475.338-.762t.787-.188q.875.2 1.7.525t1.6.825q.4.25.438.7t-.313.8q-.25.25-.612.3t-.688-.15M12.075 16.65q-.2 0-.387-.062t-.313-.188q-1.65-1.525-2.475-2.85t-.825-2.45q0-1.75 1.138-2.925T12.075 7t2.863 1.175t1.137 2.925q0 1.125-.825 2.45t-2.475 2.85q-.125.125-.312.188t-.388.062m0-4.65q.45 0 .763-.312t.312-.763t-.312-.763t-.763-.312t-.762.313t-.313.762t.313.763t.762.312"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareLocationOutlineRounded(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="M14.175 21.775q-.45.1-.788-.187t-.337-.788q0-.35.238-.638t.587-.387q.625-.15 1.213-.387t1.137-.588q.325-.2.713-.162t.637.287q.35.35.313.8t-.438.7q-.775.5-1.588.825t-1.687.525M19 17.5q-.25-.25-.288-.625t.163-.675q.325-.55.575-1.125t.4-1.225q.1-.35.4-.6t.65-.25q.5 0 .787.35t.163.8q-.2.9-.538 1.713t-.837 1.537q-.25.375-.687.413T19 17.5m1.875-6.5q-.35 0-.638-.25t-.387-.6q-.15-.65-.4-1.237T18.875 7.8q-.2-.3-.162-.675T19 6.5q.35-.35.788-.325t.687.4q.5.725.85 1.563t.55 1.712q.1.45-.2.8t-.8.35M9.95 21.75q-3.425-.8-5.637-3.5T2.1 12q0-3.575 2.2-6.3t5.625-3.475q.45-.1.788.188t.337.762q0 .35-.238.638t-.587.387q-2.675.65-4.4 2.825T4.1 12t1.725 4.938t4.4 2.837q.35.1.588.4t.237.65q0 .475-.325.75t-.775.175M16.3 5.225q-.575-.35-1.175-.613T13.9 4.2q-.35-.1-.6-.387t-.25-.638q0-.475.338-.762t.787-.188q.875.2 1.7.525t1.6.825q.4.25.438.7t-.313.8q-.25.25-.612.3t-.688-.15M12.075 16.65q-.2 0-.387-.062t-.313-.188q-1.65-1.525-2.475-2.85t-.825-2.45q0-1.75 1.138-2.925T12.075 7t2.863 1.175t1.137 2.925q0 1.125-.825 2.45t-2.475 2.85q-.125.125-.312.188t-.388.062m0-4.65q.45 0 .763-.312t.312-.763t-.312-.763t-.763-.312t-.762.313t-.313.762t.313.763t.762.312"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.175 21.775q-.45.1-.788-.187t-.337-.788q0-.35.238-.638t.587-.387q.625-.15 1.213-.387t1.137-.588q.325-.2.713-.162t.637.287q.35.35.313.8t-.438.7q-.775.5-1.588.825t-1.687.525M19 17.5q-.25-.25-.288-.625t.163-.675q.325-.55.575-1.125t.4-1.225q.1-.35.4-.6t.65-.25q.5 0 .787.35t.163.8q-.2.9-.538 1.713t-.837 1.537q-.25.375-.687.413T19 17.5m1.875-6.5q-.35 0-.638-.25t-.387-.6q-.15-.65-.4-1.237T18.875 7.8q-.2-.3-.162-.675T19 6.5q.35-.35.788-.325t.687.4q.5.725.85 1.563t.55 1.712q.1.45-.2.8t-.8.35M9.95 21.75q-3.425-.8-5.637-3.5T2.1 12q0-3.575 2.2-6.3t5.625-3.475q.45-.1.788.188t.337.762q0 .35-.238.638t-.587.387q-2.675.65-4.4 2.825T4.1 12t1.725 4.938t4.4 2.837q.35.1.588.4t.237.65q0 .475-.325.75t-.775.175M16.3 5.225q-.575-.35-1.175-.613T13.9 4.2q-.35-.1-.6-.387t-.25-.638q0-.475.338-.762t.787-.188q.875.2 1.7.525t1.6.825q.4.25.438.7t-.313.8q-.25.25-.612.3t-.688-.15M12.075 16.65q-.2 0-.387-.062t-.313-.188q-1.65-1.525-2.475-2.85t-.825-2.45q0-1.75 1.138-2.925T12.075 7t2.863 1.175t1.137 2.925q0 1.125-.825 2.45t-2.475 2.85q-.125.125-.312.188t-.388.062m0-4.65q.45 0 .763-.312t.312-.763t-.312-.763t-.763-.312t-.762.313t-.313.762t.313.763t.762.312"/></svg>
</template>

CSS

.icon-share-location-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%22M14.175%2021.775q-.45.1-.788-.187t-.337-.788q0-.35.238-.638t.587-.387q.625-.15%201.213-.387t1.137-.588q.325-.2.713-.162t.637.287q.35.35.313.8t-.438.7q-.775.5-1.588.825t-1.687.525M19%2017.5q-.25-.25-.288-.625t.163-.675q.325-.55.575-1.125t.4-1.225q.1-.35.4-.6t.65-.25q.5%200%20.787.35t.163.8q-.2.9-.538%201.713t-.837%201.537q-.25.375-.687.413T19%2017.5m1.875-6.5q-.35%200-.638-.25t-.387-.6q-.15-.65-.4-1.237T18.875%207.8q-.2-.3-.162-.675T19%206.5q.35-.35.788-.325t.687.4q.5.725.85%201.563t.55%201.712q.1.45-.2.8t-.8.35M9.95%2021.75q-3.425-.8-5.637-3.5T2.1%2012q0-3.575%202.2-6.3t5.625-3.475q.45-.1.788.188t.337.762q0%20.35-.238.638t-.587.387q-2.675.65-4.4%202.825T4.1%2012t1.725%204.938t4.4%202.837q.35.1.588.4t.237.65q0%20.475-.325.75t-.775.175M16.3%205.225q-.575-.35-1.175-.613T13.9%204.2q-.35-.1-.6-.387t-.25-.638q0-.475.338-.762t.787-.188q.875.2%201.7.525t1.6.825q.4.25.438.7t-.313.8q-.25.25-.612.3t-.688-.15M12.075%2016.65q-.2%200-.387-.062t-.313-.188q-1.65-1.525-2.475-2.85t-.825-2.45q0-1.75%201.138-2.925T12.075%207t2.863%201.175t1.137%202.925q0%201.125-.825%202.45t-2.475%202.85q-.125.125-.312.188t-.388.062m0-4.65q.45%200%20.763-.312t.312-.763t-.312-.763t-.763-.312t-.762.313t-.313.762t.313.763t.762.312%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%22M14.175%2021.775q-.45.1-.788-.187t-.337-.788q0-.35.238-.638t.587-.387q.625-.15%201.213-.387t1.137-.588q.325-.2.713-.162t.637.287q.35.35.313.8t-.438.7q-.775.5-1.588.825t-1.687.525M19%2017.5q-.25-.25-.288-.625t.163-.675q.325-.55.575-1.125t.4-1.225q.1-.35.4-.6t.65-.25q.5%200%20.787.35t.163.8q-.2.9-.538%201.713t-.837%201.537q-.25.375-.687.413T19%2017.5m1.875-6.5q-.35%200-.638-.25t-.387-.6q-.15-.65-.4-1.237T18.875%207.8q-.2-.3-.162-.675T19%206.5q.35-.35.788-.325t.687.4q.5.725.85%201.563t.55%201.712q.1.45-.2.8t-.8.35M9.95%2021.75q-3.425-.8-5.637-3.5T2.1%2012q0-3.575%202.2-6.3t5.625-3.475q.45-.1.788.188t.337.762q0%20.35-.238.638t-.587.387q-2.675.65-4.4%202.825T4.1%2012t1.725%204.938t4.4%202.837q.35.1.588.4t.237.65q0%20.475-.325.75t-.775.175M16.3%205.225q-.575-.35-1.175-.613T13.9%204.2q-.35-.1-.6-.387t-.25-.638q0-.475.338-.762t.787-.188q.875.2%201.7.525t1.6.825q.4.25.438.7t-.313.8q-.25.25-.612.3t-.688-.15M12.075%2016.65q-.2%200-.387-.062t-.313-.188q-1.65-1.525-2.475-2.85t-.825-2.45q0-1.75%201.138-2.925T12.075%207t2.863%201.175t1.137%202.925q0%201.125-.825%202.45t-2.475%202.85q-.125.125-.312.188t-.388.062m0-4.65q.45%200%20.763-.312t.312-.763t-.312-.763t-.763-.312t-.762.313t-.313.762t.313.763t.762.312%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-rounded.svg?color=%231a73e8&size=48