chatbubble ellipses icon
chatbubble-ellipses-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- chatbubble-ellipses-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the chatbubble ellipses icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M87.48 380c1.2-4.38-1.43-10.47-3.94-14.86a43 43 0 0 0-2.54-3.8a199.8 199.8 0 0 1-33-110C47.64 139.09 140.72 48 255.82 48C356.2 48 440 117.54 459.57 209.85a199 199 0 0 1 4.43 41.64c0 112.41-89.49 204.93-204.59 204.93c-18.31 0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1 31.1 0 0 0-11.13-2.07a30.7 30.7 0 0 0-12.08 2.43L81.5 462.78a16 16 0 0 1-4.66 1.22a9.61 9.61 0 0 1-9.58-9.74a16 16 0 0 1 .6-3.29Z"/><circle cx="160" cy="256" r="32" fill="currentColor"/><circle cx="256" cy="256" r="32" fill="currentColor"/><circle cx="352" cy="256" r="32" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonChatbubbleEllipsesOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="M87.48 380c1.2-4.38-1.43-10.47-3.94-14.86a43 43 0 0 0-2.54-3.8a199.8 199.8 0 0 1-33-110C47.64 139.09 140.72 48 255.82 48C356.2 48 440 117.54 459.57 209.85a199 199 0 0 1 4.43 41.64c0 112.41-89.49 204.93-204.59 204.93c-18.31 0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1 31.1 0 0 0-11.13-2.07a30.7 30.7 0 0 0-12.08 2.43L81.5 462.78a16 16 0 0 1-4.66 1.22a9.61 9.61 0 0 1-9.58-9.74a16 16 0 0 1 .6-3.29Z"/><circle cx="160" cy="256" r="32" fill="currentColor"/><circle cx="256" cy="256" r="32" fill="currentColor"/><circle cx="352" cy="256" r="32" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M87.48 380c1.2-4.38-1.43-10.47-3.94-14.86a43 43 0 0 0-2.54-3.8a199.8 199.8 0 0 1-33-110C47.64 139.09 140.72 48 255.82 48C356.2 48 440 117.54 459.57 209.85a199 199 0 0 1 4.43 41.64c0 112.41-89.49 204.93-204.59 204.93c-18.31 0-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1 31.1 0 0 0-11.13-2.07a30.7 30.7 0 0 0-12.08 2.43L81.5 462.78a16 16 0 0 1-4.66 1.22a9.61 9.61 0 0 1-9.58-9.74a16 16 0 0 1 .6-3.29Z"/><circle cx="160" cy="256" r="32" fill="currentColor"/><circle cx="256" cy="256" r="32" fill="currentColor"/><circle cx="352" cy="256" r="32" fill="currentColor"/></svg> </template>
CSS
.icon-chatbubble-ellipses-outline {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M87.48%20380c1.2-4.38-1.43-10.47-3.94-14.86a43%2043%200%200%200-2.54-3.8a199.8%20199.8%200%200%201-33-110C47.64%20139.09%20140.72%2048%20255.82%2048C356.2%2048%20440%20117.54%20459.57%20209.85a199%20199%200%200%201%204.43%2041.64c0%20112.41-89.49%20204.93-204.59%20204.93c-18.31%200-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1%2031.1%200%200%200-11.13-2.07a30.7%2030.7%200%200%200-12.08%202.43L81.5%20462.78a16%2016%200%200%201-4.66%201.22a9.61%209.61%200%200%201-9.58-9.74a16%2016%200%200%201%20.6-3.29Z%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%22256%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22352%22%20cy%3D%22256%22%20r%3D%2232%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M87.48%20380c1.2-4.38-1.43-10.47-3.94-14.86a43%2043%200%200%200-2.54-3.8a199.8%20199.8%200%200%201-33-110C47.64%20139.09%20140.72%2048%20255.82%2048C356.2%2048%20440%20117.54%20459.57%20209.85a199%20199%200%200%201%204.43%2041.64c0%20112.41-89.49%20204.93-204.59%20204.93c-18.31%200-43-4.6-56.47-8.37s-26.92-8.77-30.39-10.11a31.1%2031.1%200%200%200-11.13-2.07a30.7%2030.7%200%200%200-12.08%202.43L81.5%20462.78a16%2016%200%200%201-4.66%201.22a9.61%209.61%200%200%201-9.58-9.74a16%2016%200%200%201%20.6-3.29Z%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%22256%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22352%22%20cy%3D%22256%22%20r%3D%2232%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-ellipses-outline.svg?color=%231a73e8&size=48