Languages Pixel Art Icon
A languages icon for locale selectors, translation features, multilingual settings and internationalization controls.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Languages icon
An icon representing multiple languages, typically showing text characters or a globe with a language cue. Internationalization settings use it to open the language-selector dropdown; translation management tools show it on their main navigation; content-localization platforms reach for it in the locale-settings panel. It signals that the interface supports multiple languages, making it a companion to flags or locale codes in a region picker. For a single-language keyboard input, a keyboard icon is more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/languages.svg" width="24" height="24" alt="Languages" />
<!-- React -->
import { Languages } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="languages.svg" width="48" height="48" style="image-rendering: pixelated" />