The Tabler world icon depicts a globe, commonly used in UI to represent global settings, internationalization, or general location-based information.
Common uses
- Global settings menu item
- Language selection dropdown
- Link to an 'About Us' or 'Our Locations' page
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconWorld } from '@tabler/icons-react';
<IconWorld size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconWorld size={24} stroke={2} />filled
<IconWorldFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- earthglobegloballanguageunionworldlocationnavigationgeographyplacemap
FAQ
- What is the world icon used for?
- It's typically used for global features, language options, or indicating geographic relevance in a user interface.
- How do I use the world icon in React?
- Import it using `import { IconWorld } from '@tabler/icons-react'` and use it as a component: `<IconWorld />`.
- What is the license for the Tabler world icon?
- The Tabler icon set, including the world icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →