The Heroicons globe alt icon depicts a stylized globe, commonly used to represent global settings, internationalization, or worldwide reach.
Common uses
- Global settings menu item
- Language/region selector button
- Link to international version of a site
Use it in React
Install
npm i @heroicons/reactImport & render
import { GlobeAltIcon } from '@heroicons/react/24/outline';
<GlobeAltIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<GlobeAltIcon className="size-6" />24/solid
<GlobeAltIcon className="size-6" />20/solid
<GlobeAltIcon className="size-6" />16/solid
<GlobeAltIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- globealtworldearthinternationallanguage
FAQ
- What is the globe alt icon used for?
- It typically signifies global options, internationalization features, or worldwide scope within an application's interface.
- How do I use the globe alt icon in React?
- Import it from Heroicons and use it like any other React component: import { GlobeAltIcon } from '@heroicons/react/24/outline'; <GlobeAltIcon className="h-6 w-6" />
- What is the license for Heroicons?
- Heroicons are released under the MIT license, allowing for free use in both open-source and commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.