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

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

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the comment nodes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 448c10.8 0 21.5-.5 32-1.6c.3-15.8 4.4-31.7 12.9-46.4c16-27.7 43.7-44.4 73.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53 43-96 96-96c9.1 0 17.8 1.3 26.2 3.6C481.1 102.1 378.6 32 256 32C114.6 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.2.3-.4.5-.6.7c-.3.3-.5.5-.6.7l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm72.6-32c-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 Fa6SolidCommentNodes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M256 448c10.8 0 21.5-.5 32-1.6c.3-15.8 4.4-31.7 12.9-46.4c16-27.7 43.7-44.4 73.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53 43-96 96-96c9.1 0 17.8 1.3 26.2 3.6C481.1 102.1 378.6 32 256 32C114.6 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.2.3-.4.5-.6.7c-.3.3-.5.5-.6.7l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm72.6-32c-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 512"><path fill="currentColor" d="M256 448c10.8 0 21.5-.5 32-1.6c.3-15.8 4.4-31.7 12.9-46.4c16-27.7 43.7-44.4 73.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53 43-96 96-96c9.1 0 17.8 1.3 26.2 3.6C481.1 102.1 378.6 32 256 32C114.6 32 0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.2.3-.4.5-.6.7c-.3.3-.5.5-.6.7l-.3.3c-4.6 4.6-5.9 11.4-3.4 17.4s8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm72.6-32c-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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20448c10.8%200%2021.5-.5%2032-1.6c.3-15.8%204.4-31.7%2012.9-46.4c16-27.7%2043.7-44.4%2073.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53%2043-96%2096-96c9.1%200%2017.8%201.3%2026.2%203.6C481.1%20102.1%20378.6%2032%20256%2032C114.6%2032%200%20125.1%200%20240c0%2045.1%2017.7%2086.8%2047.7%20120.9c-1.9%2024.5-11.4%2046.3-21.4%2062.9c-5.5%209.2-11.1%2016.6-15.2%2021.6c-2.1%202.5-3.7%204.4-4.9%205.7c-.2.3-.4.5-.6.7c-.3.3-.5.5-.6.7l-.3.3c-4.6%204.6-5.9%2011.4-3.4%2017.4s8.3%209.9%2014.8%209.9c28.7%200%2057.6-8.9%2081.6-19.3c22.9-10%2042.4-21.9%2054.3-30.6c31.8%2011.5%2067%2017.9%20104.1%2017.9zm72.6-32c-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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20448c10.8%200%2021.5-.5%2032-1.6c.3-15.8%204.4-31.7%2012.9-46.4c16-27.7%2043.7-44.4%2073.2-47.5l16.7-29.2c-4.3-11-6.7-22.9-6.7-35.4c0-53%2043-96%2096-96c9.1%200%2017.8%201.3%2026.2%203.6C481.1%20102.1%20378.6%2032%20256%2032C114.6%2032%200%20125.1%200%20240c0%2045.1%2017.7%2086.8%2047.7%20120.9c-1.9%2024.5-11.4%2046.3-21.4%2062.9c-5.5%209.2-11.1%2016.6-15.2%2021.6c-2.1%202.5-3.7%204.4-4.9%205.7c-.2.3-.4.5-.6.7c-.3.3-.5.5-.6.7l-.3.3c-4.6%204.6-5.9%2011.4-3.4%2017.4s8.3%209.9%2014.8%209.9c28.7%200%2057.6-8.9%2081.6-19.3c22.9-10%2042.4-21.9%2054.3-30.6c31.8%2011.5%2067%2017.9%20104.1%2017.9zm72.6-32c-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/fa6-solid/comment-nodes.svg?color=%231a73e8&size=48