Live Help icon

Live Help is a Google Material Symbol from the Communicate category. It's one of the 500 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

live_help_outlined_fill0_wght400.svg

Live Help 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=live_help" />

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

Live Help icon in React

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

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

Live Help icon in Vue

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

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

Live Help icon in Angular

With Angular Material and the font from the HTML tab:

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

Live Help 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.live_help, fill: 0, weight: 400)

Live Help icon in Android

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

<!-- res/drawable/live_help.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.151 16.875Q12.55 16.875 12.825 16.599q.275-.275 .275-.675T12.824 15.25q-.275-.275-.675-.275T11.475 15.251q-.275 .275-.275 .675T11.476 16.6q.276 .275 .675 .275ZM11.325 13.175h1.425q0-.375 .05-.662t.175-.563q.125-.275 .35-.55t.554-.603Q14.7 9.975 15.025 9.338t.325-1.338q0-1.325-.85-2.1t-2.288-.775q-1.297 0-2.204 .613Q9.1 6.35 8.675 7.425l1.325 .55q.35-.7 .905-1.062Q11.46 6.55 12.2 6.55q.8 0 1.263 .4t.462 1.103q0 .497-.275 .96t-.925 1.099q-.425 .388-.687 .71Q11.775 11.143 11.6 11.5q-.148 .359-.211 .755Q11.325 12.65 11.325 13.175Zm.675 9.825L9 20H4.5q-.6 0-1.05-.462T3 18.5v-15q0-.6 .45-1.05t1.05-.45h15q.575 0 1.038 .45t.462 1.05v15q0 .575-.462 1.038T19.5 20H15L12 23ZM4.5 18.5h5.1l2.4 2.4 2.4-2.4h5.1v-15H4.5v15Zm7.5-7.425Z" />
</vector>

Live Help icon in SVG

npm install @material-symbols/svg-400

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

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

Live Help 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

NameLive Help
Ligaturelive_help
Code pointU+E0C6
CategoryCommunicate
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/live_help.svg, live_help-fill.svg
FlutterSymbols.live_help
LicenseApache License 2.0 (© Google LLC)

Keywords

communicateinformationmessagechatinfospeechproblemsupportinteractioncontactbubbleassistancecomment

Related icons