chat circle slash icon

chat-circle-slash-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
chat-circle-slash-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the chat circle slash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-10.26-11.29a104 104 0 0 1-112.7 9.73l-34.05 11.35a16 16 0 0 1-20.24-20.24l11.35-34.05A104.06 104.06 0 0 1 52.33 56.66L42.08 45.38a8 8 0 1 1 11.84-10.76ZM128 24a103.4 103.4 0 0 0-40.33 8.11a8 8 0 0 0-2.81 12.75l121.8 134a8 8 0 0 0 13-1.59A104 104 0 0 0 128 24"/></svg>

React

import type { SVGProps } from "react";

export function PhChatCircleSlashFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-10.26-11.29a104 104 0 0 1-112.7 9.73l-34.05 11.35a16 16 0 0 1-20.24-20.24l11.35-34.05A104.06 104.06 0 0 1 52.33 56.66L42.08 45.38a8 8 0 1 1 11.84-10.76ZM128 24a103.4 103.4 0 0 0-40.33 8.11a8 8 0 0 0-2.81 12.75l121.8 134a8 8 0 0 0 13-1.59A104 104 0 0 0 128 24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.92 210.62a8 8 0 1 1-11.84 10.76l-10.26-11.29a104 104 0 0 1-112.7 9.73l-34.05 11.35a16 16 0 0 1-20.24-20.24l11.35-34.05A104.06 104.06 0 0 1 52.33 56.66L42.08 45.38a8 8 0 1 1 11.84-10.76ZM128 24a103.4 103.4 0 0 0-40.33 8.11a8 8 0 0 0-2.81 12.75l121.8 134a8 8 0 0 0 13-1.59A104 104 0 0 0 128 24"/></svg>
</template>

CSS

.icon-chat-circle-slash-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76l-10.26-11.29a104%20104%200%200%201-112.7%209.73l-34.05%2011.35a16%2016%200%200%201-20.24-20.24l11.35-34.05A104.06%20104.06%200%200%201%2052.33%2056.66L42.08%2045.38a8%208%200%201%201%2011.84-10.76ZM128%2024a103.4%20103.4%200%200%200-40.33%208.11a8%208%200%200%200-2.81%2012.75l121.8%20134a8%208%200%200%200%2013-1.59A104%20104%200%200%200%20128%2024%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M213.92%20210.62a8%208%200%201%201-11.84%2010.76l-10.26-11.29a104%20104%200%200%201-112.7%209.73l-34.05%2011.35a16%2016%200%200%201-20.24-20.24l11.35-34.05A104.06%20104.06%200%200%201%2052.33%2056.66L42.08%2045.38a8%208%200%201%201%2011.84-10.76ZM128%2024a103.4%20103.4%200%200%200-40.33%208.11a8%208%200%200%200-2.81%2012.75l121.8%20134a8%208%200%200%200%2013-1.59A104%20104%200%200%200%20128%2024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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