The HugeIcons signal low 02 icon depicts a low or weak signal strength, commonly used to indicate poor network connectivity or a weak Wi-Fi connection.
Common uses
- Displaying weak Wi-Fi signal
- Indicating poor cellular reception
- Showing a low battery warning (if contextually relevant)
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SignalLow02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SignalLow02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- weak signallow receptionpoor connectionsignal bars
FAQ
- What does the signal low 02 icon represent?
- This icon represents a low or weak signal strength. It's typically used to show poor network connectivity, such as a weak Wi-Fi or cellular signal.
- How do I use the SignalLow02Icon in React?
- Import both HugeiconsIcon and SignalLow02Icon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={SignalLow02Icon} /> component.
- What is the license for this icon?
- The SignalLow02Icon 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 →