The Phosphor recycle icon depicts the universal symbol for recycling, commonly used in UIs to represent actions related to recycling, waste management, or environmental initiatives.
Common uses
- Recycling bin button
- Environmental impact settings
- Waste disposal options
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Recycle } from '@phosphor-icons/react';
<Recycle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Recycle size={24} />thin
<Recycle size={24} weight="thin" />light
<Recycle size={24} weight="light" />bold
<Recycle size={24} weight="bold" />fill
<Recycle size={24} weight="fill" />duotone
<Recycle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- arrows
- Keywords
- recyclingtrashenvironmentalgreenarrowsnaturerecyclerefreshrepeatcircular arroweco
FAQ
- What is the recycle icon used for?
- It's used to signify recycling, waste management, or environmental themes in user interfaces. It can also represent a refresh or repeat action in some contexts.
- How do I use the recycle icon in React?
- You can import and use it like this: `import { Recycle } from '@phosphor-icons/react';` Then render it as `<Recycle />`.
- What is the license for the Phosphor recycle icon?
- The Phosphor icon library, including the recycle 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 →