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

Name
comment
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 comment icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M115.9 448.9C83.3 408.6 64 358.4 64 304C64 171.5 178.6 64 320 64s256 107.5 256 240s-114.6 240-256 240c-36.5 0-71.2-7.2-102.6-20L101 573.9c-3.7 1.6-7.5 2.1-11.5 2.1c-14.1 0-25.5-11.4-25.5-25.5c0-4.3 1.1-8.5 3.1-12.2zm37.3-30.2c12.2 15.1 14.1 36.1 4.8 53.2L140 505l58.5-25.1c11.8-5.1 25.2-5.2 37.1-.3c25.7 10.5 54.2 16.4 84.3 16.4c117.8 0 208-88.8 208-192S437.8 112 320 112s-208 88.8-208 192c0 42.8 15.1 82.4 41.2 114.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularComment(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="M115.9 448.9C83.3 408.6 64 358.4 64 304C64 171.5 178.6 64 320 64s256 107.5 256 240s-114.6 240-256 240c-36.5 0-71.2-7.2-102.6-20L101 573.9c-3.7 1.6-7.5 2.1-11.5 2.1c-14.1 0-25.5-11.4-25.5-25.5c0-4.3 1.1-8.5 3.1-12.2zm37.3-30.2c12.2 15.1 14.1 36.1 4.8 53.2L140 505l58.5-25.1c11.8-5.1 25.2-5.2 37.1-.3c25.7 10.5 54.2 16.4 84.3 16.4c117.8 0 208-88.8 208-192S437.8 112 320 112s-208 88.8-208 192c0 42.8 15.1 82.4 41.2 114.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M115.9 448.9C83.3 408.6 64 358.4 64 304C64 171.5 178.6 64 320 64s256 107.5 256 240s-114.6 240-256 240c-36.5 0-71.2-7.2-102.6-20L101 573.9c-3.7 1.6-7.5 2.1-11.5 2.1c-14.1 0-25.5-11.4-25.5-25.5c0-4.3 1.1-8.5 3.1-12.2zm37.3-30.2c12.2 15.1 14.1 36.1 4.8 53.2L140 505l58.5-25.1c11.8-5.1 25.2-5.2 37.1-.3c25.7 10.5 54.2 16.4 84.3 16.4c117.8 0 208-88.8 208-192S437.8 112 320 112s-208 88.8-208 192c0 42.8 15.1 82.4 41.2 114.7"/></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%22M115.9%20448.9C83.3%20408.6%2064%20358.4%2064%20304C64%20171.5%20178.6%2064%20320%2064s256%20107.5%20256%20240s-114.6%20240-256%20240c-36.5%200-71.2-7.2-102.6-20L101%20573.9c-3.7%201.6-7.5%202.1-11.5%202.1c-14.1%200-25.5-11.4-25.5-25.5c0-4.3%201.1-8.5%203.1-12.2zm37.3-30.2c12.2%2015.1%2014.1%2036.1%204.8%2053.2L140%20505l58.5-25.1c11.8-5.1%2025.2-5.2%2037.1-.3c25.7%2010.5%2054.2%2016.4%2084.3%2016.4c117.8%200%20208-88.8%20208-192S437.8%20112%20320%20112s-208%2088.8-208%20192c0%2042.8%2015.1%2082.4%2041.2%20114.7%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%22M115.9%20448.9C83.3%20408.6%2064%20358.4%2064%20304C64%20171.5%20178.6%2064%20320%2064s256%20107.5%20256%20240s-114.6%20240-256%20240c-36.5%200-71.2-7.2-102.6-20L101%20573.9c-3.7%201.6-7.5%202.1-11.5%202.1c-14.1%200-25.5-11.4-25.5-25.5c0-4.3%201.1-8.5%203.1-12.2zm37.3-30.2c12.2%2015.1%2014.1%2036.1%204.8%2053.2L140%20505l58.5-25.1c11.8-5.1%2025.2-5.2%2037.1-.3c25.7%2010.5%2054.2%2016.4%2084.3%2016.4c117.8%200%20208-88.8%20208-192S437.8%20112%20320%20112s-208%2088.8-208%20192c0%2042.8%2015.1%2082.4%2041.2%20114.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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