globe location pin icon
globe-location-pin-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-location-pin-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-location-pin-outline-sharp
2 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the globe location pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.8 0 6.588 2.45t3.312 6.1q-.5-.25-1.037-.387T19.75 10q-.475-1.825-1.713-3.25T15 4.6V7h-4v3H8v2h6.875v.525q-.425.675-.65 1.425T14 15.5q0 1.575.813 2.925t1.662 2.525q-1.025.5-2.15.775T12 22m-1-2.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.2 1.95q-.125-.1-.175-.25q-.275-.875-.775-1.625t-1.075-1.475q-.525-.65-.85-1.425T16 15.5q0-1.45 1.025-2.475T19.5 12t2.475 1.025T23 15.5q0 .85-.337 1.613t-.838 1.437q-.575.725-1.075 1.475t-.775 1.625q-.05.15-.175.25t-.3.1t-.3-.1m.3-2.725q.25-.425.55-.788t.575-.737q.35-.475.613-1.012T21.5 15.5q0-.825-.587-1.412T19.5 13.5t-1.412.588T17.5 15.5q0 .6.263 1.138t.612 1.012l.588.738q.287.363.537.787m-.888-2.787q-.362-.363-.362-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGlobeLocationPinSharp(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 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.8 0 6.588 2.45t3.312 6.1q-.5-.25-1.037-.387T19.75 10q-.475-1.825-1.713-3.25T15 4.6V7h-4v3H8v2h6.875v.525q-.425.675-.65 1.425T14 15.5q0 1.575.813 2.925t1.662 2.525q-1.025.5-2.15.775T12 22m-1-2.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.2 1.95q-.125-.1-.175-.25q-.275-.875-.775-1.625t-1.075-1.475q-.525-.65-.85-1.425T16 15.5q0-1.45 1.025-2.475T19.5 12t2.475 1.025T23 15.5q0 .85-.337 1.613t-.838 1.437q-.575.725-1.075 1.475t-.775 1.625q-.05.15-.175.25t-.3.1t-.3-.1m.3-2.725q.25-.425.55-.788t.575-.737q.35-.475.613-1.012T21.5 15.5q0-.825-.587-1.412T19.5 13.5t-1.412.588T17.5 15.5q0 .6.263 1.138t.612 1.012l.588.738q.287.363.537.787m-.888-2.787q-.362-.363-.362-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363"/></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 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.8 0 6.588 2.45t3.312 6.1q-.5-.25-1.037-.387T19.75 10q-.475-1.825-1.713-3.25T15 4.6V7h-4v3H8v2h6.875v.525q-.425.675-.65 1.425T14 15.5q0 1.575.813 2.925t1.662 2.525q-1.025.5-2.15.775T12 22m-1-2.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.2 1.95q-.125-.1-.175-.25q-.275-.875-.775-1.625t-1.075-1.475q-.525-.65-.85-1.425T16 15.5q0-1.45 1.025-2.475T19.5 12t2.475 1.025T23 15.5q0 .85-.337 1.613t-.838 1.437q-.575.725-1.075 1.475t-.775 1.625q-.05.15-.175.25t-.3.1t-.3-.1m.3-2.725q.25-.425.55-.788t.575-.737q.35-.475.613-1.012T21.5 15.5q0-.825-.587-1.412T19.5 13.5t-1.412.588T17.5 15.5q0 .6.263 1.138t.612 1.012l.588.738q.287.363.537.787m-.888-2.787q-.362-.363-.362-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363"/></svg> </template>
CSS
.icon-globe-location-pin-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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q3.8%200%206.588%202.45t3.312%206.1q-.5-.25-1.037-.387T19.75%2010q-.475-1.825-1.713-3.25T15%204.6V7h-4v3H8v2h6.875v.525q-.425.675-.65%201.425T14%2015.5q0%201.575.813%202.925t1.662%202.525q-1.025.5-2.15.775T12%2022m-1-2.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m8.2%201.95q-.125-.1-.175-.25q-.275-.875-.775-1.625t-1.075-1.475q-.525-.65-.85-1.425T16%2015.5q0-1.45%201.025-2.475T19.5%2012t2.475%201.025T23%2015.5q0%20.85-.337%201.613t-.838%201.437q-.575.725-1.075%201.475t-.775%201.625q-.05.15-.175.25t-.3.1t-.3-.1m.3-2.725q.25-.425.55-.788t.575-.737q.35-.475.613-1.012T21.5%2015.5q0-.825-.587-1.412T19.5%2013.5t-1.412.588T17.5%2015.5q0%20.6.263%201.138t.612%201.012l.588.738q.287.363.537.787m-.888-2.787q-.362-.363-.362-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363%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%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q3.8%200%206.588%202.45t3.312%206.1q-.5-.25-1.037-.387T19.75%2010q-.475-1.825-1.713-3.25T15%204.6V7h-4v3H8v2h6.875v.525q-.425.675-.65%201.425T14%2015.5q0%201.575.813%202.925t1.662%202.525q-1.025.5-2.15.775T12%2022m-1-2.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m8.2%201.95q-.125-.1-.175-.25q-.275-.875-.775-1.625t-1.075-1.475q-.525-.65-.85-1.425T16%2015.5q0-1.45%201.025-2.475T19.5%2012t2.475%201.025T23%2015.5q0%20.85-.337%201.613t-.838%201.437q-.575.725-1.075%201.475t-.775%201.625q-.05.15-.175.25t-.3.1t-.3-.1m.3-2.725q.25-.425.55-.788t.575-.737q.35-.475.613-1.012T21.5%2015.5q0-.825-.587-1.412T19.5%2013.5t-1.412.588T17.5%2015.5q0%20.6.263%201.138t.612%201.012l.588.738q.287.363.537.787m-.888-2.787q-.362-.363-.362-.888t.363-.888t.887-.362t.888.363t.362.887t-.363.888t-.887.362t-.888-.363%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/globe-location-pin-sharp.svg?color=%231a73e8&size=48