chat setting icon

chat-setting-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
chat-setting-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the chat setting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 2h21v10.126A6 6 0 0 0 13.083 18H6.876L1.5 22.704z"/><path fill="currentColor" d="M19.999 13.64V12.5h-2v1.14a3.5 3.5 0 0 0-1.407.814l-.988-.571l-1 1.732l.989.571a3.5 3.5 0 0 0 0 1.623l-.99.572l1 1.732l.992-.573c.393.371.872.652 1.404.81v1.145h2V20.35a3.5 3.5 0 0 0 1.403-.81l.992.573l1-1.732l-.99-.572a3.5 3.5 0 0 0 0-1.623l.99-.571l-1-1.732l-.99.57A3.5 3.5 0 0 0 20 13.64m-2.5 3.355a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>

React

import type { SVGProps } from "react";

export function TdesignChatSettingFilled(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="M1.5 2h21v10.126A6 6 0 0 0 13.083 18H6.876L1.5 22.704z"/><path fill="currentColor" d="M19.999 13.64V12.5h-2v1.14a3.5 3.5 0 0 0-1.407.814l-.988-.571l-1 1.732l.989.571a3.5 3.5 0 0 0 0 1.623l-.99.572l1 1.732l.992-.573c.393.371.872.652 1.404.81v1.145h2V20.35a3.5 3.5 0 0 0 1.403-.81l.992.573l1-1.732l-.99-.572a3.5 3.5 0 0 0 0-1.623l.99-.571l-1-1.732l-.99.57A3.5 3.5 0 0 0 20 13.64m-2.5 3.355a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 2h21v10.126A6 6 0 0 0 13.083 18H6.876L1.5 22.704z"/><path fill="currentColor" d="M19.999 13.64V12.5h-2v1.14a3.5 3.5 0 0 0-1.407.814l-.988-.571l-1 1.732l.989.571a3.5 3.5 0 0 0 0 1.623l-.99.572l1 1.732l.992-.573c.393.371.872.652 1.404.81v1.145h2V20.35a3.5 3.5 0 0 0 1.403-.81l.992.573l1-1.732l-.99-.572a3.5 3.5 0 0 0 0-1.623l.99-.571l-1-1.732l-.99.57A3.5 3.5 0 0 0 20 13.64m-2.5 3.355a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/></svg>
</template>

CSS

.icon-chat-setting-filled {
  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%22M1.5%202h21v10.126A6%206%200%200%200%2013.083%2018H6.876L1.5%2022.704z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.999%2013.64V12.5h-2v1.14a3.5%203.5%200%200%200-1.407.814l-.988-.571l-1%201.732l.989.571a3.5%203.5%200%200%200%200%201.623l-.99.572l1%201.732l.992-.573c.393.371.872.652%201.404.81v1.145h2V20.35a3.5%203.5%200%200%200%201.403-.81l.992.573l1-1.732l-.99-.572a3.5%203.5%200%200%200%200-1.623l.99-.571l-1-1.732l-.99.57A3.5%203.5%200%200%200%2020%2013.64m-2.5%203.355a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%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%22M1.5%202h21v10.126A6%206%200%200%200%2013.083%2018H6.876L1.5%2022.704z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.999%2013.64V12.5h-2v1.14a3.5%203.5%200%200%200-1.407.814l-.988-.571l-1%201.732l.989.571a3.5%203.5%200%200%200%200%201.623l-.99.572l1%201.732l.992-.573c.393.371.872.652%201.404.81v1.145h2V20.35a3.5%203.5%200%200%200%201.403-.81l.992.573l1-1.732l-.99-.572a3.5%203.5%200%200%200%200-1.623l.99-.571l-1-1.732l-.99.57A3.5%203.5%200%200%200%2020%2013.64m-2.5%203.355a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/chat-setting-filled.svg?color=%231a73e8&size=48