The HugeIcons connect icon depicts two nodes or entities linking together, commonly used to represent actions like establishing a connection, linking accounts, or showing relationships in a user interface.
Common uses
- User account linking
- Network status indicator
- Establishing a new connection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ConnectIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ConnectIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- linknetworkjoinbridge
FAQ
- What does the connect icon represent?
- It visually signifies the act of connecting or linking two separate elements, often used for features like pairing devices or joining networks.
- How do I use the ConnectIcon in React?
- Import both HugeiconsIcon and ConnectIcon, then render it using <HugeiconsIcon icon={ConnectIcon} />.
- What is the license for this icon?
- The ConnectIcon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →