The HugeIcons recycle 01 icon depicts a standard recycling symbol, commonly used in user interfaces to represent actions related to recycling, sustainability, or data deletion.
Common uses
- Recycling bin button
- Clear cache action
- Sustainability feature toggle
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Recycle01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Recycle01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- refreshreloadcyclereuse
FAQ
- What is the recycle 01 icon used for?
- It represents recycling, sustainability, or data deletion. It's useful for actions like clearing data or indicating eco-friendly options.
- How do I use the Recycle01Icon in React?
- Import both HugeiconsIcon and Recycle01Icon, then render it using <HugeiconsIcon icon={Recycle01Icon} />.
- What is the license for this icon?
- The Recycle01Icon is released under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →