globe icon
globe from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- globe
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
globeAkar IconsglobeBootstrap IconsglobeBoxIcons v2globeCarbonglobeCodiconsglobe-fillEva IconsglobeFramework7 IconsglobeFont Awesome 6 SolidglobeFont Awesome SolidglobeFeather Iconsglobe-outlineFlowbite Iconsglobe-12-filledFluent UI System Iconsglobe-20Fluent UI System Color Iconsglobecss.ggglobeHealth IconsglobeHumbleiconsglobeIconParkglobeIconPark OutlineglobeIconPark SolidglobeIconPark TwoToneglobeIconoirglobeIonIconsglobeLine AwesomeglobeLucide
Related icons in Huge Icons
Use the globe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 19v3m-2 0h4"/><circle cx="7" cy="7" r="7" stroke-linecap="round" transform="matrix(-1 0 0 1 20.5 2)"/><path stroke-linejoin="round" d="M8.5 4c.654.038.992.359 1.573.973c1.05 1.11 2.1 1.202 2.8.832c1.049-.555.167-1.453 1.399-1.94c.803-.32.915-1.185.468-1.865M20 10c-1.5 0-1.766 1.247-3 1c-2.5-.5-3.208.059-3.208 1.251s0 1.192-.52 2.086c-.338.582-.457 1.163.217 1.663"/><path stroke-linecap="round" d="M6.5 2a9.85 9.85 0 0 0-3 7.083C3.5 14.56 7.977 19 13.5 19a10 10 0 0 0 7-2.835"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGlobe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M12.5 19v3m-2 0h4"/><circle cx="7" cy="7" r="7" strokeLinecap="round" transform="matrix(-1 0 0 1 20.5 2)"/><path strokeLinejoin="round" d="M8.5 4c.654.038.992.359 1.573.973c1.05 1.11 2.1 1.202 2.8.832c1.049-.555.167-1.453 1.399-1.94c.803-.32.915-1.185.468-1.865M20 10c-1.5 0-1.766 1.247-3 1c-2.5-.5-3.208.059-3.208 1.251s0 1.192-.52 2.086c-.338.582-.457 1.163.217 1.663"/><path strokeLinecap="round" d="M6.5 2a9.85 9.85 0 0 0-3 7.083C3.5 14.56 7.977 19 13.5 19a10 10 0 0 0 7-2.835"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12.5 19v3m-2 0h4"/><circle cx="7" cy="7" r="7" stroke-linecap="round" transform="matrix(-1 0 0 1 20.5 2)"/><path stroke-linejoin="round" d="M8.5 4c.654.038.992.359 1.573.973c1.05 1.11 2.1 1.202 2.8.832c1.049-.555.167-1.453 1.399-1.94c.803-.32.915-1.185.468-1.865M20 10c-1.5 0-1.766 1.247-3 1c-2.5-.5-3.208.059-3.208 1.251s0 1.192-.52 2.086c-.338.582-.457 1.163.217 1.663"/><path stroke-linecap="round" d="M6.5 2a9.85 9.85 0 0 0-3 7.083C3.5 14.56 7.977 19 13.5 19a10 10 0 0 0 7-2.835"/></g></svg> </template>
CSS
.icon-globe {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2019v3m-2%200h4%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20stroke-linecap%3D%22round%22%20transform%3D%22matrix(-1%200%200%201%2020.5%202)%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%204c.654.038.992.359%201.573.973c1.05%201.11%202.1%201.202%202.8.832c1.049-.555.167-1.453%201.399-1.94c.803-.32.915-1.185.468-1.865M20%2010c-1.5%200-1.766%201.247-3%201c-2.5-.5-3.208.059-3.208%201.251s0%201.192-.52%202.086c-.338.582-.457%201.163.217%201.663%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%202a9.85%209.85%200%200%200-3%207.083C3.5%2014.56%207.977%2019%2013.5%2019a10%2010%200%200%200%207-2.835%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%2019v3m-2%200h4%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20stroke-linecap%3D%22round%22%20transform%3D%22matrix(-1%200%200%201%2020.5%202)%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.5%204c.654.038.992.359%201.573.973c1.05%201.11%202.1%201.202%202.8.832c1.049-.555.167-1.453%201.399-1.94c.803-.32.915-1.185.468-1.865M20%2010c-1.5%200-1.766%201.247-3%201c-2.5-.5-3.208.059-3.208%201.251s0%201.192-.52%202.086c-.338.582-.457%201.163.217%201.663%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%202a9.85%209.85%200%200%200-3%207.083C3.5%2014.56%207.977%2019%2013.5%2019a10%2010%200%200%200%207-2.835%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/globe.svg?color=%231a73e8&size=48