recycle icon
recycle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- recycle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-recycle
The same icon in other sets
Use the recycle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.224 15.543l-.813-1.464l-1.748.972l.812 1.461q.072.128.104.264a1 1 0 0 1-.014.5a1 1 0 0 1-.104.235a1 1 0 0 1-.347.352a1 1 0 0 1-.513.137H14v-2l-4 3l4 3v-2h4.601c.278 0 .552-.037.811-.109a2.95 2.95 0 0 0 1.319-.776c.178-.179.332-.38.456-.593a3 3 0 0 0 .336-2.215a3.2 3.2 0 0 0-.299-.764M5.862 11.039l-2.31 4.62a3 3 0 0 0-.261.755a3 3 0 0 0 .851 2.735q.267.262.595.453A3 3 0 0 0 6.236 20H8v-2H6.236a1 1 0 0 1-.5-.13a1 1 0 0 1-.353-.349a1 1 0 0 1-.149-.468a1 1 0 0 1 .018-.245q.027-.131.089-.256l2.256-4.512l1.599.923L8.598 8L4 9.964zm12.736 1.925L19.196 8l-1.638.945l-2.843-5.117a2.95 2.95 0 0 0-1.913-1.459a3.2 3.2 0 0 0-.772-.083a3 3 0 0 0-1.498.433A2.97 2.97 0 0 0 9.41 3.944l-.732 1.464l1.789.895l.732-1.465q.068-.135.166-.242a.93.93 0 0 1 .443-.27a1.05 1.05 0 0 1 .53-.011a.96.96 0 0 1 .63.485l2.858 5.146L14 11z"/></svg>
React
import type { SVGProps } from "react";
export function BxRecycle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.224 15.543l-.813-1.464l-1.748.972l.812 1.461q.072.128.104.264a1 1 0 0 1-.014.5a1 1 0 0 1-.104.235a1 1 0 0 1-.347.352a1 1 0 0 1-.513.137H14v-2l-4 3l4 3v-2h4.601c.278 0 .552-.037.811-.109a2.95 2.95 0 0 0 1.319-.776c.178-.179.332-.38.456-.593a3 3 0 0 0 .336-2.215a3.2 3.2 0 0 0-.299-.764M5.862 11.039l-2.31 4.62a3 3 0 0 0-.261.755a3 3 0 0 0 .851 2.735q.267.262.595.453A3 3 0 0 0 6.236 20H8v-2H6.236a1 1 0 0 1-.5-.13a1 1 0 0 1-.353-.349a1 1 0 0 1-.149-.468a1 1 0 0 1 .018-.245q.027-.131.089-.256l2.256-4.512l1.599.923L8.598 8L4 9.964zm12.736 1.925L19.196 8l-1.638.945l-2.843-5.117a2.95 2.95 0 0 0-1.913-1.459a3.2 3.2 0 0 0-.772-.083a3 3 0 0 0-1.498.433A2.97 2.97 0 0 0 9.41 3.944l-.732 1.464l1.789.895l.732-1.465q.068-.135.166-.242a.93.93 0 0 1 .443-.27a1.05 1.05 0 0 1 .53-.011a.96.96 0 0 1 .63.485l2.858 5.146L14 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.224 15.543l-.813-1.464l-1.748.972l.812 1.461q.072.128.104.264a1 1 0 0 1-.014.5a1 1 0 0 1-.104.235a1 1 0 0 1-.347.352a1 1 0 0 1-.513.137H14v-2l-4 3l4 3v-2h4.601c.278 0 .552-.037.811-.109a2.95 2.95 0 0 0 1.319-.776c.178-.179.332-.38.456-.593a3 3 0 0 0 .336-2.215a3.2 3.2 0 0 0-.299-.764M5.862 11.039l-2.31 4.62a3 3 0 0 0-.261.755a3 3 0 0 0 .851 2.735q.267.262.595.453A3 3 0 0 0 6.236 20H8v-2H6.236a1 1 0 0 1-.5-.13a1 1 0 0 1-.353-.349a1 1 0 0 1-.149-.468a1 1 0 0 1 .018-.245q.027-.131.089-.256l2.256-4.512l1.599.923L8.598 8L4 9.964zm12.736 1.925L19.196 8l-1.638.945l-2.843-5.117a2.95 2.95 0 0 0-1.913-1.459a3.2 3.2 0 0 0-.772-.083a3 3 0 0 0-1.498.433A2.97 2.97 0 0 0 9.41 3.944l-.732 1.464l1.789.895l.732-1.465q.068-.135.166-.242a.93.93 0 0 1 .443-.27a1.05 1.05 0 0 1 .53-.011a.96.96 0 0 1 .63.485l2.858 5.146L14 11z"/></svg> </template>
CSS
.icon-recycle {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.224%2015.543l-.813-1.464l-1.748.972l.812%201.461q.072.128.104.264a1%201%200%200%201-.014.5a1%201%200%200%201-.104.235a1%201%200%200%201-.347.352a1%201%200%200%201-.513.137H14v-2l-4%203l4%203v-2h4.601c.278%200%20.552-.037.811-.109a2.95%202.95%200%200%200%201.319-.776c.178-.179.332-.38.456-.593a3%203%200%200%200%20.336-2.215a3.2%203.2%200%200%200-.299-.764M5.862%2011.039l-2.31%204.62a3%203%200%200%200-.261.755a3%203%200%200%200%20.851%202.735q.267.262.595.453A3%203%200%200%200%206.236%2020H8v-2H6.236a1%201%200%200%201-.5-.13a1%201%200%200%201-.353-.349a1%201%200%200%201-.149-.468a1%201%200%200%201%20.018-.245q.027-.131.089-.256l2.256-4.512l1.599.923L8.598%208L4%209.964zm12.736%201.925L19.196%208l-1.638.945l-2.843-5.117a2.95%202.95%200%200%200-1.913-1.459a3.2%203.2%200%200%200-.772-.083a3%203%200%200%200-1.498.433A2.97%202.97%200%200%200%209.41%203.944l-.732%201.464l1.789.895l.732-1.465q.068-.135.166-.242a.93.93%200%200%201%20.443-.27a1.05%201.05%200%200%201%20.53-.011a.96.96%200%200%201%20.63.485l2.858%205.146L14%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m21.224%2015.543l-.813-1.464l-1.748.972l.812%201.461q.072.128.104.264a1%201%200%200%201-.014.5a1%201%200%200%201-.104.235a1%201%200%200%201-.347.352a1%201%200%200%201-.513.137H14v-2l-4%203l4%203v-2h4.601c.278%200%20.552-.037.811-.109a2.95%202.95%200%200%200%201.319-.776c.178-.179.332-.38.456-.593a3%203%200%200%200%20.336-2.215a3.2%203.2%200%200%200-.299-.764M5.862%2011.039l-2.31%204.62a3%203%200%200%200-.261.755a3%203%200%200%200%20.851%202.735q.267.262.595.453A3%203%200%200%200%206.236%2020H8v-2H6.236a1%201%200%200%201-.5-.13a1%201%200%200%201-.353-.349a1%201%200%200%201-.149-.468a1%201%200%200%201%20.018-.245q.027-.131.089-.256l2.256-4.512l1.599.923L8.598%208L4%209.964zm12.736%201.925L19.196%208l-1.638.945l-2.843-5.117a2.95%202.95%200%200%200-1.913-1.459a3.2%203.2%200%200%200-.772-.083a3%203%200%200%200-1.498.433A2.97%202.97%200%200%200%209.41%203.944l-.732%201.464l1.789.895l.732-1.465q.068-.135.166-.242a.93.93%200%200%201%20.443-.27a1.05%201.05%200%200%201%20.53-.011a.96.96%200%200%201%20.63.485l2.858%205.146L14%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/recycle.svg?color=%231a73e8&size=48