chatting 01 icon

chatting-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
chatting-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the chatting 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M20 9c-.795-3.985-4.487-7-8.92-7C6.064 2 2 5.855 2 10.61c0 2.285.938 4.36 2.469 5.9c.336.34.561.803.47 1.28a4.75 4.75 0 0 1-.986 2.114a5.95 5.95 0 0 0 3.835-.591c.412-.218.619-.326.764-.348c.102-.016.235-.001.448.035"/><path d="M11 16.262c0 2.905 2.463 5.261 5.5 5.261q.537 0 1.064-.098c.253-.047.379-.071.467-.058c.088.014.213.08.463.213c.706.376 1.53.509 2.323.361a2.9 2.9 0 0 1-.598-1.291c-.055-.292.081-.575.286-.782A5.12 5.12 0 0 0 22 16.262C22 13.356 19.537 11 16.5 11S11 13.356 11 16.262Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChatting01(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" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M20 9c-.795-3.985-4.487-7-8.92-7C6.064 2 2 5.855 2 10.61c0 2.285.938 4.36 2.469 5.9c.336.34.561.803.47 1.28a4.75 4.75 0 0 1-.986 2.114a5.95 5.95 0 0 0 3.835-.591c.412-.218.619-.326.764-.348c.102-.016.235-.001.448.035"/><path d="M11 16.262c0 2.905 2.463 5.261 5.5 5.261q.537 0 1.064-.098c.253-.047.379-.071.467-.058c.088.014.213.08.463.213c.706.376 1.53.509 2.323.361a2.9 2.9 0 0 1-.598-1.291c-.055-.292.081-.575.286-.782A5.12 5.12 0 0 0 22 16.262C22 13.356 19.537 11 16.5 11S11 13.356 11 16.262Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M20 9c-.795-3.985-4.487-7-8.92-7C6.064 2 2 5.855 2 10.61c0 2.285.938 4.36 2.469 5.9c.336.34.561.803.47 1.28a4.75 4.75 0 0 1-.986 2.114a5.95 5.95 0 0 0 3.835-.591c.412-.218.619-.326.764-.348c.102-.016.235-.001.448.035"/><path d="M11 16.262c0 2.905 2.463 5.261 5.5 5.261q.537 0 1.064-.098c.253-.047.379-.071.467-.058c.088.014.213.08.463.213c.706.376 1.53.509 2.323.361a2.9 2.9 0 0 1-.598-1.291c-.055-.292.081-.575.286-.782A5.12 5.12 0 0 0 22 16.262C22 13.356 19.537 11 16.5 11S11 13.356 11 16.262Z"/></g></svg>
</template>

CSS

.icon-chatting-01 {
  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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%209c-.795-3.985-4.487-7-8.92-7C6.064%202%202%205.855%202%2010.61c0%202.285.938%204.36%202.469%205.9c.336.34.561.803.47%201.28a4.75%204.75%200%200%201-.986%202.114a5.95%205.95%200%200%200%203.835-.591c.412-.218.619-.326.764-.348c.102-.016.235-.001.448.035%22%2F%3E%3Cpath%20d%3D%22M11%2016.262c0%202.905%202.463%205.261%205.5%205.261q.537%200%201.064-.098c.253-.047.379-.071.467-.058c.088.014.213.08.463.213c.706.376%201.53.509%202.323.361a2.9%202.9%200%200%201-.598-1.291c-.055-.292.081-.575.286-.782A5.12%205.12%200%200%200%2022%2016.262C22%2013.356%2019.537%2011%2016.5%2011S11%2013.356%2011%2016.262Z%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%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20%209c-.795-3.985-4.487-7-8.92-7C6.064%202%202%205.855%202%2010.61c0%202.285.938%204.36%202.469%205.9c.336.34.561.803.47%201.28a4.75%204.75%200%200%201-.986%202.114a5.95%205.95%200%200%200%203.835-.591c.412-.218.619-.326.764-.348c.102-.016.235-.001.448.035%22%2F%3E%3Cpath%20d%3D%22M11%2016.262c0%202.905%202.463%205.261%205.5%205.261q.537%200%201.064-.098c.253-.047.379-.071.467-.058c.088.014.213.08.463.213c.706.376%201.53.509%202.323.361a2.9%202.9%200%200%201-.598-1.291c-.055-.292.081-.575.286-.782A5.12%205.12%200%200%200%2022%2016.262C22%2013.356%2019.537%2011%2016.5%2011S11%2013.356%2011%2016.262Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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