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

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

Related icons in Font Awesome 6 Solid

Use the circle nodes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5l-183.8 73.6C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6l145.6 127.4c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4zm-262.1 74.3c2.2-6.9 3.5-14.2 3.7-21.7L343.8 137c3.6 3.5 7.4 6.7 11.6 9.5l-37.8 207.6c-5.5 1.3-10.8 3.1-15.8 5.5z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCircleNodes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5l-183.8 73.6C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6l145.6 127.4c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4zm-262.1 74.3c2.2-6.9 3.5-14.2 3.7-21.7L343.8 137c3.6 3.5 7.4 6.7 11.6 9.5l-37.8 207.6c-5.5 1.3-10.8 3.1-15.8 5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5l-183.8 73.6C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6l145.6 127.4c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4zm-262.1 74.3c2.2-6.9 3.5-14.2 3.7-21.7L343.8 137c3.6 3.5 7.4 6.7 11.6 9.5l-37.8 207.6c-5.5 1.3-10.8 3.1-15.8 5.5z"/></svg>
</template>

CSS

.icon-circle-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M418.4%20157.9c35.3-8.3%2061.6-40%2061.6-77.9c0-44.2-35.8-80-80-80c-43.4%200-78.7%2034.5-80%2077.5l-183.8%2073.6C121.7%20136.8%20101.9%20128%2080%20128c-44.2%200-80%2035.8-80%2080s35.8%2080%2080%2080c12.2%200%2023.8-2.7%2034.1-7.6l145.6%20127.4c-2.4%207.6-3.7%2015.8-3.7%2024.2c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-27.7-14-52.1-35.4-66.4zm-262.1%2074.3c2.2-6.9%203.5-14.2%203.7-21.7L343.8%20137c3.6%203.5%207.4%206.7%2011.6%209.5l-37.8%20207.6c-5.5%201.3-10.8%203.1-15.8%205.5z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M418.4%20157.9c35.3-8.3%2061.6-40%2061.6-77.9c0-44.2-35.8-80-80-80c-43.4%200-78.7%2034.5-80%2077.5l-183.8%2073.6C121.7%20136.8%20101.9%20128%2080%20128c-44.2%200-80%2035.8-80%2080s35.8%2080%2080%2080c12.2%200%2023.8-2.7%2034.1-7.6l145.6%20127.4c-2.4%207.6-3.7%2015.8-3.7%2024.2c0%2044.2%2035.8%2080%2080%2080s80-35.8%2080-80c0-27.7-14-52.1-35.4-66.4zm-262.1%2074.3c2.2-6.9%203.5-14.2%203.7-21.7L343.8%20137c3.6%203.5%207.4%206.7%2011.6%209.5l-37.8%20207.6c-5.5%201.3-10.8%203.1-15.8%205.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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