ios chatbubbles icon

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

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

Related icons in IonIcons

Use the ios chatbubbles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M431 320.6c0-4.4 1.2-8.6 3.3-12.2.6-1.1 1.4-2.1 2.1-3.1 17.4-26 27.6-57.1 27.6-90.3.3-92.2-77.5-167-173.7-167-83.9 0-153.9 57.1-170.3 132.9-2.4 11.1-3.7 22.4-3.7 34.2 0 92.3 74.8 169.1 171 169.1 15.3 0 35.9-4.6 47.2-7.7 11.3-3.1 22.5-7.2 25.4-8.3 2.9-1.1 6.1-1.7 9.3-1.7 3.6 0 7 .7 10.1 2l56.7 20.1s2.4 1 3.9 1c4.4 0 8-3.5 8-8 0-1-.5-2.7-.5-2.7L431 320.6z" fill="currentColor"/><path d="M318.5 392.5c-3.6 1-8.2 2.1-13.2 3.2-10.5 2.2-23.9 4.5-34 4.5-96.2 0-171-76.8-171-169.1 0-6.6.7-15 1.5-21.4.6-4.3 1.3-8.6 2.3-12.8 1-4.5 2.2-9 3.5-13.4l-8 7.1C66.8 219.2 48 260 48 302.5c0 29.3 8.5 57.5 24.8 82 2.3 3.5 3.6 6.2 3.2 8-.4 1.8-11.9 62-11.9 62-.6 2.9.5 5.8 2.7 7.7 1.5 1.2 3.3 1.8 5.1 1.8 1 0 2-.2 2.9-.6l56.1-22.1c1.8-.7 3.7-1.1 5.7-1.1 0 0 2.4-.2 6.3 1.3 18.9 7.4 39.8 12 60.7 12 46.6 0 90.4-20.1 120.1-55.1 0 0 3.2-4.4 6.9-9.6-3.7 1.3-7.9 2.6-12.1 3.7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosChatbubbles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M431 320.6c0-4.4 1.2-8.6 3.3-12.2.6-1.1 1.4-2.1 2.1-3.1 17.4-26 27.6-57.1 27.6-90.3.3-92.2-77.5-167-173.7-167-83.9 0-153.9 57.1-170.3 132.9-2.4 11.1-3.7 22.4-3.7 34.2 0 92.3 74.8 169.1 171 169.1 15.3 0 35.9-4.6 47.2-7.7 11.3-3.1 22.5-7.2 25.4-8.3 2.9-1.1 6.1-1.7 9.3-1.7 3.6 0 7 .7 10.1 2l56.7 20.1s2.4 1 3.9 1c4.4 0 8-3.5 8-8 0-1-.5-2.7-.5-2.7L431 320.6z" fill="currentColor"/><path d="M318.5 392.5c-3.6 1-8.2 2.1-13.2 3.2-10.5 2.2-23.9 4.5-34 4.5-96.2 0-171-76.8-171-169.1 0-6.6.7-15 1.5-21.4.6-4.3 1.3-8.6 2.3-12.8 1-4.5 2.2-9 3.5-13.4l-8 7.1C66.8 219.2 48 260 48 302.5c0 29.3 8.5 57.5 24.8 82 2.3 3.5 3.6 6.2 3.2 8-.4 1.8-11.9 62-11.9 62-.6 2.9.5 5.8 2.7 7.7 1.5 1.2 3.3 1.8 5.1 1.8 1 0 2-.2 2.9-.6l56.1-22.1c1.8-.7 3.7-1.1 5.7-1.1 0 0 2.4-.2 6.3 1.3 18.9 7.4 39.8 12 60.7 12 46.6 0 90.4-20.1 120.1-55.1 0 0 3.2-4.4 6.9-9.6-3.7 1.3-7.9 2.6-12.1 3.7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M431 320.6c0-4.4 1.2-8.6 3.3-12.2.6-1.1 1.4-2.1 2.1-3.1 17.4-26 27.6-57.1 27.6-90.3.3-92.2-77.5-167-173.7-167-83.9 0-153.9 57.1-170.3 132.9-2.4 11.1-3.7 22.4-3.7 34.2 0 92.3 74.8 169.1 171 169.1 15.3 0 35.9-4.6 47.2-7.7 11.3-3.1 22.5-7.2 25.4-8.3 2.9-1.1 6.1-1.7 9.3-1.7 3.6 0 7 .7 10.1 2l56.7 20.1s2.4 1 3.9 1c4.4 0 8-3.5 8-8 0-1-.5-2.7-.5-2.7L431 320.6z" fill="currentColor"/><path d="M318.5 392.5c-3.6 1-8.2 2.1-13.2 3.2-10.5 2.2-23.9 4.5-34 4.5-96.2 0-171-76.8-171-169.1 0-6.6.7-15 1.5-21.4.6-4.3 1.3-8.6 2.3-12.8 1-4.5 2.2-9 3.5-13.4l-8 7.1C66.8 219.2 48 260 48 302.5c0 29.3 8.5 57.5 24.8 82 2.3 3.5 3.6 6.2 3.2 8-.4 1.8-11.9 62-11.9 62-.6 2.9.5 5.8 2.7 7.7 1.5 1.2 3.3 1.8 5.1 1.8 1 0 2-.2 2.9-.6l56.1-22.1c1.8-.7 3.7-1.1 5.7-1.1 0 0 2.4-.2 6.3 1.3 18.9 7.4 39.8 12 60.7 12 46.6 0 90.4-20.1 120.1-55.1 0 0 3.2-4.4 6.9-9.6-3.7 1.3-7.9 2.6-12.1 3.7z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-chatbubbles {
  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%22M431%20320.6c0-4.4%201.2-8.6%203.3-12.2.6-1.1%201.4-2.1%202.1-3.1%2017.4-26%2027.6-57.1%2027.6-90.3.3-92.2-77.5-167-173.7-167-83.9%200-153.9%2057.1-170.3%20132.9-2.4%2011.1-3.7%2022.4-3.7%2034.2%200%2092.3%2074.8%20169.1%20171%20169.1%2015.3%200%2035.9-4.6%2047.2-7.7%2011.3-3.1%2022.5-7.2%2025.4-8.3%202.9-1.1%206.1-1.7%209.3-1.7%203.6%200%207%20.7%2010.1%202l56.7%2020.1s2.4%201%203.9%201c4.4%200%208-3.5%208-8%200-1-.5-2.7-.5-2.7L431%20320.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M318.5%20392.5c-3.6%201-8.2%202.1-13.2%203.2-10.5%202.2-23.9%204.5-34%204.5-96.2%200-171-76.8-171-169.1%200-6.6.7-15%201.5-21.4.6-4.3%201.3-8.6%202.3-12.8%201-4.5%202.2-9%203.5-13.4l-8%207.1C66.8%20219.2%2048%20260%2048%20302.5c0%2029.3%208.5%2057.5%2024.8%2082%202.3%203.5%203.6%206.2%203.2%208-.4%201.8-11.9%2062-11.9%2062-.6%202.9.5%205.8%202.7%207.7%201.5%201.2%203.3%201.8%205.1%201.8%201%200%202-.2%202.9-.6l56.1-22.1c1.8-.7%203.7-1.1%205.7-1.1%200%200%202.4-.2%206.3%201.3%2018.9%207.4%2039.8%2012%2060.7%2012%2046.6%200%2090.4-20.1%20120.1-55.1%200%200%203.2-4.4%206.9-9.6-3.7%201.3-7.9%202.6-12.1%203.7z%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%22M431%20320.6c0-4.4%201.2-8.6%203.3-12.2.6-1.1%201.4-2.1%202.1-3.1%2017.4-26%2027.6-57.1%2027.6-90.3.3-92.2-77.5-167-173.7-167-83.9%200-153.9%2057.1-170.3%20132.9-2.4%2011.1-3.7%2022.4-3.7%2034.2%200%2092.3%2074.8%20169.1%20171%20169.1%2015.3%200%2035.9-4.6%2047.2-7.7%2011.3-3.1%2022.5-7.2%2025.4-8.3%202.9-1.1%206.1-1.7%209.3-1.7%203.6%200%207%20.7%2010.1%202l56.7%2020.1s2.4%201%203.9%201c4.4%200%208-3.5%208-8%200-1-.5-2.7-.5-2.7L431%20320.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M318.5%20392.5c-3.6%201-8.2%202.1-13.2%203.2-10.5%202.2-23.9%204.5-34%204.5-96.2%200-171-76.8-171-169.1%200-6.6.7-15%201.5-21.4.6-4.3%201.3-8.6%202.3-12.8%201-4.5%202.2-9%203.5-13.4l-8%207.1C66.8%20219.2%2048%20260%2048%20302.5c0%2029.3%208.5%2057.5%2024.8%2082%202.3%203.5%203.6%206.2%203.2%208-.4%201.8-11.9%2062-11.9%2062-.6%202.9.5%205.8%202.7%207.7%201.5%201.2%203.3%201.8%205.1%201.8%201%200%202-.2%202.9-.6l56.1-22.1c1.8-.7%203.7-1.1%205.7-1.1%200%200%202.4-.2%206.3%201.3%2018.9%207.4%2039.8%2012%2060.7%2012%2046.6%200%2090.4-20.1%20120.1-55.1%200%200%203.2-4.4%206.9-9.6-3.7%201.3-7.9%202.6-12.1%203.7z%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-chatbubbles.svg?color=%231a73e8&size=48