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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 304c0 54.4 19.3 104.6 51.9 144.9l-48.8 89.4c-2 3.7-3.1 7.9-3.1 12.2c0 14.1 11.4 25.5 25.5 25.5c4 0 7.8-.6 11.5-2.1L217.4 524c31.4 12.9 66.1 20 102.6 20c141.4 0 256-107.5 256-240S461.4 64 320 64S64 171.5 64 304m94 167.9c9.3-17.1 7.4-38.1-4.8-53.2C127.1 386.4 112 346.8 112 304c0-103.2 90.2-192 208-192s208 88.8 208 192s-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4c-11.9-4.9-25.3-4.8-37.1.3l-58.6 25zM208 336c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m144-32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularCommentDots(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="M64 304c0 54.4 19.3 104.6 51.9 144.9l-48.8 89.4c-2 3.7-3.1 7.9-3.1 12.2c0 14.1 11.4 25.5 25.5 25.5c4 0 7.8-.6 11.5-2.1L217.4 524c31.4 12.9 66.1 20 102.6 20c141.4 0 256-107.5 256-240S461.4 64 320 64S64 171.5 64 304m94 167.9c9.3-17.1 7.4-38.1-4.8-53.2C127.1 386.4 112 346.8 112 304c0-103.2 90.2-192 208-192s208 88.8 208 192s-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4c-11.9-4.9-25.3-4.8-37.1.3l-58.6 25zM208 336c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m144-32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 304c0 54.4 19.3 104.6 51.9 144.9l-48.8 89.4c-2 3.7-3.1 7.9-3.1 12.2c0 14.1 11.4 25.5 25.5 25.5c4 0 7.8-.6 11.5-2.1L217.4 524c31.4 12.9 66.1 20 102.6 20c141.4 0 256-107.5 256-240S461.4 64 320 64S64 171.5 64 304m94 167.9c9.3-17.1 7.4-38.1-4.8-53.2C127.1 386.4 112 346.8 112 304c0-103.2 90.2-192 208-192s208 88.8 208 192s-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4c-11.9-4.9-25.3-4.8-37.1.3l-58.6 25zM208 336c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32m144-32c0-17.7-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32m80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32s14.3 32 32 32"/></svg>
</template>

CSS

.icon-comment-dots {
  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%22M64%20304c0%2054.4%2019.3%20104.6%2051.9%20144.9l-48.8%2089.4c-2%203.7-3.1%207.9-3.1%2012.2c0%2014.1%2011.4%2025.5%2025.5%2025.5c4%200%207.8-.6%2011.5-2.1L217.4%20524c31.4%2012.9%2066.1%2020%20102.6%2020c141.4%200%20256-107.5%20256-240S461.4%2064%20320%2064S64%20171.5%2064%20304m94%20167.9c9.3-17.1%207.4-38.1-4.8-53.2C127.1%20386.4%20112%20346.8%20112%20304c0-103.2%2090.2-192%20208-192s208%2088.8%20208%20192s-90.2%20192-208%20192c-30.2%200-58.7-5.9-84.3-16.4c-11.9-4.9-25.3-4.8-37.1.3l-58.6%2025zM208%20336c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m144-32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m80%2032c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032%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%22M64%20304c0%2054.4%2019.3%20104.6%2051.9%20144.9l-48.8%2089.4c-2%203.7-3.1%207.9-3.1%2012.2c0%2014.1%2011.4%2025.5%2025.5%2025.5c4%200%207.8-.6%2011.5-2.1L217.4%20524c31.4%2012.9%2066.1%2020%20102.6%2020c141.4%200%20256-107.5%20256-240S461.4%2064%20320%2064S64%20171.5%2064%20304m94%20167.9c9.3-17.1%207.4-38.1-4.8-53.2C127.1%20386.4%20112%20346.8%20112%20304c0-103.2%2090.2-192%20208-192s208%2088.8%20208%20192s-90.2%20192-208%20192c-30.2%200-58.7-5.9-84.3-16.4c-11.9-4.9-25.3-4.8-37.1.3l-58.6%2025zM208%20336c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032m144-32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032s32-14.3%2032-32m80%2032c17.7%200%2032-14.3%2032-32s-14.3-32-32-32s-32%2014.3-32%2032s14.3%2032%2032%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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