G Translate icon

G Translate is a Google Material Symbol from the Communicate category. 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

g_translate_outlined_fill0_wght400.svg

G Translate 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=g_translate" />

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

G Translate icon in React

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

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

G Translate icon in Vue

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

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

G Translate icon in Angular

With Angular Material and the font from the HTML tab:

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

G Translate 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.g_translate, fill: 0, weight: 400)

G Translate icon in Android

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

<!-- res/drawable/g_translate.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="m12.025 22-1.025-3H4q-.875 0-1.437-.562T2 17v-13q0-.875 .563-1.437T4 2h6l.875 2.975h9.125q.875 0 1.438 .563T22 6.975v13.025q0 .875-.562 1.438T20 22H12.025ZM7.175 14.6q1.725 0 2.825-1.125t1.1-2.9v-.387q0-.163-.05-.288H7.075v1.525h2.25q-.2 .725-.762 1.125T7.2 12.95q-.975 0-1.675-.712T4.825 10.5q0-1.025 .7-1.737t1.675-.713q.45 0 .838 .163T8.75 8.7l1.225-1.15q-.5-.55-1.25-.85t-1.55-.3q-1.7 0-2.887 1.2T3.1 10.5q0 1.7 1.188 2.9T7.175 14.6Zm6.675 .475 .575-.525q-.35-.425-.65-.812T13.2 12.9l.65 2.175Zm1.25-1.275q.725-.825 1.088-1.575t.487-1.175H12.7l.275 1.075h1q.2 .375 .475 .8t.65 .875Zm-2.075 7.2h6.975q.425 0 .713-.287T21 20v-13.025q0-.425-.287-.712T20 5.975H11.2l1.15 4.075h1.975v-1.075h1.025v1.075h3.675v1h-1.3q-.225 .95-.725 1.85t-1.175 1.675l2.725 2.7-.725 .725-2.725-2.7-.9 .9 .825 2.8-2 2Z" />
</vector>

G Translate icon in SVG

npm install @material-symbols/svg-400

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

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

G Translate 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

NameG Translate
Ligatureg_translate
Code pointU+E927
CategoryCommunicate
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/g_translate.svg, g_translate-fill.svg
FlutterSymbols.g_translate
LicenseApache License 2.0 (© Google LLC)

Keywords

communicatemarkalphabetspeechlanguagelettergoogleworldglobalinternationalemblemtranslationspeaking

Related icons