chat circle dots icon
chat-circle-dots-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- chat-circle-dots-light
- Set
- Phosphor
- Style
- Light
- 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="M138 128a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-54-10a10 10 0 1 0 10 10a10 10 0 0 0-10-10m88 0a10 10 0 1 0 10 10a10 10 0 0 0-10-10m58 10a102 102 0 0 1-150.69 89.65l-34.87 11.62a14 14 0 0 1-17.71-17.71l11.62-34.87A102 102 0 1 1 230 128m-12 0a90 90 0 1 0-167.92 45.06a6 6 0 0 1 .5 4.91l-12.46 37.38a2 2 0 0 0 2.53 2.53L78 205.42a6.2 6.2 0 0 1 1.9-.31a6.1 6.1 0 0 1 3 .81A90 90 0 0 0 218 128"/></svg>
React
import type { SVGProps } from "react";
export function PhChatCircleDotsLight(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="M138 128a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-54-10a10 10 0 1 0 10 10a10 10 0 0 0-10-10m88 0a10 10 0 1 0 10 10a10 10 0 0 0-10-10m58 10a102 102 0 0 1-150.69 89.65l-34.87 11.62a14 14 0 0 1-17.71-17.71l11.62-34.87A102 102 0 1 1 230 128m-12 0a90 90 0 1 0-167.92 45.06a6 6 0 0 1 .5 4.91l-12.46 37.38a2 2 0 0 0 2.53 2.53L78 205.42a6.2 6.2 0 0 1 1.9-.31a6.1 6.1 0 0 1 3 .81A90 90 0 0 0 218 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="M138 128a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-54-10a10 10 0 1 0 10 10a10 10 0 0 0-10-10m88 0a10 10 0 1 0 10 10a10 10 0 0 0-10-10m58 10a102 102 0 0 1-150.69 89.65l-34.87 11.62a14 14 0 0 1-17.71-17.71l11.62-34.87A102 102 0 1 1 230 128m-12 0a90 90 0 1 0-167.92 45.06a6 6 0 0 1 .5 4.91l-12.46 37.38a2 2 0 0 0 2.53 2.53L78 205.42a6.2 6.2 0 0 1 1.9-.31a6.1 6.1 0 0 1 3 .81A90 90 0 0 0 218 128"/></svg> </template>
CSS
.icon-chat-circle-dots-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%22M138%20128a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-54-10a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m88%200a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m58%2010a102%20102%200%200%201-150.69%2089.65l-34.87%2011.62a14%2014%200%200%201-17.71-17.71l11.62-34.87A102%20102%200%201%201%20230%20128m-12%200a90%2090%200%201%200-167.92%2045.06a6%206%200%200%201%20.5%204.91l-12.46%2037.38a2%202%200%200%200%202.53%202.53L78%20205.42a6.2%206.2%200%200%201%201.9-.31a6.1%206.1%200%200%201%203%20.81A90%2090%200%200%200%20218%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%22M138%20128a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-54-10a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m88%200a10%2010%200%201%200%2010%2010a10%2010%200%200%200-10-10m58%2010a102%20102%200%200%201-150.69%2089.65l-34.87%2011.62a14%2014%200%200%201-17.71-17.71l11.62-34.87A102%20102%200%201%201%20230%20128m-12%200a90%2090%200%201%200-167.92%2045.06a6%206%200%200%201%20.5%204.91l-12.46%2037.38a2%202%200%200%200%202.53%202.53L78%20205.42a6.2%206.2%200%200%201%201.9-.31a6.1%206.1%200%200%201%203%20.81A90%2090%200%200%200%20218%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-light.svg?color=%231a73e8&size=48