The HugeIcons signal icon visually represents network strength or connectivity, commonly used to indicate Wi-Fi status, cellular signal bars, or data transfer levels.
Common uses
- Displaying Wi-Fi connection strength
- Indicating cellular network bars
- Showing data transfer status
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SignalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SignalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- networkwifibarsconnectivity
FAQ
- What does the signal icon represent?
- It represents network strength or connectivity, such as Wi-Fi or cellular signal.
- How do I use the SignalIcon in React?
- Import both HugeiconsIcon and SignalIcon, then render <HugeiconsIcon icon={SignalIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.
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 →