comments icon
comments from Font Awesome Solid by Dave Gandy · Solid · Chat · CC-BY-4.0 Attribution required.
- Name
- comments
- 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 comments icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M416 208c0 97.2-86 176-192 176c-26.7 0-52.1-5-75.2-14l-81.6 43.2c-9.3 4.9-20.7 3.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C46.3 284.2 32 247.6 32 208c0-97.2 86-176 192-176s192 78.8 192 176m0 368c-94.1 0-172.4-62.1-188.8-144c120-1.5 224.3-86.9 235.8-202.7c83.3 19.2 145 88.3 145 170.7c0 39.6-14.3 76.2-38.4 105.6l35.6 67.2c4.9 9.3 3.2 20.7-4.2 28.2s-18.9 9.2-28.2 4.2L491.2 562c-23.1 9-48.5 14-75.2 14"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidComments(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="M416 208c0 97.2-86 176-192 176c-26.7 0-52.1-5-75.2-14l-81.6 43.2c-9.3 4.9-20.7 3.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C46.3 284.2 32 247.6 32 208c0-97.2 86-176 192-176s192 78.8 192 176m0 368c-94.1 0-172.4-62.1-188.8-144c120-1.5 224.3-86.9 235.8-202.7c83.3 19.2 145 88.3 145 170.7c0 39.6-14.3 76.2-38.4 105.6l35.6 67.2c4.9 9.3 3.2 20.7-4.2 28.2s-18.9 9.2-28.2 4.2L491.2 562c-23.1 9-48.5 14-75.2 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M416 208c0 97.2-86 176-192 176c-26.7 0-52.1-5-75.2-14l-81.6 43.2c-9.3 4.9-20.7 3.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C46.3 284.2 32 247.6 32 208c0-97.2 86-176 192-176s192 78.8 192 176m0 368c-94.1 0-172.4-62.1-188.8-144c120-1.5 224.3-86.9 235.8-202.7c83.3 19.2 145 88.3 145 170.7c0 39.6-14.3 76.2-38.4 105.6l35.6 67.2c4.9 9.3 3.2 20.7-4.2 28.2s-18.9 9.2-28.2 4.2L491.2 562c-23.1 9-48.5 14-75.2 14"/></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%22M416%20208c0%2097.2-86%20176-192%20176c-26.7%200-52.1-5-75.2-14l-81.6%2043.2c-9.3%204.9-20.7%203.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C46.3%20284.2%2032%20247.6%2032%20208c0-97.2%2086-176%20192-176s192%2078.8%20192%20176m0%20368c-94.1%200-172.4-62.1-188.8-144c120-1.5%20224.3-86.9%20235.8-202.7c83.3%2019.2%20145%2088.3%20145%20170.7c0%2039.6-14.3%2076.2-38.4%20105.6l35.6%2067.2c4.9%209.3%203.2%2020.7-4.2%2028.2s-18.9%209.2-28.2%204.2L491.2%20562c-23.1%209-48.5%2014-75.2%2014%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%22M416%20208c0%2097.2-86%20176-192%20176c-26.7%200-52.1-5-75.2-14l-81.6%2043.2c-9.3%204.9-20.7%203.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C46.3%20284.2%2032%20247.6%2032%20208c0-97.2%2086-176%20192-176s192%2078.8%20192%20176m0%20368c-94.1%200-172.4-62.1-188.8-144c120-1.5%20224.3-86.9%20235.8-202.7c83.3%2019.2%20145%2088.3%20145%20170.7c0%2039.6-14.3%2076.2-38.4%20105.6l35.6%2067.2c4.9%209.3%203.2%2020.7-4.2%2028.2s-18.9%209.2-28.2%204.2L491.2%20562c-23.1%209-48.5%2014-75.2%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/comments.svg?color=%231a73e8&size=48