Language icon

Language is a Google Material Symbol from the Actions category. It's one of the 100 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

language_outlined_fill0_wght400.svg

Language icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=language" />

<span class="material-symbols-outlined">language</span>

Language icon in React

// With the font from the HTML tab:
export function LanguageIcon() {
  return (
    <span className="material-symbols-outlined">
      language
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import LanguageIcon from "@material-symbols/svg-400/outlined/language.svg?react";

Language icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">language</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import LanguageIcon from "@material-symbols/svg-400/outlined/language.svg?component"; -->

Language icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">language</mat-icon>

Language icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.language, fill: 0, weight: 400)

Language icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/language.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.075 21.213Q6.25 20.425 4.9 19.075t-2.125-3.187Q2 14.05 2 11.95t.775-3.912Q3.55 6.225 4.9 4.875t3.175-2.112Q9.9 2 12 2t3.925 .763Q17.75 3.525 19.1 4.875t2.125 3.163Q22 9.85 22 11.95t-.775 3.938Q20.45 17.725 19.1 19.075t-3.175 2.138Q14.1 22 12 22t-3.925-.787ZM12 20.55q.875-.9 1.463-2.062T14.425 15.725H9.6q.35 1.5 .938 2.7t1.462 2.125Zm-2.125-.3q-.625-.95-1.075-2.05t-.75-2.475H4.3q.95 1.775 2.2 2.788T9.875 20.25Zm4.275-.025q1.8-.575 3.238-1.725T19.7 15.725H15.975q-.325 1.35-.762 2.45T14.15 20.225ZM3.8 14.225h3.975q-.075-.675-.087-1.212T7.675 11.95q0-.625 .025-1.112t.1-1.088H3.8q-.175 .6-.237 1.075t-.063 1.125q0 .65 .063 1.163T3.8 14.225Zm5.525 0h5.375q.1-.775 .125-1.262t.025-1.013q0-.5-.025-.962t-.125-1.238H9.325q-.1 .775-.125 1.238t-.025 .962q0 .525 .025 1.013t.125 1.262Zm6.875 0h4q.175-.6 .238-1.112T20.5 11.95q0-.65-.062-1.125t-.238-1.075H16.225q.075 .875 .1 1.338t.025 .862q0 .55-.037 1.038T16.2 14.225Zm-.25-5.975h3.75q-.825-1.725-2.262-2.875T14.125 3.75q.625 .925 1.063 2T15.95 8.25Zm-6.35 0h4.85q-.275-1.325-.925-2.562T12 3.5q-.8 .675-1.35 1.775t-1.05 2.975Zm-5.3 0h3.775q.275-1.35 .7-2.412t1.075-2.063q-1.875 .475-3.275 1.6t-2.275 2.875Z" />
</vector>

Language icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/language.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/language.svg" width="24" height="24" alt="Language">

Language icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameLanguage
Ligaturelanguage
Code pointU+E894
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/language.svg, language-fill.svg
FlutterSymbols.language
LicenseApache License 2.0 (© Google LLC)

Keywords

actionssettingsinternetoptionsmenuchatpreferencesspeechtypographybubblecommunicatetalkworld

Related icons