The HugeIcons signal low medium icon visually represents a moderate to low signal strength, commonly used to indicate network connectivity status.
Common uses
- Displaying Wi-Fi signal strength
- Indicating cellular network bars
- Showing connection quality in IoT devices
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SignalLowMediumIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SignalLowMediumIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- signal barsnetwork strengthwifi lowconnection quality
FAQ
- What does the signal low medium icon represent?
- This icon represents a moderate to low signal strength, often used for network connectivity indicators.
- How do I use the SignalLowMediumIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { SignalLowMediumIcon } from '@hugeicons/core-free-icons'; then render <HugeiconsIcon icon={SignalLowMediumIcon} />.
- What is the license for this icon?
- This icon is provided under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.