The Phosphor cell signal low icon visually represents a weak or poor wireless network connection, commonly used in user interfaces to indicate limited cellular service.
Common uses
- Displaying current cellular reception strength.
- Indicating a failed network request due to poor signal.
- Showing a device is in an area with limited mobile coverage.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CellSignalLow } from '@phosphor-icons/react';
<CellSignalLow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CellSignalLow size={24} />thin
<CellSignalLow size={24} weight="thin" />light
<CellSignalLow size={24} weight="light" />bold
<CellSignalLow size={24} weight="bold" />fill
<CellSignalLow size={24} weight="fill" />duotone
<CellSignalLow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- wirelesscellularphonemobilenetworkconnectionconnectivityreceptionservicesystemcellsignallowweak signalpoor receptionlow service
FAQ
- What does the cell signal low icon represent?
- It signifies a weak or poor wireless network connection, indicating limited cellular service or reception.
- How do I use this icon in React?
- You can import and use it like this: `import { CellSignalLow } from '@phosphor-icons/react'`. Then render it as a component: `<CellSignalLow />`.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →