chat circle dots icon

chat-circle-dots-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
chat-circle-dots-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the chat circle dots icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 128a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-52-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m88 0a8 8 0 1 0 8 8a8 8 0 0 0-8-8m56 8a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 128"/></svg>

React

import type { SVGProps } from "react";

export function PhChatCircleDotsThin(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="M136 128a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-52-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m88 0a8 8 0 1 0 8 8a8 8 0 0 0-8-8m56 8a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 128a8 8 0 1 1-8-8a8 8 0 0 1 8 8m-52-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m88 0a8 8 0 1 0 8 8a8 8 0 0 0-8-8m56 8a100 100 0 0 1-148.5 87.47l-35.69 11.9a12 12 0 0 1-15.18-15.18l11.9-35.69A100 100 0 1 1 228 128m-8 0a92 92 0 1 0-171.65 46.07a4 4 0 0 1 .33 3.27l-12.46 37.38a4 4 0 0 0 5.06 5.06l37.38-12.46a4 4 0 0 1 1.27-.21a4.05 4.05 0 0 1 2 .54A92 92 0 0 0 220 128"/></svg>
</template>

CSS

.icon-chat-circle-dots-thin {
  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%22M136%20128a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-52-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m88%200a8%208%200%201%200%208%208a8%208%200%200%200-8-8m56%208a100%20100%200%200%201-148.5%2087.47l-35.69%2011.9a12%2012%200%200%201-15.18-15.18l11.9-35.69A100%20100%200%201%201%20228%20128m-8%200a92%2092%200%201%200-171.65%2046.07a4%204%200%200%201%20.33%203.27l-12.46%2037.38a4%204%200%200%200%205.06%205.06l37.38-12.46a4%204%200%200%201%201.27-.21a4.05%204.05%200%200%201%202%20.54A92%2092%200%200%200%20220%20128%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%22M136%20128a8%208%200%201%201-8-8a8%208%200%200%201%208%208m-52-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m88%200a8%208%200%201%200%208%208a8%208%200%200%200-8-8m56%208a100%20100%200%200%201-148.5%2087.47l-35.69%2011.9a12%2012%200%200%201-15.18-15.18l11.9-35.69A100%20100%200%201%201%20228%20128m-8%200a92%2092%200%201%200-171.65%2046.07a4%204%200%200%201%20.33%203.27l-12.46%2037.38a4%204%200%200%200%205.06%205.06l37.38-12.46a4%204%200%200%201%201.27-.21a4.05%204.05%200%200%201%202%20.54A92%2092%200%200%200%20220%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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