Recycle Pixel Art Icon
A recycling symbol for delete-to-trash actions, sustainability labels, reuse workflows, and waste-reduction indicators.
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Recycle icon
Three chasing arrows in a triangular loop, the universally recognized recycling symbol. In digital interfaces it marks a recycle bin or trash folder, appearing on 'move to trash' buttons and the bin icon itself. It also fits sustainability-themed product labels, reuse workflows, and eco-mode indicators in apps. For permanent deletion rather than recoverable trash, a more direct trash or delete icon avoids implying that the content can be retrieved.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/recycle.svg" width="24" height="24" alt="Recycle" />
<!-- React -->
import { Recycle } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="recycle.svg" width="48" height="48" style="image-rendering: pixelated" />