The Lucide network icon depicts a branching structure, commonly used to represent network connections, organizational hierarchies, or data flow in user interfaces.
Common uses
- Displaying network topology
- Illustrating connections between devices
- Representing organizational charts
Use it in React
Install
npm i lucide-reactImport & render
import { Network } from 'lucide-react';
<Network size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- treenetworkconnectionstopologyhierarchy
FAQ
- What does the network icon represent?
- It visually signifies interconnected elements, such as computer networks, relationships, or hierarchical structures.
- How do I use the network icon in React?
- Import it from 'lucide-react' like so: import { Network } from 'lucide-react'. Then use it as a component: <Network />.
- What is the license for the Lucide network icon?
- The Lucide icon library, including the network icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →