chat-apps-script-outline-rounded from Material Symbols Light by Google · Outline Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
chat-apps-script-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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 chat apps script icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.45 19.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.39.025t.275.286l1.489 4.112l1.154-4.225q.067-.189.231-.305q.165-.116.353-.05q.189.068.315.233t.058.353l-1.511 5.588q-.079.278-.285.437t-.498.159zm-8.661-3l-1.6 1.599q-.185.185-.437.089q-.252-.097-.252-.369V5.116q0-.667.475-1.141t1.14-.475h11.77q.666 0 1.14.475t.475 1.14v4.827q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357V5.116q0-.27-.173-.443t-.442-.173H5.115q-.269 0-.442.173t-.173.443V15.5h7.442q.213 0 .357.144t.143.357t-.143.356t-.357.143zm1.827-8h6.769q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-6.77q-.212 0-.356.144t-.143.357t.143.356t.357.143m0 4h3.769q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-3.77q-.212 0-.356.144t-.143.357t.143.356t.357.143m-3.116 3v-11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChatAppsScriptOutlineRounded(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="M14.45 19.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.39.025t.275.286l1.489 4.112l1.154-4.225q.067-.189.231-.305q.165-.116.353-.05q.189.068.315.233t.058.353l-1.511 5.588q-.079.278-.285.437t-.498.159zm-8.661-3l-1.6 1.599q-.185.185-.437.089q-.252-.097-.252-.369V5.116q0-.667.475-1.141t1.14-.475h11.77q.666 0 1.14.475t.475 1.14v4.827q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357V5.116q0-.27-.173-.443t-.442-.173H5.115q-.269 0-.442.173t-.173.443V15.5h7.442q.213 0 .357.144t.143.357t-.143.356t-.357.143zm1.827-8h6.769q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-6.77q-.212 0-.356.144t-.143.357t.143.356t.357.143m0 4h3.769q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-3.77q-.212 0-.356.144t-.143.357t.143.356t.357.143m-3.116 3v-11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.45 19.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632 2.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.39.025t.275.286l1.489 4.112l1.154-4.225q.067-.189.231-.305q.165-.116.353-.05q.189.068.315.233t.058.353l-1.511 5.588q-.079.278-.285.437t-.498.159zm-8.661-3l-1.6 1.599q-.185.185-.437.089q-.252-.097-.252-.369V5.116q0-.667.475-1.141t1.14-.475h11.77q.666 0 1.14.475t.475 1.14v4.827q0 .213-.144.357t-.357.143t-.356-.143t-.143-.357V5.116q0-.27-.173-.443t-.442-.173H5.115q-.269 0-.442.173t-.173.443V15.5h7.442q.213 0 .357.144t.143.357t-.143.356t-.357.143zm1.827-8h6.769q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-6.77q-.212 0-.356.144t-.143.357t.143.356t.357.143m0 4h3.769q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143h-3.77q-.212 0-.356.144t-.143.357t.143.356t.357.143m-3.116 3v-11z"/></svg>
</template>

CSS

.icon-chat-apps-script-outline-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%22M14.45%2019.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632%202.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.39.025t.275.286l1.489%204.112l1.154-4.225q.067-.189.231-.305q.165-.116.353-.05q.189.068.315.233t.058.353l-1.511%205.588q-.079.278-.285.437t-.498.159zm-8.661-3l-1.6%201.599q-.185.185-.437.089q-.252-.097-.252-.369V5.116q0-.667.475-1.141t1.14-.475h11.77q.666%200%201.14.475t.475%201.14v4.827q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357V5.116q0-.27-.173-.443t-.442-.173H5.115q-.269%200-.442.173t-.173.443V15.5h7.442q.213%200%20.357.144t.143.357t-.143.356t-.357.143zm1.827-8h6.769q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143h-6.77q-.212%200-.356.144t-.143.357t.143.356t.357.143m0%204h3.769q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143h-3.77q-.212%200-.356.144t-.143.357t.143.356t.357.143m-3.116%203v-11z%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%22M14.45%2019.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h4.402l-3.588-2.529q-.18-.123-.213-.314q-.032-.191.079-.37t.308-.21q.197-.033.374.077l3.632%202.523l-1.532-4.15q-.073-.183.025-.375q.097-.192.286-.265t.39.025t.275.286l1.489%204.112l1.154-4.225q.067-.189.231-.305q.165-.116.353-.05q.189.068.315.233t.058.353l-1.511%205.588q-.079.278-.285.437t-.498.159zm-8.661-3l-1.6%201.599q-.185.185-.437.089q-.252-.097-.252-.369V5.116q0-.667.475-1.141t1.14-.475h11.77q.666%200%201.14.475t.475%201.14v4.827q0%20.213-.144.357t-.357.143t-.356-.143t-.143-.357V5.116q0-.27-.173-.443t-.442-.173H5.115q-.269%200-.442.173t-.173.443V15.5h7.442q.213%200%20.357.144t.143.357t-.143.356t-.357.143zm1.827-8h6.769q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143h-6.77q-.212%200-.356.144t-.143.357t.143.356t.357.143m0%204h3.769q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143h-3.77q-.212%200-.356.144t-.143.357t.143.356t.357.143m-3.116%203v-11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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