comment from Font Awesome Solid by Dave Gandy · Solid · Chat · CC-BY-4.0 Attribution required.

Name
comment
Set
Font Awesome Solid
Style
Solid
Category
Chat
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More chat icons from Font Awesome Solid

Use the comment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 304c0 132.5-114.6 240-256 240c-37.1 0-72.3-7.4-104.1-20.7L97.5 574.1c-9.4 4-20.2 1.7-27.1-5.8s-8.4-18.5-3.6-27.5l48.8-92.2C83.2 408.3 64 358.3 64 304C64 171.5 178.6 64 320 64s256 107.5 256 240"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidComment(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="M576 304c0 132.5-114.6 240-256 240c-37.1 0-72.3-7.4-104.1-20.7L97.5 574.1c-9.4 4-20.2 1.7-27.1-5.8s-8.4-18.5-3.6-27.5l48.8-92.2C83.2 408.3 64 358.3 64 304C64 171.5 178.6 64 320 64s256 107.5 256 240"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M576 304c0 132.5-114.6 240-256 240c-37.1 0-72.3-7.4-104.1-20.7L97.5 574.1c-9.4 4-20.2 1.7-27.1-5.8s-8.4-18.5-3.6-27.5l48.8-92.2C83.2 408.3 64 358.3 64 304C64 171.5 178.6 64 320 64s256 107.5 256 240"/></svg>
</template>

CSS

.icon-comment {
  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%22M576%20304c0%20132.5-114.6%20240-256%20240c-37.1%200-72.3-7.4-104.1-20.7L97.5%20574.1c-9.4%204-20.2%201.7-27.1-5.8s-8.4-18.5-3.6-27.5l48.8-92.2C83.2%20408.3%2064%20358.3%2064%20304C64%20171.5%20178.6%2064%20320%2064s256%20107.5%20256%20240%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%22M576%20304c0%20132.5-114.6%20240-256%20240c-37.1%200-72.3-7.4-104.1-20.7L97.5%20574.1c-9.4%204-20.2%201.7-27.1-5.8s-8.4-18.5-3.6-27.5l48.8-92.2C83.2%20408.3%2064%20358.3%2064%20304C64%20171.5%20178.6%2064%20320%2064s256%20107.5%20256%20240%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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