globe location icon
globe-location-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- globe-location-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-forward-16-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-search-20-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.998c5.524 0 10.002 4.478 10.002 10.002q0 .587-.067 1.157a5.5 5.5 0 0 0-1.434-1.058V12c0-.689-.081-1.359-.236-2h-3.358q.075.778.09 1.591a5.5 5.5 0 0 0-1.496.508V12q-.001-1.038-.104-2.001H8.603a19 19 0 0 0 .135 5h4.137a5.5 5.5 0 0 0-.352 1.5H9.06c.652 2.415 1.786 4.002 2.94 4.002c.454 0 .906-.247 1.326-.694c.361.616.832 1.222 1.399 1.818c-.867.245-1.781.376-2.726.376C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998M7.508 16.5H4.786a8.53 8.53 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5 8.5 0 0 0 3.5 12a8.5 8.5 0 0 0 .544 3h3.173A20 20 0 0 1 7 12c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41m3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.339-4.29zM22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.419 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9m-6 0a1.5 1.5 0 1 1 2.999 0a1.5 1.5 0 0 1-3 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeLocation24Regular(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 1.998c5.524 0 10.002 4.478 10.002 10.002q0 .587-.067 1.157a5.5 5.5 0 0 0-1.434-1.058V12c0-.689-.081-1.359-.236-2h-3.358q.075.778.09 1.591a5.5 5.5 0 0 0-1.496.508V12q-.001-1.038-.104-2.001H8.603a19 19 0 0 0 .135 5h4.137a5.5 5.5 0 0 0-.352 1.5H9.06c.652 2.415 1.786 4.002 2.94 4.002c.454 0 .906-.247 1.326-.694c.361.616.832 1.222 1.399 1.818c-.867.245-1.781.376-2.726.376C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998M7.508 16.5H4.786a8.53 8.53 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5 8.5 0 0 0 3.5 12a8.5 8.5 0 0 0 .544 3h3.173A20 20 0 0 1 7 12c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41m3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.339-4.29zM22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.419 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9m-6 0a1.5 1.5 0 1 1 2.999 0a1.5 1.5 0 0 1-3 0"/></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 1.998c5.524 0 10.002 4.478 10.002 10.002q0 .587-.067 1.157a5.5 5.5 0 0 0-1.434-1.058V12c0-.689-.081-1.359-.236-2h-3.358q.075.778.09 1.591a5.5 5.5 0 0 0-1.496.508V12q-.001-1.038-.104-2.001H8.603a19 19 0 0 0 .135 5h4.137a5.5 5.5 0 0 0-.352 1.5H9.06c.652 2.415 1.786 4.002 2.94 4.002c.454 0 .906-.247 1.326-.694c.361.616.832 1.222 1.399 1.818c-.867.245-1.781.376-2.726.376C6.476 22.001 2 17.523 2 12C1.999 6.476 6.476 1.998 12 1.998M7.508 16.5H4.786a8.53 8.53 0 0 0 4.094 3.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5 8.5 0 0 0 3.5 12a8.5 8.5 0 0 0 .544 3h3.173A20 20 0 0 1 7 12c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53 8.53 0 0 0 4.25 8.5h3.048c.314-1.752.86-3.278 1.583-4.41m3.12-.591l-.117.005C10.62 3.62 9.397 5.621 8.83 8.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67 1.112 1.177 2.572 1.475 4.237h3.048a8.53 8.53 0 0 0-4.339-4.29zM22.5 17a4.5 4.5 0 0 0-9 0c0 1.863 1.419 3.815 4.2 5.9a.5.5 0 0 0 .6 0c2.78-2.085 4.2-4.037 4.2-5.9m-6 0a1.5 1.5 0 1 1 2.999 0a1.5 1.5 0 0 1-3 0"/></svg> </template>
CSS
.icon-globe-location-24-regular {
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%201.998c5.524%200%2010.002%204.478%2010.002%2010.002q0%20.587-.067%201.157a5.5%205.5%200%200%200-1.434-1.058V12c0-.689-.081-1.359-.236-2h-3.358q.075.778.09%201.591a5.5%205.5%200%200%200-1.496.508V12q-.001-1.038-.104-2.001H8.603a19%2019%200%200%200%20.135%205h4.137a5.5%205.5%200%200%200-.352%201.5H9.06c.652%202.415%201.786%204.002%202.94%204.002c.454%200%20.906-.247%201.326-.694c.361.616.832%201.222%201.399%201.818c-.867.245-1.781.376-2.726.376C6.476%2022.001%202%2017.523%202%2012C1.999%206.476%206.476%201.998%2012%201.998M7.508%2016.5H4.786a8.53%208.53%200%200%200%204.094%203.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5%208.5%200%200%200%203.5%2012a8.5%208.5%200%200%200%20.544%203h3.173A20%2020%200%200%201%207%2012c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.5h3.048c.314-1.752.86-3.278%201.583-4.41m3.12-.591l-.117.005C10.62%203.62%209.397%205.621%208.83%208.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.177%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.339-4.29zM22.5%2017a4.5%204.5%200%200%200-9%200c0%201.863%201.419%203.815%204.2%205.9a.5.5%200%200%200%20.6%200c2.78-2.085%204.2-4.037%204.2-5.9m-6%200a1.5%201.5%200%201%201%202.999%200a1.5%201.5%200%200%201-3%200%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%201.998c5.524%200%2010.002%204.478%2010.002%2010.002q0%20.587-.067%201.157a5.5%205.5%200%200%200-1.434-1.058V12c0-.689-.081-1.359-.236-2h-3.358q.075.778.09%201.591a5.5%205.5%200%200%200-1.496.508V12q-.001-1.038-.104-2.001H8.603a19%2019%200%200%200%20.135%205h4.137a5.5%205.5%200%200%200-.352%201.5H9.06c.652%202.415%201.786%204.002%202.94%204.002c.454%200%20.906-.247%201.326-.694c.361.616.832%201.222%201.399%201.818c-.867.245-1.781.376-2.726.376C6.476%2022.001%202%2017.523%202%2012C1.999%206.476%206.476%201.998%2012%201.998M7.508%2016.5H4.786a8.53%208.53%200%200%200%204.094%203.41c-.522-.82-.953-1.846-1.27-3.015zm-.414-6.501H3.736l-.005.017A8.5%208.5%200%200%200%203.5%2012a8.5%208.5%200%200%200%20.544%203h3.173A20%2020%200%200%201%207%2012c0-.684.032-1.354.095-2.001m1.787-5.91l-.023.008A8.53%208.53%200%200%200%204.25%208.5h3.048c.314-1.752.86-3.278%201.583-4.41m3.12-.591l-.117.005C10.62%203.62%209.397%205.621%208.83%208.5h6.342c-.566-2.87-1.783-4.869-3.045-4.995zm3.12.59l.106.175c.67%201.112%201.177%202.572%201.475%204.237h3.048a8.53%208.53%200%200%200-4.339-4.29zM22.5%2017a4.5%204.5%200%200%200-9%200c0%201.863%201.419%203.815%204.2%205.9a.5.5%200%200%200%20.6%200c2.78-2.085%204.2-4.037%204.2-5.9m-6%200a1.5%201.5%200%201%201%202.999%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-location-24-regular.svg?color=%231a73e8&size=48