comments icon

comments from Unicons by Iconscout · Line · Chat · Apache-2.0 Free for personal and commercial use.

Name
comments
Set
Unicons
Style
Line
Category
Chat
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More chat icons from Unicons

Use the comments icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.61 19.19a7 7 0 0 0-2.74-10.57a8 8 0 1 0-14.19 6.29l-1.39 1.38a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 18h5.69A7 7 0 0 0 15 22h6a1 1 0 0 0 .92-.62a1 1 0 0 0-.21-1.09ZM8 15a6.6 6.6 0 0 0 .08 1H5.41l.35-.34a1 1 0 0 0 0-1.42A5.93 5.93 0 0 1 4 10a6 6 0 0 1 6-6a5.94 5.94 0 0 1 5.65 4H15a7 7 0 0 0-7 7m10.54 5l.05.05H15a5 5 0 1 1 3.54-1.46a1 1 0 0 0-.3.7a1 1 0 0 0 .3.71"/></svg>

React

import type { SVGProps } from "react";

export function UilComments(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.61 19.19a7 7 0 0 0-2.74-10.57a8 8 0 1 0-14.19 6.29l-1.39 1.38a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 18h5.69A7 7 0 0 0 15 22h6a1 1 0 0 0 .92-.62a1 1 0 0 0-.21-1.09ZM8 15a6.6 6.6 0 0 0 .08 1H5.41l.35-.34a1 1 0 0 0 0-1.42A5.93 5.93 0 0 1 4 10a6 6 0 0 1 6-6a5.94 5.94 0 0 1 5.65 4H15a7 7 0 0 0-7 7m10.54 5l.05.05H15a5 5 0 1 1 3.54-1.46a1 1 0 0 0-.3.7a1 1 0 0 0 .3.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.61 19.19a7 7 0 0 0-2.74-10.57a8 8 0 1 0-14.19 6.29l-1.39 1.38a1 1 0 0 0-.21 1.09A1 1 0 0 0 3 18h5.69A7 7 0 0 0 15 22h6a1 1 0 0 0 .92-.62a1 1 0 0 0-.21-1.09ZM8 15a6.6 6.6 0 0 0 .08 1H5.41l.35-.34a1 1 0 0 0 0-1.42A5.93 5.93 0 0 1 4 10a6 6 0 0 1 6-6a5.94 5.94 0 0 1 5.65 4H15a7 7 0 0 0-7 7m10.54 5l.05.05H15a5 5 0 1 1 3.54-1.46a1 1 0 0 0-.3.7a1 1 0 0 0 .3.71"/></svg>
</template>

CSS

.icon-comments {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.61%2019.19a7%207%200%200%200-2.74-10.57a8%208%200%201%200-14.19%206.29l-1.39%201.38a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2018h5.69A7%207%200%200%200%2015%2022h6a1%201%200%200%200%20.92-.62a1%201%200%200%200-.21-1.09ZM8%2015a6.6%206.6%200%200%200%20.08%201H5.41l.35-.34a1%201%200%200%200%200-1.42A5.93%205.93%200%200%201%204%2010a6%206%200%200%201%206-6a5.94%205.94%200%200%201%205.65%204H15a7%207%200%200%200-7%207m10.54%205l.05.05H15a5%205%200%201%201%203.54-1.46a1%201%200%200%200-.3.7a1%201%200%200%200%20.3.71%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.61%2019.19a7%207%200%200%200-2.74-10.57a8%208%200%201%200-14.19%206.29l-1.39%201.38a1%201%200%200%200-.21%201.09A1%201%200%200%200%203%2018h5.69A7%207%200%200%200%2015%2022h6a1%201%200%200%200%20.92-.62a1%201%200%200%200-.21-1.09ZM8%2015a6.6%206.6%200%200%200%20.08%201H5.41l.35-.34a1%201%200%200%200%200-1.42A5.93%205.93%200%200%201%204%2010a6%206%200%200%201%206-6a5.94%205.94%200%200%201%205.65%204H15a7%207%200%200%200-7%207m10.54%205l.05.05H15a5%205%200%201%201%203.54-1.46a1%201%200%200%200-.3.7a1%201%200%200%200%20.3.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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