live help icon
live-help-outline-sharp from Material Symbols Light by Google · Outline Sharp · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- live-help-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
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="M12 21.577L9.423 19H4V3h16v16h-5.423zM5 18h4.839L12 20.162L14.162 18H19V4H5zm6.996-1.789q.333 0 .56-.227q.229-.228.229-.561q0-.332-.228-.56t-.56-.228q-.334 0-.561.228t-.228.56t.227.56t.561.229m-.515-3.312h.965q.02-.329.067-.571q.047-.243.172-.479t.322-.474t.49-.53q.72-.721 1.044-1.25q.325-.53.325-1.204q0-1.17-.804-1.887q-.804-.716-1.964-.716q-1.067 0-1.838.569q-.77.569-1.125 1.365l.919.38q.252-.597.719-.99q.468-.394 1.264-.394q.944 0 1.404.517q.459.516.459 1.173q0 .502-.275.92q-.275.417-.771.877q-.367.35-.63.668t-.437.636q-.176.317-.24.653q-.066.335-.066.737"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLiveHelpOutlineSharp(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="M12 21.577L9.423 19H4V3h16v16h-5.423zM5 18h4.839L12 20.162L14.162 18H19V4H5zm6.996-1.789q.333 0 .56-.227q.229-.228.229-.561q0-.332-.228-.56t-.56-.228q-.334 0-.561.228t-.228.56t.227.56t.561.229m-.515-3.312h.965q.02-.329.067-.571q.047-.243.172-.479t.322-.474t.49-.53q.72-.721 1.044-1.25q.325-.53.325-1.204q0-1.17-.804-1.887q-.804-.716-1.964-.716q-1.067 0-1.838.569q-.77.569-1.125 1.365l.919.38q.252-.597.719-.99q.468-.394 1.264-.394q.944 0 1.404.517q.459.516.459 1.173q0 .502-.275.92q-.275.417-.771.877q-.367.35-.63.668t-.437.636q-.176.317-.24.653q-.066.335-.066.737"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.577L9.423 19H4V3h16v16h-5.423zM5 18h4.839L12 20.162L14.162 18H19V4H5zm6.996-1.789q.333 0 .56-.227q.229-.228.229-.561q0-.332-.228-.56t-.56-.228q-.334 0-.561.228t-.228.56t.227.56t.561.229m-.515-3.312h.965q.02-.329.067-.571q.047-.243.172-.479t.322-.474t.49-.53q.72-.721 1.044-1.25q.325-.53.325-1.204q0-1.17-.804-1.887q-.804-.716-1.964-.716q-1.067 0-1.838.569q-.77.569-1.125 1.365l.919.38q.252-.597.719-.99q.468-.394 1.264-.394q.944 0 1.404.517q.459.516.459 1.173q0 .502-.275.92q-.275.417-.771.877q-.367.35-.63.668t-.437.636q-.176.317-.24.653q-.066.335-.066.737"/></svg> </template>
CSS
.icon-live-help-outline-sharp {
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%22M12%2021.577L9.423%2019H4V3h16v16h-5.423zM5%2018h4.839L12%2020.162L14.162%2018H19V4H5zm6.996-1.789q.333%200%20.56-.227q.229-.228.229-.561q0-.332-.228-.56t-.56-.228q-.334%200-.561.228t-.228.56t.227.56t.561.229m-.515-3.312h.965q.02-.329.067-.571q.047-.243.172-.479t.322-.474t.49-.53q.72-.721%201.044-1.25q.325-.53.325-1.204q0-1.17-.804-1.887q-.804-.716-1.964-.716q-1.067%200-1.838.569q-.77.569-1.125%201.365l.919.38q.252-.597.719-.99q.468-.394%201.264-.394q.944%200%201.404.517q.459.516.459%201.173q0%20.502-.275.92q-.275.417-.771.877q-.367.35-.63.668t-.437.636q-.176.317-.24.653q-.066.335-.066.737%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%22M12%2021.577L9.423%2019H4V3h16v16h-5.423zM5%2018h4.839L12%2020.162L14.162%2018H19V4H5zm6.996-1.789q.333%200%20.56-.227q.229-.228.229-.561q0-.332-.228-.56t-.56-.228q-.334%200-.561.228t-.228.56t.227.56t.561.229m-.515-3.312h.965q.02-.329.067-.571q.047-.243.172-.479t.322-.474t.49-.53q.72-.721%201.044-1.25q.325-.53.325-1.204q0-1.17-.804-1.887q-.804-.716-1.964-.716q-1.067%200-1.838.569q-.77.569-1.125%201.365l.919.38q.252-.597.719-.99q.468-.394%201.264-.394q.944%200%201.404.517q.459.516.459%201.173q0%20.502-.275.92q-.275.417-.771.877q-.367.35-.63.668t-.437.636q-.176.317-.24.653q-.066.335-.066.737%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/live-help-outline-sharp.svg?color=%231a73e8&size=48