globe location pin icon
globe-location-pin-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-location-pin-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-location-pin-outline-rounded
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.083 0 5.438 1.815t3.18 4.627q.066.189-.04.366t-.295.244t-.366-.042t-.244-.298q-.513-1.748-1.722-3.106T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6q.337 0 .517.27t.039.563q-.281.556-.4 1.142t-.117 1.198q0 1.171.532 2.228q.533 1.057 1.162 1.972q.161.243.096.516t-.338.398q-.812.35-1.686.531T12 21m-1-1.05V18q-.825 0-1.412-.587T9 16v-1l-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 MaterialSymbolsLightGlobeLocationPinRounded(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.083 0 5.438 1.815t3.18 4.627q.066.189-.04.366t-.295.244t-.366-.042t-.244-.298q-.513-1.748-1.722-3.106T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6q.337 0 .517.27t.039.563q-.281.556-.4 1.142t-.117 1.198q0 1.171.532 2.228q.533 1.057 1.162 1.972q.161.243.096.516t-.338.398q-.812.35-1.686.531T12 21m-1-1.05V18q-.825 0-1.412-.587T9 16v-1l-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.083 0 5.438 1.815t3.18 4.627q.066.189-.04.366t-.295.244t-.366-.042t-.244-.298q-.513-1.748-1.722-3.106T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6q.337 0 .517.27t.039.563q-.281.556-.4 1.142t-.117 1.198q0 1.171.532 2.228q.533 1.057 1.162 1.972q.161.243.096.516t-.338.398q-.812.35-1.686.531T12 21m-1-1.05V18q-.825 0-1.412-.587T9 16v-1l-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-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%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.083%200%205.438%201.815t3.18%204.627q.066.189-.04.366t-.295.244t-.366-.042t-.244-.298q-.513-1.748-1.722-3.106T15%204.562V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6q.337%200%20.517.27t.039.563q-.281.556-.4%201.142t-.117%201.198q0%201.171.532%202.228q.533%201.057%201.162%201.972q.161.243.096.516t-.338.398q-.812.35-1.686.531T12%2021m-1-1.05V18q-.825%200-1.412-.587T9%2016v-1l-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.083%200%205.438%201.815t3.18%204.627q.066.189-.04.366t-.295.244t-.366-.042t-.244-.298q-.513-1.748-1.722-3.106T15%204.562V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6q.337%200%20.517.27t.039.563q-.281.556-.4%201.142t-.117%201.198q0%201.171.532%202.228q.533%201.057%201.162%201.972q.161.243.096.516t-.338.398q-.812.35-1.686.531T12%2021m-1-1.05V18q-.825%200-1.412-.587T9%2016v-1l-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-rounded.svg?color=%231a73e8&size=48