chat circle text icon

chat-circle-text-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
chat-circle-text-light
Set
Phosphor
Style
Light
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="M166 112a6 6 0 0 1-6 6H96a6 6 0 0 1 0-12h64a6 6 0 0 1 6 6m-6 26H96a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12m70-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 PhChatCircleTextLight(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="M166 112a6 6 0 0 1-6 6H96a6 6 0 0 1 0-12h64a6 6 0 0 1 6 6m-6 26H96a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12m70-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="M166 112a6 6 0 0 1-6 6H96a6 6 0 0 1 0-12h64a6 6 0 0 1 6 6m-6 26H96a6 6 0 0 0 0 12h64a6 6 0 0 0 0-12m70-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-text-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%22M166%20112a6%206%200%200%201-6%206H96a6%206%200%200%201%200-12h64a6%206%200%200%201%206%206m-6%2026H96a6%206%200%200%200%200%2012h64a6%206%200%200%200%200-12m70-10a102%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%22M166%20112a6%206%200%200%201-6%206H96a6%206%200%200%201%200-12h64a6%206%200%200%201%206%206m-6%2026H96a6%206%200%200%200%200%2012h64a6%206%200%200%200%200-12m70-10a102%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-text-light.svg?color=%231a73e8&size=48