globe location pin icon
globe-location-pin from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-location-pin
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-location-pin-outline
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 2q1.9 0 3.6.663T18.625 4.5t2.2 2.775t1.1 3.475q-.5-.275-1.05-.45t-1.125-.25q-.475-1.875-1.713-3.3T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.5q-.725.8-1.112 1.8T13 15.9q0 1.95.775 3.025t2 2.35q-.9.35-1.85.538T12 22m-1-2.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m9.063-2.887q.437-.438.437-1.063t-.425-1.062t-1.05-.438q-.65 0-1.088.438T17.5 16t.438 1.063T19 17.5t1.063-.437M19 22q-.075 0-.4-.275l-.1-.175q-.55-.95-1.388-1.687T15.676 18.2q-.35-.5-.513-1.088T15 15.9q0-1.65 1.175-2.775T19 12t2.825 1.125T23 15.9q0 .625-.162 1.213t-.513 1.087q-.6.925-1.437 1.663T19.5 21.55l-.1.175q-.05.125-.162.2T19 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGlobeLocationPin(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 2q1.9 0 3.6.663T18.625 4.5t2.2 2.775t1.1 3.475q-.5-.275-1.05-.45t-1.125-.25q-.475-1.875-1.713-3.3T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.5q-.725.8-1.112 1.8T13 15.9q0 1.95.775 3.025t2 2.35q-.9.35-1.85.538T12 22m-1-2.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m9.063-2.887q.437-.438.437-1.063t-.425-1.062t-1.05-.438q-.65 0-1.088.438T17.5 16t.438 1.063T19 17.5t1.063-.437M19 22q-.075 0-.4-.275l-.1-.175q-.55-.95-1.388-1.687T15.676 18.2q-.35-.5-.513-1.088T15 15.9q0-1.65 1.175-2.775T19 12t2.825 1.125T23 15.9q0 .625-.162 1.213t-.513 1.087q-.6.925-1.437 1.663T19.5 21.55l-.1.175q-.05.125-.162.2T19 22"/></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 2q1.9 0 3.6.663T18.625 4.5t2.2 2.775t1.1 3.475q-.5-.275-1.05-.45t-1.125-.25q-.475-1.875-1.713-3.3T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.5q-.725.8-1.112 1.8T13 15.9q0 1.95.775 3.025t2 2.35q-.9.35-1.85.538T12 22m-1-2.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m9.063-2.887q.437-.438.437-1.063t-.425-1.062t-1.05-.438q-.65 0-1.088.438T17.5 16t.438 1.063T19 17.5t1.063-.437M19 22q-.075 0-.4-.275l-.1-.175q-.55-.95-1.388-1.687T15.676 18.2q-.35-.5-.513-1.088T15 15.9q0-1.65 1.175-2.775T19 12t2.825 1.125T23 15.9q0 .625-.162 1.213t-.513 1.087q-.6.925-1.437 1.663T19.5 21.55l-.1.175q-.05.125-.162.2T19 22"/></svg> </template>
CSS
.icon-globe-location-pin {
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%202q1.9%200%203.6.663T18.625%204.5t2.2%202.775t1.1%203.475q-.5-.275-1.05-.45t-1.125-.25q-.475-1.875-1.713-3.3T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6.5q-.725.8-1.112%201.8T13%2015.9q0%201.95.775%203.025t2%202.35q-.9.35-1.85.538T12%2022m-1-2.05V18q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m9.063-2.887q.437-.438.437-1.063t-.425-1.062t-1.05-.438q-.65%200-1.088.438T17.5%2016t.438%201.063T19%2017.5t1.063-.437M19%2022q-.075%200-.4-.275l-.1-.175q-.55-.95-1.388-1.687T15.676%2018.2q-.35-.5-.513-1.088T15%2015.9q0-1.65%201.175-2.775T19%2012t2.825%201.125T23%2015.9q0%20.625-.162%201.213t-.513%201.087q-.6.925-1.437%201.663T19.5%2021.55l-.1.175q-.05.125-.162.2T19%2022%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%202q1.9%200%203.6.663T18.625%204.5t2.2%202.775t1.1%203.475q-.5-.275-1.05-.45t-1.125-.25q-.475-1.875-1.713-3.3T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6.5q-.725.8-1.112%201.8T13%2015.9q0%201.95.775%203.025t2%202.35q-.9.35-1.85.538T12%2022m-1-2.05V18q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.025%201.988%205.3T11%2019.95m9.063-2.887q.437-.438.437-1.063t-.425-1.062t-1.05-.438q-.65%200-1.088.438T17.5%2016t.438%201.063T19%2017.5t1.063-.437M19%2022q-.075%200-.4-.275l-.1-.175q-.55-.95-1.388-1.687T15.676%2018.2q-.35-.5-.513-1.088T15%2015.9q0-1.65%201.175-2.775T19%2012t2.825%201.125T23%2015.9q0%20.625-.162%201.213t-.513%201.087q-.6.925-1.437%201.663T19.5%2021.55l-.1.175q-.05.125-.162.2T19%2022%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.svg?color=%231a73e8&size=48