chatbubble icon

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

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

2 other variants in IonIcons

Related icons in IonIcons

Use the chatbubble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M76.83 480a25.69 25.69 0 0 1-25.57-25.74a29 29 0 0 1 1.2-7.63L70.88 380c.77-2.46-.1-4.94-1.23-6.9l-.22-.4c-.08-.13-.46-.66-.73-1.05s-.58-.81-.86-1.22l-.19-.27A215.66 215.66 0 0 1 32 251.37c-.18-57.59 22.35-112 63.46-153.28C138 55.47 194.9 32 255.82 32A227.4 227.4 0 0 1 398 81.84c39.45 31.75 66.87 76 77.21 124.68a213.5 213.5 0 0 1 4.78 45c0 58.93-22.64 114.28-63.76 155.87c-41.48 42-97.18 65.06-156.83 65.06c-21 0-47.87-5.36-60.77-9c-15.52-4.34-30.23-10-31.85-10.6a15.1 15.1 0 0 0-5.37-1a14.75 14.75 0 0 0-5.8 1.15l-.85.33l-67.48 24.38A29.4 29.4 0 0 1 76.83 480m10.65-100"/></svg>

React

import type { SVGProps } from "react";

export function IonChatbubble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M76.83 480a25.69 25.69 0 0 1-25.57-25.74a29 29 0 0 1 1.2-7.63L70.88 380c.77-2.46-.1-4.94-1.23-6.9l-.22-.4c-.08-.13-.46-.66-.73-1.05s-.58-.81-.86-1.22l-.19-.27A215.66 215.66 0 0 1 32 251.37c-.18-57.59 22.35-112 63.46-153.28C138 55.47 194.9 32 255.82 32A227.4 227.4 0 0 1 398 81.84c39.45 31.75 66.87 76 77.21 124.68a213.5 213.5 0 0 1 4.78 45c0 58.93-22.64 114.28-63.76 155.87c-41.48 42-97.18 65.06-156.83 65.06c-21 0-47.87-5.36-60.77-9c-15.52-4.34-30.23-10-31.85-10.6a15.1 15.1 0 0 0-5.37-1a14.75 14.75 0 0 0-5.8 1.15l-.85.33l-67.48 24.38A29.4 29.4 0 0 1 76.83 480m10.65-100"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M76.83 480a25.69 25.69 0 0 1-25.57-25.74a29 29 0 0 1 1.2-7.63L70.88 380c.77-2.46-.1-4.94-1.23-6.9l-.22-.4c-.08-.13-.46-.66-.73-1.05s-.58-.81-.86-1.22l-.19-.27A215.66 215.66 0 0 1 32 251.37c-.18-57.59 22.35-112 63.46-153.28C138 55.47 194.9 32 255.82 32A227.4 227.4 0 0 1 398 81.84c39.45 31.75 66.87 76 77.21 124.68a213.5 213.5 0 0 1 4.78 45c0 58.93-22.64 114.28-63.76 155.87c-41.48 42-97.18 65.06-156.83 65.06c-21 0-47.87-5.36-60.77-9c-15.52-4.34-30.23-10-31.85-10.6a15.1 15.1 0 0 0-5.37-1a14.75 14.75 0 0 0-5.8 1.15l-.85.33l-67.48 24.38A29.4 29.4 0 0 1 76.83 480m10.65-100"/></svg>
</template>

CSS

.icon-chatbubble {
  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%20fill%3D%22currentColor%22%20d%3D%22M76.83%20480a25.69%2025.69%200%200%201-25.57-25.74a29%2029%200%200%201%201.2-7.63L70.88%20380c.77-2.46-.1-4.94-1.23-6.9l-.22-.4c-.08-.13-.46-.66-.73-1.05s-.58-.81-.86-1.22l-.19-.27A215.66%20215.66%200%200%201%2032%20251.37c-.18-57.59%2022.35-112%2063.46-153.28C138%2055.47%20194.9%2032%20255.82%2032A227.4%20227.4%200%200%201%20398%2081.84c39.45%2031.75%2066.87%2076%2077.21%20124.68a213.5%20213.5%200%200%201%204.78%2045c0%2058.93-22.64%20114.28-63.76%20155.87c-41.48%2042-97.18%2065.06-156.83%2065.06c-21%200-47.87-5.36-60.77-9c-15.52-4.34-30.23-10-31.85-10.6a15.1%2015.1%200%200%200-5.37-1a14.75%2014.75%200%200%200-5.8%201.15l-.85.33l-67.48%2024.38A29.4%2029.4%200%200%201%2076.83%20480m10.65-100%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%20fill%3D%22currentColor%22%20d%3D%22M76.83%20480a25.69%2025.69%200%200%201-25.57-25.74a29%2029%200%200%201%201.2-7.63L70.88%20380c.77-2.46-.1-4.94-1.23-6.9l-.22-.4c-.08-.13-.46-.66-.73-1.05s-.58-.81-.86-1.22l-.19-.27A215.66%20215.66%200%200%201%2032%20251.37c-.18-57.59%2022.35-112%2063.46-153.28C138%2055.47%20194.9%2032%20255.82%2032A227.4%20227.4%200%200%201%20398%2081.84c39.45%2031.75%2066.87%2076%2077.21%20124.68a213.5%20213.5%200%200%201%204.78%2045c0%2058.93-22.64%20114.28-63.76%20155.87c-41.48%2042-97.18%2065.06-156.83%2065.06c-21%200-47.87-5.36-60.77-9c-15.52-4.34-30.23-10-31.85-10.6a15.1%2015.1%200%200%200-5.37-1a14.75%2014.75%200%200%200-5.8%201.15l-.85.33l-67.48%2024.38A29.4%2029.4%200%200%201%2076.83%20480m10.65-100%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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