The Phosphor globe stand icon depicts a stylized globe on a stand, commonly used to represent global settings, language selection, or internationalization features in a user interface.
Common uses
- Language/region selection dropdown
- Internationalization settings toggle
- Link to global website version
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { GlobeStand } from '@phosphor-icons/react';
<GlobeStand size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<GlobeStand size={24} />thin
<GlobeStand size={24} weight="thin" />light
<GlobeStand size={24} weight="light" />bold
<GlobeStand size={24} weight="bold" />fill
<GlobeStand size={24} weight="fill" />duotone
<GlobeStand size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- worldglobalplanetcircleroundinternationalizationi18nlanguagescountrycountriesgeographymaps & travelglobestandinternationallanguage
FAQ
- What is the globe stand icon used for?
- It typically signifies global options, such as language, region, or internationalization settings within an application.
- How do I use the globe stand icon in React?
- Import it from the library like this: import { GlobeStand } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon set, including the globe stand icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →