Lift To Talk icon

Lift To Talk is a Google Material Symbol from the Hardware 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

lift_to_talk_outlined_fill0_wght400.svg

Lift To Talk 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=lift_to_talk" />

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

Lift To Talk icon in React

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

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

Lift To Talk icon in Vue

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

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

Lift To Talk icon in Angular

With Angular Material and the font from the HTML tab:

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

Lift To Talk 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.lift_to_talk, fill: 0, weight: 400)

Lift To Talk icon in Android

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

<!-- res/drawable/lift_to_talk.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="M13.1 22q-.175 0-.35-.037T12.4 21.875l-6.075-2.25q-.6-.225-.95-.737T5.025 17.775q0-.125 .125-.7l2.525-7.075h-1.475l2.65-3.975q.125-.15 .088-.325t-.163-.3l-.35-.35-5.075 4.4q-.425 .35-.637 .838T2.5 11.325v6.175H1v-6.175q0-.875 .363-1.662T2.375 8.3l6.125-5.3 1.225 1.225 .325-.9q.225-.6 .738-.962T11.925 2q.2 0 .363 .025t.362 .1l6.075 2.25q.6 .225 .95 .75t.35 1.125q0 .15-.125 .675l-.575 1.6q.725 .125 1.2 .675t.475 1.3q0 .125-.012 .25t-.063 .25h.075q.825 0 1.413 .588T23 13q0 .6-.312 1.075T21.875 14.8q.05 .175 .088 .338T22 15.5q0 .825-.587 1.413T20 17.5h-.075q.05 .125 .063 .25t.012 .25q0 .825-.587 1.413T18 20H15.225l-.225 .675q-.2 .625-.737 .975T13.1 22Zm.95-3.125 3.95-11.075-7-2.6-3.95 11.075 7 2.6Zm1.7-.375h2.25q.2 0 .35-.15t.15-.35q0-.2-.15-.35t-.35-.15h-1.875l-.375 1Zm.9-2.5h3.35q.2 0 .35-.15t.15-.35q0-.2-.15-.35t-.35-.15H17.025l-.375 1Zm.9-2.5h3.45q.2 0 .35-.15t.15-.35q0-.2-.15-.35t-.35-.15H17.9l-.35 1Zm.9-2.5h.55q.2 0 .35-.15t.15-.35q0-.2-.15-.35t-.35-.15h-.2l-.35 1Z" />
</vector>

Lift To Talk icon in SVG

npm install @material-symbols/svg-400

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

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

Lift To Talk 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

NameLift To Talk
Ligaturelift_to_talk
Code pointU+EFA3
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/lift_to_talk.svg, lift_to_talk-fill.svg
FlutterSymbols.lift_to_talk
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwaremobilephoneaudiospeechhandcallgestureinteractionsensorcommandconversationfunction

Related icons