chat circle text icon
chat-circle-text-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- chat-circle-text-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the chat circle text icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 112a4 4 0 0 1-4 4H96a4 4 0 0 1 0-8h64a4 4 0 0 1 4 4m-4 28H96a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8m68-12a100 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 PhChatCircleTextThin(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="M164 112a4 4 0 0 1-4 4H96a4 4 0 0 1 0-8h64a4 4 0 0 1 4 4m-4 28H96a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8m68-12a100 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="M164 112a4 4 0 0 1-4 4H96a4 4 0 0 1 0-8h64a4 4 0 0 1 4 4m-4 28H96a4 4 0 0 0 0 8h64a4 4 0 0 0 0-8m68-12a100 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-text-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%22M164%20112a4%204%200%200%201-4%204H96a4%204%200%200%201%200-8h64a4%204%200%200%201%204%204m-4%2028H96a4%204%200%200%200%200%208h64a4%204%200%200%200%200-8m68-12a100%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%22M164%20112a4%204%200%200%201-4%204H96a4%204%200%200%201%200-8h64a4%204%200%200%201%204%204m-4%2028H96a4%204%200%200%200%200%208h64a4%204%200%200%200%200-8m68-12a100%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-text-thin.svg?color=%231a73e8&size=48