round-live-help from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.

Name
round-live-help
Set
Google Material Icons
Style
Baseline
Category
Communication
Viewbox
24×24
License
Apache 2.0

More communication icons from Google Material Icons

Use the round 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="M19 2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h4l2.29 2.29c.39.39 1.02.39 1.41 0L15 20h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-6 16h-2v-2h2zm2.07-7.75l-.9.92c-.58.59-.99 1.1-1.12 2.06c-.06.43-.41.76-.85.76h-.31a.86.86 0 0 1-.85-.98c.11-.91.53-1.72 1.14-2.34l1.24-1.26c.36-.36.58-.86.58-1.41c0-1.1-.9-2-2-2c-.87 0-1.62.57-1.89 1.35c-.13.37-.44.64-.83.64h-.3c-.58 0-.98-.56-.82-1.12A4.002 4.002 0 0 1 16 8c0 .88-.36 1.68-.93 2.25"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundLiveHelp(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="M19 2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h4l2.29 2.29c.39.39 1.02.39 1.41 0L15 20h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-6 16h-2v-2h2zm2.07-7.75l-.9.92c-.58.59-.99 1.1-1.12 2.06c-.06.43-.41.76-.85.76h-.31a.86.86 0 0 1-.85-.98c.11-.91.53-1.72 1.14-2.34l1.24-1.26c.36-.36.58-.86.58-1.41c0-1.1-.9-2-2-2c-.87 0-1.62.57-1.89 1.35c-.13.37-.44.64-.83.64h-.3c-.58 0-.98-.56-.82-1.12A4.002 4.002 0 0 1 16 8c0 .88-.36 1.68-.93 2.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 2H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h4l2.29 2.29c.39.39 1.02.39 1.41 0L15 20h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2m-6 16h-2v-2h2zm2.07-7.75l-.9.92c-.58.59-.99 1.1-1.12 2.06c-.06.43-.41.76-.85.76h-.31a.86.86 0 0 1-.85-.98c.11-.91.53-1.72 1.14-2.34l1.24-1.26c.36-.36.58-.86.58-1.41c0-1.1-.9-2-2-2c-.87 0-1.62.57-1.89 1.35c-.13.37-.44.64-.83.64h-.3c-.58 0-.98-.56-.82-1.12A4.002 4.002 0 0 1 16 8c0 .88-.36 1.68-.93 2.25"/></svg>
</template>

CSS

.icon-round-live-help {
  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%22M19%202H5a2%202%200%200%200-2%202v14c0%201.1.9%202%202%202h4l2.29%202.29c.39.39%201.02.39%201.41%200L15%2020h4c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-6%2016h-2v-2h2zm2.07-7.75l-.9.92c-.58.59-.99%201.1-1.12%202.06c-.06.43-.41.76-.85.76h-.31a.86.86%200%200%201-.85-.98c.11-.91.53-1.72%201.14-2.34l1.24-1.26c.36-.36.58-.86.58-1.41c0-1.1-.9-2-2-2c-.87%200-1.62.57-1.89%201.35c-.13.37-.44.64-.83.64h-.3c-.58%200-.98-.56-.82-1.12A4.002%204.002%200%200%201%2016%208c0%20.88-.36%201.68-.93%202.25%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%22M19%202H5a2%202%200%200%200-2%202v14c0%201.1.9%202%202%202h4l2.29%202.29c.39.39%201.02.39%201.41%200L15%2020h4c1.1%200%202-.9%202-2V4c0-1.1-.9-2-2-2m-6%2016h-2v-2h2zm2.07-7.75l-.9.92c-.58.59-.99%201.1-1.12%202.06c-.06.43-.41.76-.85.76h-.31a.86.86%200%200%201-.85-.98c.11-.91.53-1.72%201.14-2.34l1.24-1.26c.36-.36.58-.86.58-1.41c0-1.1-.9-2-2-2c-.87%200-1.62.57-1.89%201.35c-.13.37-.44.64-.83.64h-.3c-.58%200-.98-.56-.82-1.12A4.002%204.002%200%200%201%2016%208c0%20.88-.36%201.68-.93%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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