nodes icon
nodes-filled from Reicon by REICON · Filled · Business · MIT Free for personal and commercial use.
- Name
- nodes-filled
- Set
- Reicon
- Style
- Filled
- Category
- Business
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More business icons from Reicon
Use the nodes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.333a3.666 3.666 0 1 0 0 7.334c1.5 0 2.789-.9 3.357-2.189a7.36 7.36 0 0 1 3.614 4.24a1 1 0 0 0 1.9-.621a9.36 9.36 0 0 0-5.254-5.703A3.67 3.67 0 0 0 12 1.334M6.539 8.103a1 1 0 1 0-1.49-1.335a9.36 9.36 0 0 0-2.31 7.403a3.666 3.666 0 1 0 6 2.829a3.666 3.666 0 0 0-4.065-3.645a7.36 7.36 0 0 1 1.864-5.252m12.39 5.23a3.666 3.666 0 0 0-2.957 5.835a7.36 7.36 0 0 1-5.485 1.01a1 1 0 0 0-.413 1.957a9.36 9.36 0 0 0 7.572-1.699a3.666 3.666 0 1 0 1.283-7.103" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconNodesFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M12 1.333a3.666 3.666 0 1 0 0 7.334c1.5 0 2.789-.9 3.357-2.189a7.36 7.36 0 0 1 3.614 4.24a1 1 0 0 0 1.9-.621a9.36 9.36 0 0 0-5.254-5.703A3.67 3.67 0 0 0 12 1.334M6.539 8.103a1 1 0 1 0-1.49-1.335a9.36 9.36 0 0 0-2.31 7.403a3.666 3.666 0 1 0 6 2.829a3.666 3.666 0 0 0-4.065-3.645a7.36 7.36 0 0 1 1.864-5.252m12.39 5.23a3.666 3.666 0 0 0-2.957 5.835a7.36 7.36 0 0 1-5.485 1.01a1 1 0 0 0-.413 1.957a9.36 9.36 0 0 0 7.572-1.699a3.666 3.666 0 1 0 1.283-7.103" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 1.333a3.666 3.666 0 1 0 0 7.334c1.5 0 2.789-.9 3.357-2.189a7.36 7.36 0 0 1 3.614 4.24a1 1 0 0 0 1.9-.621a9.36 9.36 0 0 0-5.254-5.703A3.67 3.67 0 0 0 12 1.334M6.539 8.103a1 1 0 1 0-1.49-1.335a9.36 9.36 0 0 0-2.31 7.403a3.666 3.666 0 1 0 6 2.829a3.666 3.666 0 0 0-4.065-3.645a7.36 7.36 0 0 1 1.864-5.252m12.39 5.23a3.666 3.666 0 0 0-2.957 5.835a7.36 7.36 0 0 1-5.485 1.01a1 1 0 0 0-.413 1.957a9.36 9.36 0 0 0 7.572-1.699a3.666 3.666 0 1 0 1.283-7.103" clip-rule="evenodd"/></svg> </template>
CSS
.icon-nodes-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.333a3.666%203.666%200%201%200%200%207.334c1.5%200%202.789-.9%203.357-2.189a7.36%207.36%200%200%201%203.614%204.24a1%201%200%200%200%201.9-.621a9.36%209.36%200%200%200-5.254-5.703A3.67%203.67%200%200%200%2012%201.334M6.539%208.103a1%201%200%201%200-1.49-1.335a9.36%209.36%200%200%200-2.31%207.403a3.666%203.666%200%201%200%206%202.829a3.666%203.666%200%200%200-4.065-3.645a7.36%207.36%200%200%201%201.864-5.252m12.39%205.23a3.666%203.666%200%200%200-2.957%205.835a7.36%207.36%200%200%201-5.485%201.01a1%201%200%200%200-.413%201.957a9.36%209.36%200%200%200%207.572-1.699a3.666%203.666%200%201%200%201.283-7.103%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.333a3.666%203.666%200%201%200%200%207.334c1.5%200%202.789-.9%203.357-2.189a7.36%207.36%200%200%201%203.614%204.24a1%201%200%200%200%201.9-.621a9.36%209.36%200%200%200-5.254-5.703A3.67%203.67%200%200%200%2012%201.334M6.539%208.103a1%201%200%201%200-1.49-1.335a9.36%209.36%200%200%200-2.31%207.403a3.666%203.666%200%201%200%206%202.829a3.666%203.666%200%200%200-4.065-3.645a7.36%207.36%200%200%201%201.864-5.252m12.39%205.23a3.666%203.666%200%200%200-2.957%205.835a7.36%207.36%200%200%201-5.485%201.01a1%201%200%200%200-.413%201.957a9.36%209.36%200%200%200%207.572-1.699a3.666%203.666%200%201%200%201.283-7.103%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/nodes-filled.svg?color=%231a73e8&size=48