chats circle icon

chats-circle from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
chats-circle
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the chats circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.07 186.76a80 80 0 0 0-62.5-114.17a80 80 0 1 0-145.64 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a80.4 80.4 0 0 0 25.18 7.35a80 80 0 0 0 108.34 40.65l24.71 7.27a16 16 0 0 0 19.87-19.86ZM62 159.5a8.3 8.3 0 0 0-2.26.32L32 168l8.17-27.76a8 8 0 0 0-.63-6A64 64 0 1 1 65.8 160.5a8 8 0 0 0-3.8-1m153.79 28.73L224 216l-27.76-8.17a8 8 0 0 0-6 .63a64.05 64.05 0 0 1-85.87-24.88a79.93 79.93 0 0 0 70.33-93.87a64 64 0 0 1 41.75 92.48a8 8 0 0 0-.63 6.04Z"/></svg>

React

import type { SVGProps } from "react";

export function PhChatsCircle(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="M232.07 186.76a80 80 0 0 0-62.5-114.17a80 80 0 1 0-145.64 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a80.4 80.4 0 0 0 25.18 7.35a80 80 0 0 0 108.34 40.65l24.71 7.27a16 16 0 0 0 19.87-19.86ZM62 159.5a8.3 8.3 0 0 0-2.26.32L32 168l8.17-27.76a8 8 0 0 0-.63-6A64 64 0 1 1 65.8 160.5a8 8 0 0 0-3.8-1m153.79 28.73L224 216l-27.76-8.17a8 8 0 0 0-6 .63a64.05 64.05 0 0 1-85.87-24.88a79.93 79.93 0 0 0 70.33-93.87a64 64 0 0 1 41.75 92.48a8 8 0 0 0-.63 6.04Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232.07 186.76a80 80 0 0 0-62.5-114.17a80 80 0 1 0-145.64 66.17l-7.27 24.71a16 16 0 0 0 19.87 19.87l24.71-7.27a80.4 80.4 0 0 0 25.18 7.35a80 80 0 0 0 108.34 40.65l24.71 7.27a16 16 0 0 0 19.87-19.86ZM62 159.5a8.3 8.3 0 0 0-2.26.32L32 168l8.17-27.76a8 8 0 0 0-.63-6A64 64 0 1 1 65.8 160.5a8 8 0 0 0-3.8-1m153.79 28.73L224 216l-27.76-8.17a8 8 0 0 0-6 .63a64.05 64.05 0 0 1-85.87-24.88a79.93 79.93 0 0 0 70.33-93.87a64 64 0 0 1 41.75 92.48a8 8 0 0 0-.63 6.04Z"/></svg>
</template>

CSS

.icon-chats-circle {
  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%22M232.07%20186.76a80%2080%200%200%200-62.5-114.17a80%2080%200%201%200-145.64%2066.17l-7.27%2024.71a16%2016%200%200%200%2019.87%2019.87l24.71-7.27a80.4%2080.4%200%200%200%2025.18%207.35a80%2080%200%200%200%20108.34%2040.65l24.71%207.27a16%2016%200%200%200%2019.87-19.86ZM62%20159.5a8.3%208.3%200%200%200-2.26.32L32%20168l8.17-27.76a8%208%200%200%200-.63-6A64%2064%200%201%201%2065.8%20160.5a8%208%200%200%200-3.8-1m153.79%2028.73L224%20216l-27.76-8.17a8%208%200%200%200-6%20.63a64.05%2064.05%200%200%201-85.87-24.88a79.93%2079.93%200%200%200%2070.33-93.87a64%2064%200%200%201%2041.75%2092.48a8%208%200%200%200-.63%206.04Z%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%22M232.07%20186.76a80%2080%200%200%200-62.5-114.17a80%2080%200%201%200-145.64%2066.17l-7.27%2024.71a16%2016%200%200%200%2019.87%2019.87l24.71-7.27a80.4%2080.4%200%200%200%2025.18%207.35a80%2080%200%200%200%20108.34%2040.65l24.71%207.27a16%2016%200%200%200%2019.87-19.86ZM62%20159.5a8.3%208.3%200%200%200-2.26.32L32%20168l8.17-27.76a8%208%200%200%200-.63-6A64%2064%200%201%201%2065.8%20160.5a8%208%200%200%200-3.8-1m153.79%2028.73L224%20216l-27.76-8.17a8%208%200%200%200-6%20.63a64.05%2064.05%200%200%201-85.87-24.88a79.93%2079.93%200%200%200%2070.33-93.87a64%2064%200%200%201%2041.75%2092.48a8%208%200%200%200-.63%206.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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