Interpreter Mode icon

Interpreter Mode is a Google Material Symbol from the Audio&Video 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

interpreter_mode_outlined_fill0_wght400.svg

Interpreter Mode 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=interpreter_mode" />

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

Interpreter Mode icon in React

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

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

Interpreter Mode icon in Vue

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

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

Interpreter Mode icon in Angular

With Angular Material and the font from the HTML tab:

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

Interpreter Mode 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.interpreter_mode, fill: 0, weight: 400)

Interpreter Mode icon in Android

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

<!-- res/drawable/interpreter_mode.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="M20.625 16.375q-.575 0-.975-.4t-.4-.975v-2.5q0-.575 .4-.975t.975-.4q.575 0 .975 .4t.4 .975v2.5q0 .575-.4 .975t-.975 .4Zm-.375 3.625v-1.65q-1.275-.2-2.125-1.087T17.25 15.125h.75q.05 1.05 .813 1.775t1.812 .725q1.05 0 1.813-.725t.812-1.775h.75q-.025 1.25-.875 2.138T21 18.35v1.65h-.75ZM9.975 11.5q-1.675 0-2.712-1.037T6.225 7.75q0-1.675 1.038-2.712T9.975 4q.175 0 .475 .038t.55 .087q-.65 .775-.962 1.663T9.725 7.75q0 1.075 .313 1.963T11 11.375q-.275 .075-.562 .1t-.463 .025ZM1 20v-2.35q0-.925 .438-1.575t1.287-1.125q.975-.55 2.45-.937T8.5 13.425q-1.625 .775-2.262 1.875T5.6 17.65v2.35H1Zm11.313-9.587Q11.225 9.325 11.225 7.75t1.088-2.662Q13.4 4 14.975 4t2.663 1.088Q18.725 6.175 18.725 7.75t-1.087 2.663Q16.55 11.5 14.975 11.5t-2.662-1.087ZM14.975 10q.95 0 1.6-.662t.65-1.588q0-.95-.65-1.6t-1.6-.65q-.925 0-1.587 .65T12.725 7.75q0 .925 .663 1.588T14.975 10ZM7.1 20v-2.35q0-.875 .463-1.587T8.825 15q1.175-.525 2.713-1.012T14.975 13.5q.125 0 .338 .013t.362 .012q-.15 .375-.25 .738t-.15 .737h-.3q-1.8 0-3.1 .413T9.425 16.35q-.4 .2-.612 .538T8.6 17.65v.85h7.6q.275 .4 .65 .788t.875 .712H7.1Zm7.875-12.25Zm0 10.75Z" />
</vector>

Interpreter Mode icon in SVG

npm install @material-symbols/svg-400

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

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

Interpreter Mode 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

NameInterpreter Mode
Ligatureinterpreter_mode
Code pointU+E83B
CategoryAudio&Video
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/interpreter_mode.svg, interpreter_mode-fill.svg
FlutterSymbols.interpreter_mode
LicenseApache License 2.0 (© Google LLC)

Keywords

audio and videonetworkhumanpersonpeopleaudiosoundprofileusersocialrecordaccountface

Related icons