Globe Pixel Art Icon
A globe icon for website links, internet connectivity, internationalization settings and language selectors.
Tags
worldearthplanetinternational
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Globe icon
A spherical wireframe with meridian lines, strongly associated with websites and the internet. Use it for an external link that opens in a browser, a language or locale selector, a 'go to website' button on a business profile, or a connectivity indicator. In most UIs, globe reads as 'web' while earth reads as 'worldwide geography,' so choose accordingly. In a navigation bar, globe is a reliable icon for internationalization settings next to flags or locale labels.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/globe.svg" width="24" height="24" alt="Globe" />
<!-- React -->
import { Globe } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="globe.svg" width="48" height="48" style="image-rendering: pixelated" />