chats circle icon
chats-circle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- chats-circle-thin
- Set
- Phosphor
- Style
- Thin
- 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="M227.79 186.39a76 76 0 0 0-61-110.07a76 76 0 1 0-138.58 62.07L20.5 164.6a12 12 0 0 0 14.9 14.9l26.21-7.71a75.9 75.9 0 0 0 27.6 7.9a76 76 0 0 0 105.18 40.1l26.21 7.71a12 12 0 0 0 14.9-14.9ZM60.9 163.66l-27.76 8.17a4 4 0 0 1-5-5l8.17-27.76a4.07 4.07 0 0 0-.31-3A68 68 0 1 1 63.92 164a4.06 4.06 0 0 0-3.02-.34m165.92 55.16a4 4 0 0 1-4 1l-27.76-8.17a4.07 4.07 0 0 0-3 .31A68 68 0 0 1 98 180a76 76 0 0 0 71.5-95.28a68 68 0 0 1 50.5 99.36a4.07 4.07 0 0 0-.31 3l8.17 27.76a4 4 0 0 1-1.04 3.98"/></svg>
React
import type { SVGProps } from "react";
export function PhChatsCircleThin(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="M227.79 186.39a76 76 0 0 0-61-110.07a76 76 0 1 0-138.58 62.07L20.5 164.6a12 12 0 0 0 14.9 14.9l26.21-7.71a75.9 75.9 0 0 0 27.6 7.9a76 76 0 0 0 105.18 40.1l26.21 7.71a12 12 0 0 0 14.9-14.9ZM60.9 163.66l-27.76 8.17a4 4 0 0 1-5-5l8.17-27.76a4.07 4.07 0 0 0-.31-3A68 68 0 1 1 63.92 164a4.06 4.06 0 0 0-3.02-.34m165.92 55.16a4 4 0 0 1-4 1l-27.76-8.17a4.07 4.07 0 0 0-3 .31A68 68 0 0 1 98 180a76 76 0 0 0 71.5-95.28a68 68 0 0 1 50.5 99.36a4.07 4.07 0 0 0-.31 3l8.17 27.76a4 4 0 0 1-1.04 3.98"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M227.79 186.39a76 76 0 0 0-61-110.07a76 76 0 1 0-138.58 62.07L20.5 164.6a12 12 0 0 0 14.9 14.9l26.21-7.71a75.9 75.9 0 0 0 27.6 7.9a76 76 0 0 0 105.18 40.1l26.21 7.71a12 12 0 0 0 14.9-14.9ZM60.9 163.66l-27.76 8.17a4 4 0 0 1-5-5l8.17-27.76a4.07 4.07 0 0 0-.31-3A68 68 0 1 1 63.92 164a4.06 4.06 0 0 0-3.02-.34m165.92 55.16a4 4 0 0 1-4 1l-27.76-8.17a4.07 4.07 0 0 0-3 .31A68 68 0 0 1 98 180a76 76 0 0 0 71.5-95.28a68 68 0 0 1 50.5 99.36a4.07 4.07 0 0 0-.31 3l8.17 27.76a4 4 0 0 1-1.04 3.98"/></svg> </template>
CSS
.icon-chats-circle-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%22M227.79%20186.39a76%2076%200%200%200-61-110.07a76%2076%200%201%200-138.58%2062.07L20.5%20164.6a12%2012%200%200%200%2014.9%2014.9l26.21-7.71a75.9%2075.9%200%200%200%2027.6%207.9a76%2076%200%200%200%20105.18%2040.1l26.21%207.71a12%2012%200%200%200%2014.9-14.9ZM60.9%20163.66l-27.76%208.17a4%204%200%200%201-5-5l8.17-27.76a4.07%204.07%200%200%200-.31-3A68%2068%200%201%201%2063.92%20164a4.06%204.06%200%200%200-3.02-.34m165.92%2055.16a4%204%200%200%201-4%201l-27.76-8.17a4.07%204.07%200%200%200-3%20.31A68%2068%200%200%201%2098%20180a76%2076%200%200%200%2071.5-95.28a68%2068%200%200%201%2050.5%2099.36a4.07%204.07%200%200%200-.31%203l8.17%2027.76a4%204%200%200%201-1.04%203.98%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%22M227.79%20186.39a76%2076%200%200%200-61-110.07a76%2076%200%201%200-138.58%2062.07L20.5%20164.6a12%2012%200%200%200%2014.9%2014.9l26.21-7.71a75.9%2075.9%200%200%200%2027.6%207.9a76%2076%200%200%200%20105.18%2040.1l26.21%207.71a12%2012%200%200%200%2014.9-14.9ZM60.9%20163.66l-27.76%208.17a4%204%200%200%201-5-5l8.17-27.76a4.07%204.07%200%200%200-.31-3A68%2068%200%201%201%2063.92%20164a4.06%204.06%200%200%200-3.02-.34m165.92%2055.16a4%204%200%200%201-4%201l-27.76-8.17a4.07%204.07%200%200%200-3%20.31A68%2068%200%200%201%2098%20180a76%2076%200%200%200%2071.5-95.28a68%2068%200%200%201%2050.5%2099.36a4.07%204.07%200%200%200-.31%203l8.17%2027.76a4%204%200%200%201-1.04%203.98%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chats-circle-thin.svg?color=%231a73e8&size=48