nodes icon
nodes from Reicon by REICON · Outline · Business · MIT Free for personal and commercial use.
- Name
- nodes
- Set
- Reicon
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.664 5.101a8.36 8.36 0 0 1 5.257 5.306M3.828 14.641a8.36 8.36 0 0 1 1.966-7.206m11.714 11.822a8.35 8.35 0 0 1-7.228 1.9"/><path d="M12 7.667a2.666 2.666 0 1 0 0-5.334a2.666 2.666 0 1 0 0 5.334m-6.928 12a2.666 2.666 0 1 0 .002-5.332a2.666 2.666 0 0 0-.002 5.332m13.856 0a2.666 2.666 0 1 0 0-5.334a2.666 2.666 0 1 0 0 5.334"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconNodes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.664 5.101a8.36 8.36 0 0 1 5.257 5.306M3.828 14.641a8.36 8.36 0 0 1 1.966-7.206m11.714 11.822a8.35 8.35 0 0 1-7.228 1.9"/><path d="M12 7.667a2.666 2.666 0 1 0 0-5.334a2.666 2.666 0 1 0 0 5.334m-6.928 12a2.666 2.666 0 1 0 .002-5.332a2.666 2.666 0 0 0-.002 5.332m13.856 0a2.666 2.666 0 1 0 0-5.334a2.666 2.666 0 1 0 0 5.334"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.664 5.101a8.36 8.36 0 0 1 5.257 5.306M3.828 14.641a8.36 8.36 0 0 1 1.966-7.206m11.714 11.822a8.35 8.35 0 0 1-7.228 1.9"/><path d="M12 7.667a2.666 2.666 0 1 0 0-5.334a2.666 2.666 0 1 0 0 5.334m-6.928 12a2.666 2.666 0 1 0 .002-5.332a2.666 2.666 0 0 0-.002 5.332m13.856 0a2.666 2.666 0 1 0 0-5.334a2.666 2.666 0 1 0 0 5.334"/></g></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.664%205.101a8.36%208.36%200%200%201%205.257%205.306M3.828%2014.641a8.36%208.36%200%200%201%201.966-7.206m11.714%2011.822a8.35%208.35%200%200%201-7.228%201.9%22%2F%3E%3Cpath%20d%3D%22M12%207.667a2.666%202.666%200%201%200%200-5.334a2.666%202.666%200%201%200%200%205.334m-6.928%2012a2.666%202.666%200%201%200%20.002-5.332a2.666%202.666%200%200%200-.002%205.332m13.856%200a2.666%202.666%200%201%200%200-5.334a2.666%202.666%200%201%200%200%205.334%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.664%205.101a8.36%208.36%200%200%201%205.257%205.306M3.828%2014.641a8.36%208.36%200%200%201%201.966-7.206m11.714%2011.822a8.35%208.35%200%200%201-7.228%201.9%22%2F%3E%3Cpath%20d%3D%22M12%207.667a2.666%202.666%200%201%200%200-5.334a2.666%202.666%200%201%200%200%205.334m-6.928%2012a2.666%202.666%200%201%200%20.002-5.332a2.666%202.666%200%200%200-.002%205.332m13.856%200a2.666%202.666%200%201%200%200-5.334a2.666%202.666%200%201%200%200%205.334%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/nodes.svg?color=%231a73e8&size=48