The Phosphor empty icon depicts a circle with a diagonal line through it, commonly used to represent an empty state, a null value, or a zero value in user interfaces, especially within financial contexts.
Common uses
- Displaying zero balance in a financial account.
- Indicating an empty shopping cart.
- Representing a null or undefined field in a data table.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Empty } from '@phosphor-icons/react';
<Empty size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Empty size={24} />thin
<Empty size={24} weight="thin" />light
<Empty size={24} weight="light" />bold
<Empty size={24} weight="bold" />fill
<Empty size={24} weight="fill" />duotone
<Empty size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- *new*∅empty setmembermathematicsarithmeticcalculatornullfinancestechnology & developmentemptyzerodiameter
FAQ
- What does the empty icon represent?
- It signifies an empty set, a null value, or a zero value. It's often used to show that a section or data point has no content or value.
- How do I use the empty icon in React?
- You can import and use it directly in your React components like this: import { Empty } from '@phosphor-icons/react'. Then render it as <Empty size={24} />.
- What is the license for this icon?
- The Phosphor icon library, including the empty 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 →