ios chatbubble icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios chatbubble icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 96C149.9 96 64 165.1 64 250.3c0 30.7 11.2 59.3 30.4 83.3.9.9 2.9 3.8 3.6 4.9 0 0-1-1.6-1.1-1.9 2.3 3.3 3.6 7.1 3.6 11.2 0 1.4-17.9 58-17.9 58-1.3 4.4 2.1 8.9 7.6 10 .8.2 1.6.2 2.4.2 1.3 0 2.5-.2 3.7-.5l1.6-.6 50.6-22c.9-.4 9-3.5 10-3.9l.6-.2s-.1 0-.6.2c3.4-1.2 7.2-1.8 11.2-1.8 3.6 0 7.1.5 10.3 1.5.1 0 .2 0 .2.1.5.2 1 .3 1.5.5 23.1 7.9 48.4 10.3 75.1 10.3 106 0 191-64.1 191-149.3C448 165.1 362 96 256 96z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosChatbubble(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 96C149.9 96 64 165.1 64 250.3c0 30.7 11.2 59.3 30.4 83.3.9.9 2.9 3.8 3.6 4.9 0 0-1-1.6-1.1-1.9 2.3 3.3 3.6 7.1 3.6 11.2 0 1.4-17.9 58-17.9 58-1.3 4.4 2.1 8.9 7.6 10 .8.2 1.6.2 2.4.2 1.3 0 2.5-.2 3.7-.5l1.6-.6 50.6-22c.9-.4 9-3.5 10-3.9l.6-.2s-.1 0-.6.2c3.4-1.2 7.2-1.8 11.2-1.8 3.6 0 7.1.5 10.3 1.5.1 0 .2 0 .2.1.5.2 1 .3 1.5.5 23.1 7.9 48.4 10.3 75.1 10.3 106 0 191-64.1 191-149.3C448 165.1 362 96 256 96z" 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 96C149.9 96 64 165.1 64 250.3c0 30.7 11.2 59.3 30.4 83.3.9.9 2.9 3.8 3.6 4.9 0 0-1-1.6-1.1-1.9 2.3 3.3 3.6 7.1 3.6 11.2 0 1.4-17.9 58-17.9 58-1.3 4.4 2.1 8.9 7.6 10 .8.2 1.6.2 2.4.2 1.3 0 2.5-.2 3.7-.5l1.6-.6 50.6-22c.9-.4 9-3.5 10-3.9l.6-.2s-.1 0-.6.2c3.4-1.2 7.2-1.8 11.2-1.8 3.6 0 7.1.5 10.3 1.5.1 0 .2 0 .2.1.5.2 1 .3 1.5.5 23.1 7.9 48.4 10.3 75.1 10.3 106 0 191-64.1 191-149.3C448 165.1 362 96 256 96z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20d%3D%22M256%2096C149.9%2096%2064%20165.1%2064%20250.3c0%2030.7%2011.2%2059.3%2030.4%2083.3.9.9%202.9%203.8%203.6%204.9%200%200-1-1.6-1.1-1.9%202.3%203.3%203.6%207.1%203.6%2011.2%200%201.4-17.9%2058-17.9%2058-1.3%204.4%202.1%208.9%207.6%2010%20.8.2%201.6.2%202.4.2%201.3%200%202.5-.2%203.7-.5l1.6-.6%2050.6-22c.9-.4%209-3.5%2010-3.9l.6-.2s-.1%200-.6.2c3.4-1.2%207.2-1.8%2011.2-1.8%203.6%200%207.1.5%2010.3%201.5.1%200%20.2%200%20.2.1.5.2%201%20.3%201.5.5%2023.1%207.9%2048.4%2010.3%2075.1%2010.3%20106%200%20191-64.1%20191-149.3C448%20165.1%20362%2096%20256%2096z%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%2096C149.9%2096%2064%20165.1%2064%20250.3c0%2030.7%2011.2%2059.3%2030.4%2083.3.9.9%202.9%203.8%203.6%204.9%200%200-1-1.6-1.1-1.9%202.3%203.3%203.6%207.1%203.6%2011.2%200%201.4-17.9%2058-17.9%2058-1.3%204.4%202.1%208.9%207.6%2010%20.8.2%201.6.2%202.4.2%201.3%200%202.5-.2%203.7-.5l1.6-.6%2050.6-22c.9-.4%209-3.5%2010-3.9l.6-.2s-.1%200-.6.2c3.4-1.2%207.2-1.8%2011.2-1.8%203.6%200%207.1.5%2010.3%201.5.1%200%20.2%200%20.2.1.5.2%201%20.3%201.5.5%2023.1%207.9%2048.4%2010.3%2075.1%2010.3%20106%200%20191-64.1%20191-149.3C448%20165.1%20362%2096%20256%2096z%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/ios-chatbubble.svg?color=%231a73e8&size=48