chat-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
chat-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the chat off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.198 2.2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 1.115 4.592l-1.068 3.823a1.25 1.25 0 0 0 1.54 1.54l3.826-1.067A9.96 9.96 0 0 0 12 22c2.491 0 4.77-.911 6.52-2.418l2.2 2.198a.75.75 0 0 0 1.06-1.06zm14.177 16.298A8.47 8.47 0 0 1 12 20.5a8.46 8.46 0 0 1-4.133-1.07l-.27-.15l-3.986 1.111l1.113-3.984l-.151-.27A8.46 8.46 0 0 1 3.5 12c0-2.077.745-3.98 1.983-5.457l3.004 3.005A.75.75 0 0 0 8.75 11h1.19l2 2H8.75l-.102.007A.75.75 0 0 0 8.75 14.5h4.498l.102-.007l.07-.013zM15.255 9.5h-2.573l1.5 1.5h1.072l.102-.007a.75.75 0 0 0-.101-1.493"/><path d="M20.5 12c0 1.53-.404 2.966-1.112 4.206l1.094 1.094A9.95 9.95 0 0 0 22 12c0-5.523-4.477-10-10-10a9.95 9.95 0 0 0-5.3 1.518l1.094 1.094A8.5 8.5 0 0 1 20.5 12"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentChatOff24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.198 2.2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 1.115 4.592l-1.068 3.823a1.25 1.25 0 0 0 1.54 1.54l3.826-1.067A9.96 9.96 0 0 0 12 22c2.491 0 4.77-.911 6.52-2.418l2.2 2.198a.75.75 0 0 0 1.06-1.06zm14.177 16.298A8.47 8.47 0 0 1 12 20.5a8.46 8.46 0 0 1-4.133-1.07l-.27-.15l-3.986 1.111l1.113-3.984l-.151-.27A8.46 8.46 0 0 1 3.5 12c0-2.077.745-3.98 1.983-5.457l3.004 3.005A.75.75 0 0 0 8.75 11h1.19l2 2H8.75l-.102.007A.75.75 0 0 0 8.75 14.5h4.498l.102-.007l.07-.013zM15.255 9.5h-2.573l1.5 1.5h1.072l.102-.007a.75.75 0 0 0-.101-1.493"/><path d="M20.5 12c0 1.53-.404 2.966-1.112 4.206l1.094 1.094A9.95 9.95 0 0 0 22 12c0-5.523-4.477-10-10-10a9.95 9.95 0 0 0-5.3 1.518l1.094 1.094A8.5 8.5 0 0 1 20.5 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.198 2.2A9.96 9.96 0 0 0 2 12a9.96 9.96 0 0 0 1.115 4.592l-1.068 3.823a1.25 1.25 0 0 0 1.54 1.54l3.826-1.067A9.96 9.96 0 0 0 12 22c2.491 0 4.77-.911 6.52-2.418l2.2 2.198a.75.75 0 0 0 1.06-1.06zm14.177 16.298A8.47 8.47 0 0 1 12 20.5a8.46 8.46 0 0 1-4.133-1.07l-.27-.15l-3.986 1.111l1.113-3.984l-.151-.27A8.46 8.46 0 0 1 3.5 12c0-2.077.745-3.98 1.983-5.457l3.004 3.005A.75.75 0 0 0 8.75 11h1.19l2 2H8.75l-.102.007A.75.75 0 0 0 8.75 14.5h4.498l.102-.007l.07-.013zM15.255 9.5h-2.573l1.5 1.5h1.072l.102-.007a.75.75 0 0 0-.101-1.493"/><path d="M20.5 12c0 1.53-.404 2.966-1.112 4.206l1.094 1.094A9.95 9.95 0 0 0 22 12c0-5.523-4.477-10-10-10a9.95 9.95 0 0 0-5.3 1.518l1.094 1.094A8.5 8.5 0 0 1 20.5 12"/></g></svg>
</template>

CSS

.icon-chat-off-24-regular {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l2.198%202.2A9.96%209.96%200%200%200%202%2012a9.96%209.96%200%200%200%201.115%204.592l-1.068%203.823a1.25%201.25%200%200%200%201.54%201.54l3.826-1.067A9.96%209.96%200%200%200%2012%2022c2.491%200%204.77-.911%206.52-2.418l2.2%202.198a.75.75%200%200%200%201.06-1.06zm14.177%2016.298A8.47%208.47%200%200%201%2012%2020.5a8.46%208.46%200%200%201-4.133-1.07l-.27-.15l-3.986%201.111l1.113-3.984l-.151-.27A8.46%208.46%200%200%201%203.5%2012c0-2.077.745-3.98%201.983-5.457l3.004%203.005A.75.75%200%200%200%208.75%2011h1.19l2%202H8.75l-.102.007A.75.75%200%200%200%208.75%2014.5h4.498l.102-.007l.07-.013zM15.255%209.5h-2.573l1.5%201.5h1.072l.102-.007a.75.75%200%200%200-.101-1.493%22%2F%3E%3Cpath%20d%3D%22M20.5%2012c0%201.53-.404%202.966-1.112%204.206l1.094%201.094A9.95%209.95%200%200%200%2022%2012c0-5.523-4.477-10-10-10a9.95%209.95%200%200%200-5.3%201.518l1.094%201.094A8.5%208.5%200%200%201%2020.5%2012%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l2.198%202.2A9.96%209.96%200%200%200%202%2012a9.96%209.96%200%200%200%201.115%204.592l-1.068%203.823a1.25%201.25%200%200%200%201.54%201.54l3.826-1.067A9.96%209.96%200%200%200%2012%2022c2.491%200%204.77-.911%206.52-2.418l2.2%202.198a.75.75%200%200%200%201.06-1.06zm14.177%2016.298A8.47%208.47%200%200%201%2012%2020.5a8.46%208.46%200%200%201-4.133-1.07l-.27-.15l-3.986%201.111l1.113-3.984l-.151-.27A8.46%208.46%200%200%201%203.5%2012c0-2.077.745-3.98%201.983-5.457l3.004%203.005A.75.75%200%200%200%208.75%2011h1.19l2%202H8.75l-.102.007A.75.75%200%200%200%208.75%2014.5h4.498l.102-.007l.07-.013zM15.255%209.5h-2.573l1.5%201.5h1.072l.102-.007a.75.75%200%200%200-.101-1.493%22%2F%3E%3Cpath%20d%3D%22M20.5%2012c0%201.53-.404%202.966-1.112%204.206l1.094%201.094A9.95%209.95%200%200%200%2022%2012c0-5.523-4.477-10-10-10a9.95%209.95%200%200%200-5.3%201.518l1.094%201.094A8.5%208.5%200%200%201%2020.5%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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