chatbubble working icon

chatbubble-working from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
chatbubble-working
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the chatbubble working icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 449.4c28.9 0 56.4-5.7 81.3-15.9.6-.3 1.1-.5 1.7-.7.1 0 .2 0 .2-.1 3.5-1.3 7.3-2 11.2-2 4.3 0 8.4.8 12.1 2.4l84 30.9-22.1-88.4c0-5.3 1.5-10.3 3.9-14.6.8-1.3 1.6-2.6 2.5-3.7 20.9-31.3 33-68.5 33-108.4C464 137.9 370.9 48 256 48S48 137.9 48 248.7c0 110.9 93.1 200.7 208 200.7zM352 224c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonChatbubbleWorking(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 449.4c28.9 0 56.4-5.7 81.3-15.9.6-.3 1.1-.5 1.7-.7.1 0 .2 0 .2-.1 3.5-1.3 7.3-2 11.2-2 4.3 0 8.4.8 12.1 2.4l84 30.9-22.1-88.4c0-5.3 1.5-10.3 3.9-14.6.8-1.3 1.6-2.6 2.5-3.7 20.9-31.3 33-68.5 33-108.4C464 137.9 370.9 48 256 48S48 137.9 48 248.7c0 110.9 93.1 200.7 208 200.7zM352 224c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 449.4c28.9 0 56.4-5.7 81.3-15.9.6-.3 1.1-.5 1.7-.7.1 0 .2 0 .2-.1 3.5-1.3 7.3-2 11.2-2 4.3 0 8.4.8 12.1 2.4l84 30.9-22.1-88.4c0-5.3 1.5-10.3 3.9-14.6.8-1.3 1.6-2.6 2.5-3.7 20.9-31.3 33-68.5 33-108.4C464 137.9 370.9 48 256 48S48 137.9 48 248.7c0 110.9 93.1 200.7 208 200.7zM352 224c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32z" fill="currentColor"/></svg>
</template>

CSS

.icon-chatbubble-working {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20449.4c28.9%200%2056.4-5.7%2081.3-15.9.6-.3%201.1-.5%201.7-.7.1%200%20.2%200%20.2-.1%203.5-1.3%207.3-2%2011.2-2%204.3%200%208.4.8%2012.1%202.4l84%2030.9-22.1-88.4c0-5.3%201.5-10.3%203.9-14.6.8-1.3%201.6-2.6%202.5-3.7%2020.9-31.3%2033-68.5%2033-108.4C464%20137.9%20370.9%2048%20256%2048S48%20137.9%2048%20248.7c0%20110.9%2093.1%20200.7%20208%20200.7zM352%20224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032-32-14.3-32-32%2014.3-32%2032-32zm-96%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032-32-14.3-32-32%2014.3-32%2032-32zm-96%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032-32-14.3-32-32%2014.3-32%2032-32z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20449.4c28.9%200%2056.4-5.7%2081.3-15.9.6-.3%201.1-.5%201.7-.7.1%200%20.2%200%20.2-.1%203.5-1.3%207.3-2%2011.2-2%204.3%200%208.4.8%2012.1%202.4l84%2030.9-22.1-88.4c0-5.3%201.5-10.3%203.9-14.6.8-1.3%201.6-2.6%202.5-3.7%2020.9-31.3%2033-68.5%2033-108.4C464%20137.9%20370.9%2048%20256%2048S48%20137.9%2048%20248.7c0%20110.9%2093.1%20200.7%20208%20200.7zM352%20224c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032-32-14.3-32-32%2014.3-32%2032-32zm-96%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032-32-14.3-32-32%2014.3-32%2032-32zm-96%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032-32-14.3-32-32%2014.3-32%2032-32z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/chatbubble-working.svg?color=%231a73e8&size=48