The Phosphor broom icon depicts a simple broom, commonly used in user interfaces to represent actions related to cleaning, clearing, or resetting data.
Common uses
- Clear search filters
- Reset form fields
- Initiate a cleanup process
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Broom } from '@phosphor-icons/react';
<Broom size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Broom size={24} />thin
<Broom size={24} weight="thin" />light
<Broom size={24} weight="light" />bold
<Broom size={24} weight="bold" />fill
<Broom size={24} weight="fill" />duotone
<Broom size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- sweepingcleaningobjectsbroomsweepcleanclearreset
FAQ
- What does the broom icon represent?
- The broom icon visually signifies an action of cleaning, clearing, or resetting something within the user interface.
- How do I use the broom icon in React?
- You can import and use the broom icon in React with the following statement: `import { Broom } from '@phosphor-icons/react'`.
- What is the license for the Phosphor broom icon?
- The Phosphor broom icon is distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →