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

Name
chat-off-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><g fill="currentColor"><path d="M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l1.854 1.855l.708.708l9.875 9.875l.708.708l1.855 1.854a.5.5 0 0 1-.708.708l-1.854-1.855A7.97 7.97 0 0 1 10 18a8 8 0 0 1-3.613-.86l-.121-.065l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8 8 0 0 1-.83-2.887l-.025-.382L2 10a7.97 7.97 0 0 1 2-5.292M14.585 15.29l-3.616-3.616a.5.5 0 0 1-.378.317L10.5 12h-3a.5.5 0 0 1-.09-.992L7.5 11h2.793l-2-2H7.5a.5.5 0 0 1-.175-.968L4.709 5.416A6.97 6.97 0 0 0 3 10c0 1.217.31 2.388.894 3.425a.5.5 0 0 1 .063.272l-.014.094l-.756 3.021l3.024-.754a.5.5 0 0 1 .188-.01l.091.021l.087.039A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4.584-1.71m2.034-.794l-.722-.721a7 7 0 0 0-9.67-9.67l-.722-.723a8 8 0 0 1 11.114 11.114"/><path d="M12.5 9h-1.379l-1-1H12.5a.5.5 0 0 1 .09.992z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentChatOff20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l1.854 1.855l.708.708l9.875 9.875l.708.708l1.855 1.854a.5.5 0 0 1-.708.708l-1.854-1.855A7.97 7.97 0 0 1 10 18a8 8 0 0 1-3.613-.86l-.121-.065l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8 8 0 0 1-.83-2.887l-.025-.382L2 10a7.97 7.97 0 0 1 2-5.292M14.585 15.29l-3.616-3.616a.5.5 0 0 1-.378.317L10.5 12h-3a.5.5 0 0 1-.09-.992L7.5 11h2.793l-2-2H7.5a.5.5 0 0 1-.175-.968L4.709 5.416A6.97 6.97 0 0 0 3 10c0 1.217.31 2.388.894 3.425a.5.5 0 0 1 .063.272l-.014.094l-.756 3.021l3.024-.754a.5.5 0 0 1 .188-.01l.091.021l.087.039A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4.584-1.71m2.034-.794l-.722-.721a7 7 0 0 0-9.67-9.67l-.722-.723a8 8 0 0 1 11.114 11.114"/><path d="M12.5 9h-1.379l-1-1H12.5a.5.5 0 0 1 .09.992z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="currentColor"><path d="M4 4.708L2.147 2.854a.5.5 0 1 1 .708-.708l1.854 1.855l.708.708l9.875 9.875l.708.708l1.855 1.854a.5.5 0 0 1-.708.708l-1.854-1.855A7.97 7.97 0 0 1 10 18a8 8 0 0 1-3.613-.86l-.121-.065l-3.645.91a.5.5 0 0 1-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8 8 0 0 1-.83-2.887l-.025-.382L2 10a7.97 7.97 0 0 1 2-5.292M14.585 15.29l-3.616-3.616a.5.5 0 0 1-.378.317L10.5 12h-3a.5.5 0 0 1-.09-.992L7.5 11h2.793l-2-2H7.5a.5.5 0 0 1-.175-.968L4.709 5.416A6.97 6.97 0 0 0 3 10c0 1.217.31 2.388.894 3.425a.5.5 0 0 1 .063.272l-.014.094l-.756 3.021l3.024-.754a.5.5 0 0 1 .188-.01l.091.021l.087.039A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4.584-1.71m2.034-.794l-.722-.721a7 7 0 0 0-9.67-9.67l-.722-.723a8 8 0 0 1 11.114 11.114"/><path d="M12.5 9h-1.379l-1-1H12.5a.5.5 0 0 1 .09.992z"/></g></svg>
</template>

CSS

.icon-chat-off-20-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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%204.708L2.147%202.854a.5.5%200%201%201%20.708-.708l1.854%201.855l.708.708l9.875%209.875l.708.708l1.855%201.854a.5.5%200%200%201-.708.708l-1.854-1.855A7.97%207.97%200%200%201%2010%2018a8%208%200%200%201-3.613-.86l-.121-.065l-3.645.91a.5.5%200%200%201-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8%208%200%200%201-.83-2.887l-.025-.382L2%2010a7.97%207.97%200%200%201%202-5.292M14.585%2015.29l-3.616-3.616a.5.5%200%200%201-.378.317L10.5%2012h-3a.5.5%200%200%201-.09-.992L7.5%2011h2.793l-2-2H7.5a.5.5%200%200%201-.175-.968L4.709%205.416A6.97%206.97%200%200%200%203%2010c0%201.217.31%202.388.894%203.425a.5.5%200%200%201%20.063.272l-.014.094l-.756%203.021l3.024-.754a.5.5%200%200%201%20.188-.01l.091.021l.087.039A6.97%206.97%200%200%200%2010%2017a6.97%206.97%200%200%200%204.584-1.71m2.034-.794l-.722-.721a7%207%200%200%200-9.67-9.67l-.722-.723a8%208%200%200%201%2011.114%2011.114%22%2F%3E%3Cpath%20d%3D%22M12.5%209h-1.379l-1-1H12.5a.5.5%200%200%201%20.09.992z%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%2020%2020%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%204.708L2.147%202.854a.5.5%200%201%201%20.708-.708l1.854%201.855l.708.708l9.875%209.875l.708.708l1.855%201.854a.5.5%200%200%201-.708.708l-1.854-1.855A7.97%207.97%200%200%201%2010%2018a8%208%200%200%201-3.613-.86l-.121-.065l-3.645.91a.5.5%200%200%201-.62-.441v-.082l.014-.083l.91-3.644l-.063-.12a8%208%200%200%201-.83-2.887l-.025-.382L2%2010a7.97%207.97%200%200%201%202-5.292M14.585%2015.29l-3.616-3.616a.5.5%200%200%201-.378.317L10.5%2012h-3a.5.5%200%200%201-.09-.992L7.5%2011h2.793l-2-2H7.5a.5.5%200%200%201-.175-.968L4.709%205.416A6.97%206.97%200%200%200%203%2010c0%201.217.31%202.388.894%203.425a.5.5%200%200%201%20.063.272l-.014.094l-.756%203.021l3.024-.754a.5.5%200%200%201%20.188-.01l.091.021l.087.039A6.97%206.97%200%200%200%2010%2017a6.97%206.97%200%200%200%204.584-1.71m2.034-.794l-.722-.721a7%207%200%200%200-9.67-9.67l-.722-.723a8%208%200%200%201%2011.114%2011.114%22%2F%3E%3Cpath%20d%3D%22M12.5%209h-1.379l-1-1H12.5a.5.5%200%200%201%20.09.992z%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-20-regular.svg?color=%231a73e8&size=48