circle nodes icon
circle-nodes from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- circle-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
circle-arrow-downcircle-arrow-leftcircle-arrow-rightcircle-arrow-upcircle-checkcircle-chevron-downcircle-chevron-leftcircle-chevron-rightcircle-chevron-upcircle-dollar-to-slotcircle-dotcircle-downcircle-exclamationcircle-hcircle-half-strokecircle-infocircle-leftcircle-minuscircle-notchcircle-pausecircle-playcircle-pluscircle-questioncircle-radiation
Use the circle nodes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M482.4 221.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.6C185.7 200.8 165.9 192 144 192c-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.7L407.8 201c3.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 Fa7SolidCircleNodes(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="M482.4 221.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.6C185.7 200.8 165.9 192 144 192c-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.7L407.8 201c3.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 640 640"><path fill="currentColor" d="M482.4 221.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.6C185.7 200.8 165.9 192 144 192c-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.7L407.8 201c3.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M482.4%20221.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.6C185.7%20200.8%20165.9%20192%20144%20192c-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.7L407.8%20201c3.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M482.4%20221.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.6C185.7%20200.8%20165.9%20192%20144%20192c-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.7L407.8%20201c3.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/fa7-solid/circle-nodes.svg?color=%231a73e8&size=48