globe location pin icon
globe-location-pin-sharp from Material Symbols Light by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-location-pin-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-location-pin-outline-sharp
2 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q3.204 0 5.626 1.96t3.12 4.936q-.269-.096-.528-.137q-.258-.042-.545-.047q-.513-1.748-1.722-3.106T15 4.562V7h-4v3H8v2h6.798v.41q-.367.636-.563 1.328t-.196 1.435q0 1.364.706 2.579q.707 1.215 1.422 2.237q-.948.5-1.986.755T12 21m-1-1.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.354.998q-.068-.052-.098-.125q-.275-.856-.747-1.596q-.47-.74-1.026-1.446q-.449-.573-.754-1.223t-.306-1.385q0-1.277.9-2.177t2.177-.9t2.177.9t.9 2.177q0 .735-.309 1.382t-.75 1.226q-.537.725-1.018 1.456t-.756 1.586q-.03.073-.098.125Q19.58 21 19.5 21t-.146-.052m.146-1.792q.308-.521.646-.99t.671-.939q.35-.456.613-.964t.262-1.09q0-.921-.635-1.557q-.636-.635-1.557-.635t-1.557.635t-.635 1.557q0 .58.262 1.09t.613.964q.357.471.683.949t.634.98m-.56-3.365q-.248-.247-.248-.618t.247-.618t.619-.247q.37 0 .618.247q.247.247.247.618t-.247.618t-.618.248q-.372 0-.619-.248"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGlobeLocationPinSharp(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 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q3.204 0 5.626 1.96t3.12 4.936q-.269-.096-.528-.137q-.258-.042-.545-.047q-.513-1.748-1.722-3.106T15 4.562V7h-4v3H8v2h6.798v.41q-.367.636-.563 1.328t-.196 1.435q0 1.364.706 2.579q.707 1.215 1.422 2.237q-.948.5-1.986.755T12 21m-1-1.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.354.998q-.068-.052-.098-.125q-.275-.856-.747-1.596q-.47-.74-1.026-1.446q-.449-.573-.754-1.223t-.306-1.385q0-1.277.9-2.177t2.177-.9t2.177.9t.9 2.177q0 .735-.309 1.382t-.75 1.226q-.537.725-1.018 1.456t-.756 1.586q-.03.073-.098.125Q19.58 21 19.5 21t-.146-.052m.146-1.792q.308-.521.646-.99t.671-.939q.35-.456.613-.964t.262-1.09q0-.921-.635-1.557q-.636-.635-1.557-.635t-1.557.635t-.635 1.557q0 .58.262 1.09t.613.964q.357.471.683.949t.634.98m-.56-3.365q-.248-.247-.248-.618t.247-.618t.619-.247q.37 0 .618.247q.247.247.247.618t-.247.618t-.618.248q-.372 0-.619-.248"/></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 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q3.204 0 5.626 1.96t3.12 4.936q-.269-.096-.528-.137q-.258-.042-.545-.047q-.513-1.748-1.722-3.106T15 4.562V7h-4v3H8v2h6.798v.41q-.367.636-.563 1.328t-.196 1.435q0 1.364.706 2.579q.707 1.215 1.422 2.237q-.948.5-1.986.755T12 21m-1-1.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m8.354.998q-.068-.052-.098-.125q-.275-.856-.747-1.596q-.47-.74-1.026-1.446q-.449-.573-.754-1.223t-.306-1.385q0-1.277.9-2.177t2.177-.9t2.177.9t.9 2.177q0 .735-.309 1.382t-.75 1.226q-.537.725-1.018 1.456t-.756 1.586q-.03.073-.098.125Q19.58 21 19.5 21t-.146-.052m.146-1.792q.308-.521.646-.99t.671-.939q.35-.456.613-.964t.262-1.09q0-.921-.635-1.557q-.636-.635-1.557-.635t-1.557.635t-.635 1.557q0 .58.262 1.09t.613.964q.357.471.683.949t.634.98m-.56-3.365q-.248-.247-.248-.618t.247-.618t.619-.247q.37 0 .618.247q.247.247.247.618t-.247.618t-.618.248q-.372 0-.619-.248"/></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%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q3.204%200%205.626%201.96t3.12%204.936q-.269-.096-.528-.137q-.258-.042-.545-.047q-.513-1.748-1.722-3.106T15%204.562V7h-4v3H8v2h6.798v.41q-.367.636-.563%201.328t-.196%201.435q0%201.364.706%202.579q.707%201.215%201.422%202.237q-.948.5-1.986.755T12%2021m-1-1.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m8.354.998q-.068-.052-.098-.125q-.275-.856-.747-1.596q-.47-.74-1.026-1.446q-.449-.573-.754-1.223t-.306-1.385q0-1.277.9-2.177t2.177-.9t2.177.9t.9%202.177q0%20.735-.309%201.382t-.75%201.226q-.537.725-1.018%201.456t-.756%201.586q-.03.073-.098.125Q19.58%2021%2019.5%2021t-.146-.052m.146-1.792q.308-.521.646-.99t.671-.939q.35-.456.613-.964t.262-1.09q0-.921-.635-1.557q-.636-.635-1.557-.635t-1.557.635t-.635%201.557q0%20.58.262%201.09t.613.964q.357.471.683.949t.634.98m-.56-3.365q-.248-.247-.248-.618t.247-.618t.619-.247q.37%200%20.618.247q.247.247.247.618t-.247.618t-.618.248q-.372%200-.619-.248%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%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q3.204%200%205.626%201.96t3.12%204.936q-.269-.096-.528-.137q-.258-.042-.545-.047q-.513-1.748-1.722-3.106T15%204.562V7h-4v3H8v2h6.798v.41q-.367.636-.563%201.328t-.196%201.435q0%201.364.706%202.579q.707%201.215%201.422%202.237q-.948.5-1.986.755T12%2021m-1-1.05V18H9v-3l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m8.354.998q-.068-.052-.098-.125q-.275-.856-.747-1.596q-.47-.74-1.026-1.446q-.449-.573-.754-1.223t-.306-1.385q0-1.277.9-2.177t2.177-.9t2.177.9t.9%202.177q0%20.735-.309%201.382t-.75%201.226q-.537.725-1.018%201.456t-.756%201.586q-.03.073-.098.125Q19.58%2021%2019.5%2021t-.146-.052m.146-1.792q.308-.521.646-.99t.671-.939q.35-.456.613-.964t.262-1.09q0-.921-.635-1.557q-.636-.635-1.557-.635t-1.557.635t-.635%201.557q0%20.58.262%201.09t.613.964q.357.471.683.949t.634.98m-.56-3.365q-.248-.247-.248-.618t.247-.618t.619-.247q.37%200%20.618.247q.247.247.247.618t-.247.618t-.618.248q-.372%200-.619-.248%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/globe-location-pin-sharp.svg?color=%231a73e8&size=48