chats from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
chats
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the chats icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.882 15C13.261 15 16 12.538 16 9.5S13.261 4 9.882 4C6.504 4 3.765 6.462 3.765 9.5c0 .818.198 1.594.554 2.292L3 15l3.824-.736A6.6 6.6 0 0 0 9.882 15Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.804 18.124a6.6 6.6 0 0 0 3.314.876a6.6 6.6 0 0 0 3.059-.736L21 19l-1.32-3.208a5 5 0 0 0 .555-2.292c0-1.245-.46-2.393-1.235-3.315c-.749-.89-1.792-1.569-3-1.92"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 13 9.5)"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 10 9.5)"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 7 9.5)"/></g></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsChats(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M9.882 15C13.261 15 16 12.538 16 9.5S13.261 4 9.882 4C6.504 4 3.765 6.462 3.765 9.5c0 .818.198 1.594.554 2.292L3 15l3.824-.736A6.6 6.6 0 0 0 9.882 15Z"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M10.804 18.124a6.6 6.6 0 0 0 3.314.876a6.6 6.6 0 0 0 3.059-.736L21 19l-1.32-3.208a5 5 0 0 0 .555-2.292c0-1.245-.46-2.393-1.235-3.315c-.749-.89-1.792-1.569-3-1.92"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 13 9.5)"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 10 9.5)"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 7 9.5)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M9.882 15C13.261 15 16 12.538 16 9.5S13.261 4 9.882 4C6.504 4 3.765 6.462 3.765 9.5c0 .818.198 1.594.554 2.292L3 15l3.824-.736A6.6 6.6 0 0 0 9.882 15Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.804 18.124a6.6 6.6 0 0 0 3.314.876a6.6 6.6 0 0 0 3.059-.736L21 19l-1.32-3.208a5 5 0 0 0 .555-2.292c0-1.245-.46-2.393-1.235-3.315c-.749-.89-1.792-1.569-3-1.92"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 13 9.5)"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 10 9.5)"/><circle r="1" fill="currentColor" transform="matrix(-1 0 0 1 7 9.5)"/></g></svg>
</template>

CSS

.icon-chats {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.882%2015C13.261%2015%2016%2012.538%2016%209.5S13.261%204%209.882%204C6.504%204%203.765%206.462%203.765%209.5c0%20.818.198%201.594.554%202.292L3%2015l3.824-.736A6.6%206.6%200%200%200%209.882%2015Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.804%2018.124a6.6%206.6%200%200%200%203.314.876a6.6%206.6%200%200%200%203.059-.736L21%2019l-1.32-3.208a5%205%200%200%200%20.555-2.292c0-1.245-.46-2.393-1.235-3.315c-.749-.89-1.792-1.569-3-1.92%22%2F%3E%3Ccircle%20r%3D%221%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2013%209.5)%22%2F%3E%3Ccircle%20r%3D%221%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2010%209.5)%22%2F%3E%3Ccircle%20r%3D%221%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%207%209.5)%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M9.882%2015C13.261%2015%2016%2012.538%2016%209.5S13.261%204%209.882%204C6.504%204%203.765%206.462%203.765%209.5c0%20.818.198%201.594.554%202.292L3%2015l3.824-.736A6.6%206.6%200%200%200%209.882%2015Z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10.804%2018.124a6.6%206.6%200%200%200%203.314.876a6.6%206.6%200%200%200%203.059-.736L21%2019l-1.32-3.208a5%205%200%200%200%20.555-2.292c0-1.245-.46-2.393-1.235-3.315c-.749-.89-1.792-1.569-3-1.92%22%2F%3E%3Ccircle%20r%3D%221%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2013%209.5)%22%2F%3E%3Ccircle%20r%3D%221%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%2010%209.5)%22%2F%3E%3Ccircle%20r%3D%221%22%20fill%3D%22currentColor%22%20transform%3D%22matrix(-1%200%200%201%207%209.5)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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