recycle icon

recycle from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
recycle
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the recycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.508 22.255l-2.078-3.74l-1.748.97l2.078 3.742a1.85 1.85 0 0 1-.023 1.853c-.34.576-.941.92-1.61.92H18.83l2.58-2.59L20 22l-5 5l5 5l1.41-1.41L18.83 28h7.298a3.83 3.83 0 0 0 3.332-1.906a3.83 3.83 0 0 0 .048-3.84ZM5.873 26a1.85 1.85 0 0 1-1.61-.92a1.85 1.85 0 0 1-.022-1.853l4.11-7.4l1.049 3.52l1.912-.567L9.303 12l-6.78 2.008l.567 1.912l3.493-1.03l-4.09 7.365a3.83 3.83 0 0 0 .047 3.84A3.83 3.83 0 0 0 5.873 28H12v-2zM25.51 9.654l-1.048 3.519L19.35 3.97C18.664 2.737 17.412 2 16 2s-2.665.737-3.35 1.971L9.57 9.515l1.749.97l3.08-5.543C14.725 4.352 15.324 4 16 4s1.274.353 1.602.942l5.092 9.167l-3.494-1.03l-.566 1.913L25.414 17l2.008-6.78z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonRecycle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.508 22.255l-2.078-3.74l-1.748.97l2.078 3.742a1.85 1.85 0 0 1-.023 1.853c-.34.576-.941.92-1.61.92H18.83l2.58-2.59L20 22l-5 5l5 5l1.41-1.41L18.83 28h7.298a3.83 3.83 0 0 0 3.332-1.906a3.83 3.83 0 0 0 .048-3.84ZM5.873 26a1.85 1.85 0 0 1-1.61-.92a1.85 1.85 0 0 1-.022-1.853l4.11-7.4l1.049 3.52l1.912-.567L9.303 12l-6.78 2.008l.567 1.912l3.493-1.03l-4.09 7.365a3.83 3.83 0 0 0 .047 3.84A3.83 3.83 0 0 0 5.873 28H12v-2zM25.51 9.654l-1.048 3.519L19.35 3.97C18.664 2.737 17.412 2 16 2s-2.665.737-3.35 1.971L9.57 9.515l1.749.97l3.08-5.543C14.725 4.352 15.324 4 16 4s1.274.353 1.602.942l5.092 9.167l-3.494-1.03l-.566 1.913L25.414 17l2.008-6.78z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.508 22.255l-2.078-3.74l-1.748.97l2.078 3.742a1.85 1.85 0 0 1-.023 1.853c-.34.576-.941.92-1.61.92H18.83l2.58-2.59L20 22l-5 5l5 5l1.41-1.41L18.83 28h7.298a3.83 3.83 0 0 0 3.332-1.906a3.83 3.83 0 0 0 .048-3.84ZM5.873 26a1.85 1.85 0 0 1-1.61-.92a1.85 1.85 0 0 1-.022-1.853l4.11-7.4l1.049 3.52l1.912-.567L9.303 12l-6.78 2.008l.567 1.912l3.493-1.03l-4.09 7.365a3.83 3.83 0 0 0 .047 3.84A3.83 3.83 0 0 0 5.873 28H12v-2zM25.51 9.654l-1.048 3.519L19.35 3.97C18.664 2.737 17.412 2 16 2s-2.665.737-3.35 1.971L9.57 9.515l1.749.97l3.08-5.543C14.725 4.352 15.324 4 16 4s1.274.353 1.602.942l5.092 9.167l-3.494-1.03l-.566 1.913L25.414 17l2.008-6.78z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.508%2022.255l-2.078-3.74l-1.748.97l2.078%203.742a1.85%201.85%200%200%201-.023%201.853c-.34.576-.941.92-1.61.92H18.83l2.58-2.59L20%2022l-5%205l5%205l1.41-1.41L18.83%2028h7.298a3.83%203.83%200%200%200%203.332-1.906a3.83%203.83%200%200%200%20.048-3.84ZM5.873%2026a1.85%201.85%200%200%201-1.61-.92a1.85%201.85%200%200%201-.022-1.853l4.11-7.4l1.049%203.52l1.912-.567L9.303%2012l-6.78%202.008l.567%201.912l3.493-1.03l-4.09%207.365a3.83%203.83%200%200%200%20.047%203.84A3.83%203.83%200%200%200%205.873%2028H12v-2zM25.51%209.654l-1.048%203.519L19.35%203.97C18.664%202.737%2017.412%202%2016%202s-2.665.737-3.35%201.971L9.57%209.515l1.749.97l3.08-5.543C14.725%204.352%2015.324%204%2016%204s1.274.353%201.602.942l5.092%209.167l-3.494-1.03l-.566%201.913L25.414%2017l2.008-6.78z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.508%2022.255l-2.078-3.74l-1.748.97l2.078%203.742a1.85%201.85%200%200%201-.023%201.853c-.34.576-.941.92-1.61.92H18.83l2.58-2.59L20%2022l-5%205l5%205l1.41-1.41L18.83%2028h7.298a3.83%203.83%200%200%200%203.332-1.906a3.83%203.83%200%200%200%20.048-3.84ZM5.873%2026a1.85%201.85%200%200%201-1.61-.92a1.85%201.85%200%200%201-.022-1.853l4.11-7.4l1.049%203.52l1.912-.567L9.303%2012l-6.78%202.008l.567%201.912l3.493-1.03l-4.09%207.365a3.83%203.83%200%200%200%20.047%203.84A3.83%203.83%200%200%200%205.873%2028H12v-2zM25.51%209.654l-1.048%203.519L19.35%203.97C18.664%202.737%2017.412%202%2016%202s-2.665.737-3.35%201.971L9.57%209.515l1.749.97l3.08-5.543C14.725%204.352%2015.324%204%2016%204s1.274.353%201.602.942l5.092%209.167l-3.494-1.03l-.566%201.913L25.414%2017l2.008-6.78z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/recycle.svg?color=%231a73e8&size=48