chat off icon

chat-off from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
chat-off
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the chat off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8v13h2V8a4 4 0 0 0-4-4H8.243l2 2H26a1.997 1.997 0 0 1 2 2m2 20.586L3.414 2L2 3.414l1.504 1.504A3.92 3.92 0 0 0 2 8v12a4 4 0 0 0 4 4h6v-2H6a1.997 1.997 0 0 1-2-2V8a1.98 1.98 0 0 1 .92-1.666L20.585 22H17l-4 7l1.736 1l3.429-6h4.42l6 6Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonChatOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8v13h2V8a4 4 0 0 0-4-4H8.243l2 2H26a1.997 1.997 0 0 1 2 2m2 20.586L3.414 2L2 3.414l1.504 1.504A3.92 3.92 0 0 0 2 8v12a4 4 0 0 0 4 4h6v-2H6a1.997 1.997 0 0 1-2-2V8a1.98 1.98 0 0 1 .92-1.666L20.585 22H17l-4 7l1.736 1l3.429-6h4.42l6 6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 8v13h2V8a4 4 0 0 0-4-4H8.243l2 2H26a1.997 1.997 0 0 1 2 2m2 20.586L3.414 2L2 3.414l1.504 1.504A3.92 3.92 0 0 0 2 8v12a4 4 0 0 0 4 4h6v-2H6a1.997 1.997 0 0 1-2-2V8a1.98 1.98 0 0 1 .92-1.666L20.585 22H17l-4 7l1.736 1l3.429-6h4.42l6 6Z"/></svg>
</template>

CSS

.icon-chat-off {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208v13h2V8a4%204%200%200%200-4-4H8.243l2%202H26a1.997%201.997%200%200%201%202%202m2%2020.586L3.414%202L2%203.414l1.504%201.504A3.92%203.92%200%200%200%202%208v12a4%204%200%200%200%204%204h6v-2H6a1.997%201.997%200%200%201-2-2V8a1.98%201.98%200%200%201%20.92-1.666L20.585%2022H17l-4%207l1.736%201l3.429-6h4.42l6%206Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%208v13h2V8a4%204%200%200%200-4-4H8.243l2%202H26a1.997%201.997%200%200%201%202%202m2%2020.586L3.414%202L2%203.414l1.504%201.504A3.92%203.92%200%200%200%202%208v12a4%204%200%200%200%204%204h6v-2H6a1.997%201.997%200%200%201-2-2V8a1.98%201.98%200%200%201%20.92-1.666L20.585%2022H17l-4%207l1.736%201l3.429-6h4.42l6%206Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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