chats circle icon
chats-circle-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- chats-circle-light
- Set
- Phosphor
- Style
- Light
- 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="M229.93 186.58a78 78 0 0 0-61.77-112.16a78 78 0 1 0-142.09 64.16L18.58 164A14 14 0 0 0 36 181.42l25.46-7.49a78 78 0 0 0 26.39 7.63a78 78 0 0 0 106.77 40.37l25.38 7.49A14 14 0 0 0 237.42 212ZM62 161.5a6 6 0 0 0-1.69.24l-27.77 8.17a2 2 0 0 1-2.48-2.48l8.17-27.77a6.05 6.05 0 0 0-.47-4.53a66 66 0 1 1 27.08 27.08a6 6 0 0 0-2.84-.71m155.71 26.16l8.17 27.77a2 2 0 0 1-2.48 2.48l-27.77-8.17a6.06 6.06 0 0 0-4.53.47a66 66 0 0 1-90-28.4a77.92 77.92 0 0 0 71-94.68a66 66 0 0 1 46.07 96a6.05 6.05 0 0 0-.43 4.53Z"/></svg>
React
import type { SVGProps } from "react";
export function PhChatsCircleLight(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="M229.93 186.58a78 78 0 0 0-61.77-112.16a78 78 0 1 0-142.09 64.16L18.58 164A14 14 0 0 0 36 181.42l25.46-7.49a78 78 0 0 0 26.39 7.63a78 78 0 0 0 106.77 40.37l25.38 7.49A14 14 0 0 0 237.42 212ZM62 161.5a6 6 0 0 0-1.69.24l-27.77 8.17a2 2 0 0 1-2.48-2.48l8.17-27.77a6.05 6.05 0 0 0-.47-4.53a66 66 0 1 1 27.08 27.08a6 6 0 0 0-2.84-.71m155.71 26.16l8.17 27.77a2 2 0 0 1-2.48 2.48l-27.77-8.17a6.06 6.06 0 0 0-4.53.47a66 66 0 0 1-90-28.4a77.92 77.92 0 0 0 71-94.68a66 66 0 0 1 46.07 96a6.05 6.05 0 0 0-.43 4.53Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.93 186.58a78 78 0 0 0-61.77-112.16a78 78 0 1 0-142.09 64.16L18.58 164A14 14 0 0 0 36 181.42l25.46-7.49a78 78 0 0 0 26.39 7.63a78 78 0 0 0 106.77 40.37l25.38 7.49A14 14 0 0 0 237.42 212ZM62 161.5a6 6 0 0 0-1.69.24l-27.77 8.17a2 2 0 0 1-2.48-2.48l8.17-27.77a6.05 6.05 0 0 0-.47-4.53a66 66 0 1 1 27.08 27.08a6 6 0 0 0-2.84-.71m155.71 26.16l8.17 27.77a2 2 0 0 1-2.48 2.48l-27.77-8.17a6.06 6.06 0 0 0-4.53.47a66 66 0 0 1-90-28.4a77.92 77.92 0 0 0 71-94.68a66 66 0 0 1 46.07 96a6.05 6.05 0 0 0-.43 4.53Z"/></svg> </template>
CSS
.icon-chats-circle-light {
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%22M229.93%20186.58a78%2078%200%200%200-61.77-112.16a78%2078%200%201%200-142.09%2064.16L18.58%20164A14%2014%200%200%200%2036%20181.42l25.46-7.49a78%2078%200%200%200%2026.39%207.63a78%2078%200%200%200%20106.77%2040.37l25.38%207.49A14%2014%200%200%200%20237.42%20212ZM62%20161.5a6%206%200%200%200-1.69.24l-27.77%208.17a2%202%200%200%201-2.48-2.48l8.17-27.77a6.05%206.05%200%200%200-.47-4.53a66%2066%200%201%201%2027.08%2027.08a6%206%200%200%200-2.84-.71m155.71%2026.16l8.17%2027.77a2%202%200%200%201-2.48%202.48l-27.77-8.17a6.06%206.06%200%200%200-4.53.47a66%2066%200%200%201-90-28.4a77.92%2077.92%200%200%200%2071-94.68a66%2066%200%200%201%2046.07%2096a6.05%206.05%200%200%200-.43%204.53Z%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%22M229.93%20186.58a78%2078%200%200%200-61.77-112.16a78%2078%200%201%200-142.09%2064.16L18.58%20164A14%2014%200%200%200%2036%20181.42l25.46-7.49a78%2078%200%200%200%2026.39%207.63a78%2078%200%200%200%20106.77%2040.37l25.38%207.49A14%2014%200%200%200%20237.42%20212ZM62%20161.5a6%206%200%200%200-1.69.24l-27.77%208.17a2%202%200%200%201-2.48-2.48l8.17-27.77a6.05%206.05%200%200%200-.47-4.53a66%2066%200%201%201%2027.08%2027.08a6%206%200%200%200-2.84-.71m155.71%2026.16l8.17%2027.77a2%202%200%200%201-2.48%202.48l-27.77-8.17a6.06%206.06%200%200%200-4.53.47a66%2066%200%200%201-90-28.4a77.92%2077.92%200%200%200%2071-94.68a66%2066%200%200%201%2046.07%2096a6.05%206.05%200%200%200-.43%204.53Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/chats-circle-light.svg?color=%231a73e8&size=48