The HugeIcons recycle 02 icon depicts a circular arrow encompassing a stylized recycling symbol, commonly used to represent actions related to recycling, renewal, or repeating processes in user interfaces.
Common uses
- Recycling bin button
- Refresh or reset action
- Circular economy illustration
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Recycle02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Recycle02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- refresh iconrepeat iconcircular arroweco icon
FAQ
- What does the recycle 02 icon represent?
- This icon represents recycling, renewal, or repeating processes. It's often used for actions like refreshing content or indicating a circular workflow.
- How do I use the Recycle02Icon in a React project?
- Import both HugeiconsIcon and Recycle02Icon, then render the icon using the HugeiconsIcon component with the icon prop set to Recycle02Icon: import { HugeiconsIcon } from '@hugeicons/react'; import { Recycle02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={Recycle02Icon} />.
- What is the license for this icon?
- The HugeIcons recycle 02 icon is distributed under the MIT license, allowing for free use in both personal and 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 →