recycle icon

recycle-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
recycle-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><g fill="currentColor"><path d="M216 208H40a16 16 0 0 1-13.84-24l88-152a16 16 0 0 1 27.7 0l88 152A16 16 0 0 1 216 208" opacity=".2"/><path d="M96 208a8 8 0 0 1-8 8H40a24 24 0 0 1-20.77-36l34.29-59.25l-14.05 3.75a8 8 0 1 1-4.14-15.5l32.77-8.77a8 8 0 0 1 9.8 5.66l8.79 32.77A8 8 0 0 1 81 148.5a8.4 8.4 0 0 1-2.08.27a8 8 0 0 1-7.72-5.93l-3.8-14.15L33.11 188A8 8 0 0 0 40 200h48a8 8 0 0 1 8 8m140.73-28l-23.14-40a8 8 0 0 0-13.84 8l23.14 40a8 8 0 0 1-6.89 12h-68.69l10.34-10.34a8 8 0 0 0-11.31-11.32l-24 24a8 8 0 0 0 0 11.32l24 24a8 8 0 0 0 11.31-11.32L147.31 216H216a24 24 0 0 0 20.77-36ZM128 32a7.85 7.85 0 0 1 6.92 4l34.29 59.25l-14.08-3.78a8 8 0 0 0-4.13 15.45l32.78 8.79a8.2 8.2 0 0 0 2.07.27a8 8 0 0 0 7.72-5.93l8.79-32.79a8 8 0 1 0-15.45-4.14l-3.8 14.17L148.77 28a24 24 0 0 0-41.54 0L84.07 68a8 8 0 0 0 13.85 8l23.16-40a7.85 7.85 0 0 1 6.92-4"/></g></svg>

React

import type { SVGProps } from "react";

export function PhRecycleDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 208H40a16 16 0 0 1-13.84-24l88-152a16 16 0 0 1 27.7 0l88 152A16 16 0 0 1 216 208" opacity=".2"/><path d="M96 208a8 8 0 0 1-8 8H40a24 24 0 0 1-20.77-36l34.29-59.25l-14.05 3.75a8 8 0 1 1-4.14-15.5l32.77-8.77a8 8 0 0 1 9.8 5.66l8.79 32.77A8 8 0 0 1 81 148.5a8.4 8.4 0 0 1-2.08.27a8 8 0 0 1-7.72-5.93l-3.8-14.15L33.11 188A8 8 0 0 0 40 200h48a8 8 0 0 1 8 8m140.73-28l-23.14-40a8 8 0 0 0-13.84 8l23.14 40a8 8 0 0 1-6.89 12h-68.69l10.34-10.34a8 8 0 0 0-11.31-11.32l-24 24a8 8 0 0 0 0 11.32l24 24a8 8 0 0 0 11.31-11.32L147.31 216H216a24 24 0 0 0 20.77-36ZM128 32a7.85 7.85 0 0 1 6.92 4l34.29 59.25l-14.08-3.78a8 8 0 0 0-4.13 15.45l32.78 8.79a8.2 8.2 0 0 0 2.07.27a8 8 0 0 0 7.72-5.93l8.79-32.79a8 8 0 1 0-15.45-4.14l-3.8 14.17L148.77 28a24 24 0 0 0-41.54 0L84.07 68a8 8 0 0 0 13.85 8l23.16-40a7.85 7.85 0 0 1 6.92-4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 208H40a16 16 0 0 1-13.84-24l88-152a16 16 0 0 1 27.7 0l88 152A16 16 0 0 1 216 208" opacity=".2"/><path d="M96 208a8 8 0 0 1-8 8H40a24 24 0 0 1-20.77-36l34.29-59.25l-14.05 3.75a8 8 0 1 1-4.14-15.5l32.77-8.77a8 8 0 0 1 9.8 5.66l8.79 32.77A8 8 0 0 1 81 148.5a8.4 8.4 0 0 1-2.08.27a8 8 0 0 1-7.72-5.93l-3.8-14.15L33.11 188A8 8 0 0 0 40 200h48a8 8 0 0 1 8 8m140.73-28l-23.14-40a8 8 0 0 0-13.84 8l23.14 40a8 8 0 0 1-6.89 12h-68.69l10.34-10.34a8 8 0 0 0-11.31-11.32l-24 24a8 8 0 0 0 0 11.32l24 24a8 8 0 0 0 11.31-11.32L147.31 216H216a24 24 0 0 0 20.77-36ZM128 32a7.85 7.85 0 0 1 6.92 4l34.29 59.25l-14.08-3.78a8 8 0 0 0-4.13 15.45l32.78 8.79a8.2 8.2 0 0 0 2.07.27a8 8 0 0 0 7.72-5.93l8.79-32.79a8 8 0 1 0-15.45-4.14l-3.8 14.17L148.77 28a24 24 0 0 0-41.54 0L84.07 68a8 8 0 0 0 13.85 8l23.16-40a7.85 7.85 0 0 1 6.92-4"/></g></svg>
</template>

CSS

.icon-recycle-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20208H40a16%2016%200%200%201-13.84-24l88-152a16%2016%200%200%201%2027.7%200l88%20152A16%2016%200%200%201%20216%20208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M96%20208a8%208%200%200%201-8%208H40a24%2024%200%200%201-20.77-36l34.29-59.25l-14.05%203.75a8%208%200%201%201-4.14-15.5l32.77-8.77a8%208%200%200%201%209.8%205.66l8.79%2032.77A8%208%200%200%201%2081%20148.5a8.4%208.4%200%200%201-2.08.27a8%208%200%200%201-7.72-5.93l-3.8-14.15L33.11%20188A8%208%200%200%200%2040%20200h48a8%208%200%200%201%208%208m140.73-28l-23.14-40a8%208%200%200%200-13.84%208l23.14%2040a8%208%200%200%201-6.89%2012h-68.69l10.34-10.34a8%208%200%200%200-11.31-11.32l-24%2024a8%208%200%200%200%200%2011.32l24%2024a8%208%200%200%200%2011.31-11.32L147.31%20216H216a24%2024%200%200%200%2020.77-36ZM128%2032a7.85%207.85%200%200%201%206.92%204l34.29%2059.25l-14.08-3.78a8%208%200%200%200-4.13%2015.45l32.78%208.79a8.2%208.2%200%200%200%202.07.27a8%208%200%200%200%207.72-5.93l8.79-32.79a8%208%200%201%200-15.45-4.14l-3.8%2014.17L148.77%2028a24%2024%200%200%200-41.54%200L84.07%2068a8%208%200%200%200%2013.85%208l23.16-40a7.85%207.85%200%200%201%206.92-4%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20208H40a16%2016%200%200%201-13.84-24l88-152a16%2016%200%200%201%2027.7%200l88%20152A16%2016%200%200%201%20216%20208%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M96%20208a8%208%200%200%201-8%208H40a24%2024%200%200%201-20.77-36l34.29-59.25l-14.05%203.75a8%208%200%201%201-4.14-15.5l32.77-8.77a8%208%200%200%201%209.8%205.66l8.79%2032.77A8%208%200%200%201%2081%20148.5a8.4%208.4%200%200%201-2.08.27a8%208%200%200%201-7.72-5.93l-3.8-14.15L33.11%20188A8%208%200%200%200%2040%20200h48a8%208%200%200%201%208%208m140.73-28l-23.14-40a8%208%200%200%200-13.84%208l23.14%2040a8%208%200%200%201-6.89%2012h-68.69l10.34-10.34a8%208%200%200%200-11.31-11.32l-24%2024a8%208%200%200%200%200%2011.32l24%2024a8%208%200%200%200%2011.31-11.32L147.31%20216H216a24%2024%200%200%200%2020.77-36ZM128%2032a7.85%207.85%200%200%201%206.92%204l34.29%2059.25l-14.08-3.78a8%208%200%200%200-4.13%2015.45l32.78%208.79a8.2%208.2%200%200%200%202.07.27a8%208%200%200%200%207.72-5.93l8.79-32.79a8%208%200%201%200-15.45-4.14l-3.8%2014.17L148.77%2028a24%2024%200%200%200-41.54%200L84.07%2068a8%208%200%200%200%2013.85%208l23.16-40a7.85%207.85%200%200%201%206.92-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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