live-help-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
live-help-rounded
Set
Material Symbols
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the live help icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4l-2.3 2.3q-.3.3-.7.3t-.7-.3zm2.9-3q.525 0 .888-.363t.362-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362m1.75-9q0 .425-.275.913t-.925 1.062q-.425.375-.687.713t-.438.687q-.1.2-.15.4t-.1.45q-.05.375.2.65t.65.275q.35 0 .625-.25t.375-.675q.075-.35.288-.65t.687-.775q.875-.875 1.238-1.475T15.5 8q0-1.35-.912-2.175T12.1 5q-1.125 0-1.95.475T8.825 6.8q-.175.3-.012.625t.512.45q.325.125.65 0t.525-.4q.275-.35.675-.562T12.1 6.7q.65 0 1.1.362t.45.938"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLiveHelpRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4l-2.3 2.3q-.3.3-.7.3t-.7-.3zm2.9-3q.525 0 .888-.363t.362-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362m1.75-9q0 .425-.275.913t-.925 1.062q-.425.375-.687.713t-.438.687q-.1.2-.15.4t-.1.45q-.05.375.2.65t.65.275q.35 0 .625-.25t.375-.675q.075-.35.288-.65t.687-.775q.875-.875 1.238-1.475T15.5 8q0-1.35-.912-2.175T12.1 5q-1.125 0-1.95.475T8.825 6.8q-.175.3-.012.625t.512.45q.325.125.65 0t.525-.4q.275-.35.675-.562T12.1 6.7q.65 0 1.1.362t.45.938"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 20H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4l-2.3 2.3q-.3.3-.7.3t-.7-.3zm2.9-3q.525 0 .888-.363t.362-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362m1.75-9q0 .425-.275.913t-.925 1.062q-.425.375-.687.713t-.438.687q-.1.2-.15.4t-.1.45q-.05.375.2.65t.65.275q.35 0 .625-.25t.375-.675q.075-.35.288-.65t.687-.775q.875-.875 1.238-1.475T15.5 8q0-1.35-.912-2.175T12.1 5q-1.125 0-1.95.475T8.825 6.8q-.175.3-.012.625t.512.45q.325.125.65 0t.525-.4q.275-.35.675-.562T12.1 6.7q.65 0 1.1.362t.45.938"/></svg>
</template>

CSS

.icon-live-help-rounded {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2020H5q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v14q0%20.825-.587%201.413T19%2020h-4l-2.3%202.3q-.3.3-.7.3t-.7-.3zm2.9-3q.525%200%20.888-.363t.362-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362m1.75-9q0%20.425-.275.913t-.925%201.062q-.425.375-.687.713t-.438.687q-.1.2-.15.4t-.1.45q-.05.375.2.65t.65.275q.35%200%20.625-.25t.375-.675q.075-.35.288-.65t.687-.775q.875-.875%201.238-1.475T15.5%208q0-1.35-.912-2.175T12.1%205q-1.125%200-1.95.475T8.825%206.8q-.175.3-.012.625t.512.45q.325.125.65%200t.525-.4q.275-.35.675-.562T12.1%206.7q.65%200%201.1.362t.45.938%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2020H5q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v14q0%20.825-.587%201.413T19%2020h-4l-2.3%202.3q-.3.3-.7.3t-.7-.3zm2.9-3q.525%200%20.888-.363t.362-.887t-.363-.888t-.887-.362t-.888.363t-.362.887t.363.888t.887.362m1.75-9q0%20.425-.275.913t-.925%201.062q-.425.375-.687.713t-.438.687q-.1.2-.15.4t-.1.45q-.05.375.2.65t.65.275q.35%200%20.625-.25t.375-.675q.075-.35.288-.65t.687-.775q.875-.875%201.238-1.475T15.5%208q0-1.35-.912-2.175T12.1%205q-1.125%200-1.95.475T8.825%206.8q-.175.3-.012.625t.512.45q.325.125.65%200t.525-.4q.275-.35.675-.562T12.1%206.7q.65%200%201.1.362t.45.938%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/live-help-rounded.svg?color=%231a73e8&size=48