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

Name
comment-nodes
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the comment nodes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 272c23.7 0 45.6 7.3 63.7 19.9C536.9 164.9 425 64 288 64C146.6 64 32 171.5 32 304c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7c27.2 11.4 56.9 18.4 88.1 20.2c.1-18.9 4.9-38 15-55.5c17.1-29.7 45.8-48.5 77-54.2l9.2-16c-3.4-10.7-5.2-22-5.2-33.8c0-61.9 50.1-112 112-112zM328.6 512c-17.7 30.6-7.2 69.7 23.4 87.4s69.7 7.2 87.4-23.4c1.5-2.6 2.8-5.3 3.9-8h73.3c1.1 2.7 2.4 5.4 3.9 8c17.7 30.6 56.8 41.1 87.4 23.4s41.1-56.8 23.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11 11.7-25 20.6-40.6 25.6l16.5 28.9q-5.7 7.2-9 15.6h-73.4c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1.8 8.4 1.3 12.8 1.3c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64c0 13.4 4.1 25.8 11.2 36.1l-34.6 60.5c-25-3.4-50.6 8.3-64 31.4"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCommentNodes(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="M480 272c23.7 0 45.6 7.3 63.7 19.9C536.9 164.9 425 64 288 64C146.6 64 32 171.5 32 304c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7c27.2 11.4 56.9 18.4 88.1 20.2c.1-18.9 4.9-38 15-55.5c17.1-29.7 45.8-48.5 77-54.2l9.2-16c-3.4-10.7-5.2-22-5.2-33.8c0-61.9 50.1-112 112-112zM328.6 512c-17.7 30.6-7.2 69.7 23.4 87.4s69.7 7.2 87.4-23.4c1.5-2.6 2.8-5.3 3.9-8h73.3c1.1 2.7 2.4 5.4 3.9 8c17.7 30.6 56.8 41.1 87.4 23.4s41.1-56.8 23.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11 11.7-25 20.6-40.6 25.6l16.5 28.9q-5.7 7.2-9 15.6h-73.4c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1.8 8.4 1.3 12.8 1.3c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64c0 13.4 4.1 25.8 11.2 36.1l-34.6 60.5c-25-3.4-50.6 8.3-64 31.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M480 272c23.7 0 45.6 7.3 63.7 19.9C536.9 164.9 425 64 288 64C146.6 64 32 171.5 32 304c0 54.3 19.2 104.3 51.6 144.5l-48.8 92.3c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7c27.2 11.4 56.9 18.4 88.1 20.2c.1-18.9 4.9-38 15-55.5c17.1-29.7 45.8-48.5 77-54.2l9.2-16c-3.4-10.7-5.2-22-5.2-33.8c0-61.9 50.1-112 112-112zM328.6 512c-17.7 30.6-7.2 69.7 23.4 87.4s69.7 7.2 87.4-23.4c1.5-2.6 2.8-5.3 3.9-8h73.3c1.1 2.7 2.4 5.4 3.9 8c17.7 30.6 56.8 41.1 87.4 23.4s41.1-56.8 23.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11 11.7-25 20.6-40.6 25.6l16.5 28.9q-5.7 7.2-9 15.6h-73.4c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1.8 8.4 1.3 12.8 1.3c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64c0 13.4 4.1 25.8 11.2 36.1l-34.6 60.5c-25-3.4-50.6 8.3-64 31.4"/></svg>
</template>

CSS

.icon-comment-nodes {
  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%22M480%20272c23.7%200%2045.6%207.3%2063.7%2019.9C536.9%20164.9%20425%2064%20288%2064C146.6%2064%2032%20171.5%2032%20304c0%2054.3%2019.2%20104.3%2051.6%20144.5l-48.8%2092.3c-4.8%209-3.3%2020%203.6%2027.5s17.8%209.8%2027.1%205.8l118.4-50.7c27.2%2011.4%2056.9%2018.4%2088.1%2020.2c.1-18.9%204.9-38%2015-55.5c17.1-29.7%2045.8-48.5%2077-54.2l9.2-16c-3.4-10.7-5.2-22-5.2-33.8c0-61.9%2050.1-112%20112-112zM328.6%20512c-17.7%2030.6-7.2%2069.7%2023.4%2087.4s69.7%207.2%2087.4-23.4c1.5-2.6%202.8-5.3%203.9-8h73.3c1.1%202.7%202.4%205.4%203.9%208c17.7%2030.6%2056.8%2041.1%2087.4%2023.4s41.1-56.8%2023.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11%2011.7-25%2020.6-40.6%2025.6l16.5%2028.9q-5.7%207.2-9%2015.6h-73.4c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1.8%208.4%201.3%2012.8%201.3c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064c0%2013.4%204.1%2025.8%2011.2%2036.1l-34.6%2060.5c-25-3.4-50.6%208.3-64%2031.4%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%22M480%20272c23.7%200%2045.6%207.3%2063.7%2019.9C536.9%20164.9%20425%2064%20288%2064C146.6%2064%2032%20171.5%2032%20304c0%2054.3%2019.2%20104.3%2051.6%20144.5l-48.8%2092.3c-4.8%209-3.3%2020%203.6%2027.5s17.8%209.8%2027.1%205.8l118.4-50.7c27.2%2011.4%2056.9%2018.4%2088.1%2020.2c.1-18.9%204.9-38%2015-55.5c17.1-29.7%2045.8-48.5%2077-54.2l9.2-16c-3.4-10.7-5.2-22-5.2-33.8c0-61.9%2050.1-112%20112-112zM328.6%20512c-17.7%2030.6-7.2%2069.7%2023.4%2087.4s69.7%207.2%2087.4-23.4c1.5-2.6%202.8-5.3%203.9-8h73.3c1.1%202.7%202.4%205.4%203.9%208c17.7%2030.6%2056.8%2041.1%2087.4%2023.4s41.1-56.8%2023.4-87.4c-13.4-23.2-39.1-34.8-64-31.4l-17.6-30.7c-11%2011.7-25%2020.6-40.6%2025.6l16.5%2028.9q-5.7%207.2-9%2015.6h-73.4c-2.2-5.6-5.3-10.8-9-15.6l33-57.7c4.1.8%208.4%201.3%2012.8%201.3c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064c0%2013.4%204.1%2025.8%2011.2%2036.1l-34.6%2060.5c-25-3.4-50.6%208.3-64%2031.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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