comments from Font Awesome Regular by Dave Gandy · Regular · Chat · CC-BY-4.0 Attribution required.

Name
comments
Set
Font Awesome Regular
Style
Regular
Category
Chat
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More chat icons from Font Awesome Regular

Use the comments icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M108.2 322.7c6.1-15.2 4-32.6-5.6-45.9C88.1 256.7 80 233.1 80 208c0-66.8 60.5-128 144-128s144 61.2 144 128s-60.5 128-144 128c-15.9 0-31.1-2.3-45.3-6.5c-10.3-3.1-21.4-2.5-31.4 1.5l-50.4 20.2l11.4-28.5zM32 208c0 35.8 11.6 69.1 31.7 96.8l-29.8 74.4c-1.3 3.2-1.9 6.6-1.9 10C32 404 44 416 58.8 416c3.4 0 6.8-.7 10-1.9l96.3-38.5c18.6 5.5 38.4 8.4 58.9 8.4c106 0 192-78.8 192-176S330 32 224 32S32 110.8 32 208m384 368c20.6 0 40.3-3 58.9-8.4l96.3 38.5c3.2 1.3 6.6 1.9 10 1.9c14.8 0 26.8-12 26.8-26.8c0-3.4-.7-6.8-1.9-10l-29.7-74.4c20-27.8 31.7-61.1 31.7-96.8c0-82.4-61.7-151.5-145-170.7c-1.6 16.3-5.1 31.9-10.1 46.9c63.9 14.8 107.2 67.3 107.2 123.9c0 25.1-8.1 48.7-22.6 68.8c-9.6 13.3-11.7 30.6-5.6 45.9l11.4 28.5l-50.4-20.2c-10-4-21.1-4.5-31.4-1.5c-14.2 4.2-29.4 6.5-45.3 6.5c-72.2 0-127.1-45.7-140.7-101.2c-15.6 3.2-31.7 5-48.1 5.2c16.4 81.9 94.7 144 188.8 144z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularComments(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M108.2 322.7c6.1-15.2 4-32.6-5.6-45.9C88.1 256.7 80 233.1 80 208c0-66.8 60.5-128 144-128s144 61.2 144 128s-60.5 128-144 128c-15.9 0-31.1-2.3-45.3-6.5c-10.3-3.1-21.4-2.5-31.4 1.5l-50.4 20.2l11.4-28.5zM32 208c0 35.8 11.6 69.1 31.7 96.8l-29.8 74.4c-1.3 3.2-1.9 6.6-1.9 10C32 404 44 416 58.8 416c3.4 0 6.8-.7 10-1.9l96.3-38.5c18.6 5.5 38.4 8.4 58.9 8.4c106 0 192-78.8 192-176S330 32 224 32S32 110.8 32 208m384 368c20.6 0 40.3-3 58.9-8.4l96.3 38.5c3.2 1.3 6.6 1.9 10 1.9c14.8 0 26.8-12 26.8-26.8c0-3.4-.7-6.8-1.9-10l-29.7-74.4c20-27.8 31.7-61.1 31.7-96.8c0-82.4-61.7-151.5-145-170.7c-1.6 16.3-5.1 31.9-10.1 46.9c63.9 14.8 107.2 67.3 107.2 123.9c0 25.1-8.1 48.7-22.6 68.8c-9.6 13.3-11.7 30.6-5.6 45.9l11.4 28.5l-50.4-20.2c-10-4-21.1-4.5-31.4-1.5c-14.2 4.2-29.4 6.5-45.3 6.5c-72.2 0-127.1-45.7-140.7-101.2c-15.6 3.2-31.7 5-48.1 5.2c16.4 81.9 94.7 144 188.8 144z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M108.2 322.7c6.1-15.2 4-32.6-5.6-45.9C88.1 256.7 80 233.1 80 208c0-66.8 60.5-128 144-128s144 61.2 144 128s-60.5 128-144 128c-15.9 0-31.1-2.3-45.3-6.5c-10.3-3.1-21.4-2.5-31.4 1.5l-50.4 20.2l11.4-28.5zM32 208c0 35.8 11.6 69.1 31.7 96.8l-29.8 74.4c-1.3 3.2-1.9 6.6-1.9 10C32 404 44 416 58.8 416c3.4 0 6.8-.7 10-1.9l96.3-38.5c18.6 5.5 38.4 8.4 58.9 8.4c106 0 192-78.8 192-176S330 32 224 32S32 110.8 32 208m384 368c20.6 0 40.3-3 58.9-8.4l96.3 38.5c3.2 1.3 6.6 1.9 10 1.9c14.8 0 26.8-12 26.8-26.8c0-3.4-.7-6.8-1.9-10l-29.7-74.4c20-27.8 31.7-61.1 31.7-96.8c0-82.4-61.7-151.5-145-170.7c-1.6 16.3-5.1 31.9-10.1 46.9c63.9 14.8 107.2 67.3 107.2 123.9c0 25.1-8.1 48.7-22.6 68.8c-9.6 13.3-11.7 30.6-5.6 45.9l11.4 28.5l-50.4-20.2c-10-4-21.1-4.5-31.4-1.5c-14.2 4.2-29.4 6.5-45.3 6.5c-72.2 0-127.1-45.7-140.7-101.2c-15.6 3.2-31.7 5-48.1 5.2c16.4 81.9 94.7 144 188.8 144z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M108.2%20322.7c6.1-15.2%204-32.6-5.6-45.9C88.1%20256.7%2080%20233.1%2080%20208c0-66.8%2060.5-128%20144-128s144%2061.2%20144%20128s-60.5%20128-144%20128c-15.9%200-31.1-2.3-45.3-6.5c-10.3-3.1-21.4-2.5-31.4%201.5l-50.4%2020.2l11.4-28.5zM32%20208c0%2035.8%2011.6%2069.1%2031.7%2096.8l-29.8%2074.4c-1.3%203.2-1.9%206.6-1.9%2010C32%20404%2044%20416%2058.8%20416c3.4%200%206.8-.7%2010-1.9l96.3-38.5c18.6%205.5%2038.4%208.4%2058.9%208.4c106%200%20192-78.8%20192-176S330%2032%20224%2032S32%20110.8%2032%20208m384%20368c20.6%200%2040.3-3%2058.9-8.4l96.3%2038.5c3.2%201.3%206.6%201.9%2010%201.9c14.8%200%2026.8-12%2026.8-26.8c0-3.4-.7-6.8-1.9-10l-29.7-74.4c20-27.8%2031.7-61.1%2031.7-96.8c0-82.4-61.7-151.5-145-170.7c-1.6%2016.3-5.1%2031.9-10.1%2046.9c63.9%2014.8%20107.2%2067.3%20107.2%20123.9c0%2025.1-8.1%2048.7-22.6%2068.8c-9.6%2013.3-11.7%2030.6-5.6%2045.9l11.4%2028.5l-50.4-20.2c-10-4-21.1-4.5-31.4-1.5c-14.2%204.2-29.4%206.5-45.3%206.5c-72.2%200-127.1-45.7-140.7-101.2c-15.6%203.2-31.7%205-48.1%205.2c16.4%2081.9%2094.7%20144%20188.8%20144z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M108.2%20322.7c6.1-15.2%204-32.6-5.6-45.9C88.1%20256.7%2080%20233.1%2080%20208c0-66.8%2060.5-128%20144-128s144%2061.2%20144%20128s-60.5%20128-144%20128c-15.9%200-31.1-2.3-45.3-6.5c-10.3-3.1-21.4-2.5-31.4%201.5l-50.4%2020.2l11.4-28.5zM32%20208c0%2035.8%2011.6%2069.1%2031.7%2096.8l-29.8%2074.4c-1.3%203.2-1.9%206.6-1.9%2010C32%20404%2044%20416%2058.8%20416c3.4%200%206.8-.7%2010-1.9l96.3-38.5c18.6%205.5%2038.4%208.4%2058.9%208.4c106%200%20192-78.8%20192-176S330%2032%20224%2032S32%20110.8%2032%20208m384%20368c20.6%200%2040.3-3%2058.9-8.4l96.3%2038.5c3.2%201.3%206.6%201.9%2010%201.9c14.8%200%2026.8-12%2026.8-26.8c0-3.4-.7-6.8-1.9-10l-29.7-74.4c20-27.8%2031.7-61.1%2031.7-96.8c0-82.4-61.7-151.5-145-170.7c-1.6%2016.3-5.1%2031.9-10.1%2046.9c63.9%2014.8%20107.2%2067.3%20107.2%20123.9c0%2025.1-8.1%2048.7-22.6%2068.8c-9.6%2013.3-11.7%2030.6-5.6%2045.9l11.4%2028.5l-50.4-20.2c-10-4-21.1-4.5-31.4-1.5c-14.2%204.2-29.4%206.5-45.3%206.5c-72.2%200-127.1-45.7-140.7-101.2c-15.6%203.2-31.7%205-48.1%205.2c16.4%2081.9%2094.7%20144%20188.8%20144z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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