recycle icon

recycle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
recycle-thin
Set
Phosphor
Style
Thin
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"><path fill="currentColor" d="M92 208a4 4 0 0 1-4 4H40a20 20 0 0 1-17.31-30l39.14-67.62l-23.43 6.27a4 4 0 1 1-2.07-7.72l32.77-8.77A4 4 0 0 1 74 107l8.79 32.77a4 4 0 0 1-2.82 4.9a3.8 3.8 0 0 1-1 .14a4 4 0 0 1-3.86-3l-6.3-23.47L29.65 186A12 12 0 0 0 40 204h48a4 4 0 0 1 4 4m141.28-26l-23.14-40a4 4 0 0 0-6.93 4l23.14 40A12 12 0 0 1 216 204h-78.34l17.17-17.17a4 4 0 0 0-5.66-5.66l-24 24a4 4 0 0 0 0 5.66l24 24a4 4 0 0 0 5.66-5.66L137.66 212H216a20 20 0 0 0 17.31-30Zm-94.9-148l39.14 67.62l-23.43-6.28a4 4 0 0 0-2.07 7.73l32.78 8.78a3.7 3.7 0 0 0 1 .14a4 4 0 0 0 3.86-3l8.79-32.79a4 4 0 1 0-7.72-2.07l-6.3 23.47L145.31 30a20 20 0 0 0-34.62 0L87.53 70a4 4 0 0 0 6.93 4l23.15-40a12 12 0 0 1 20.77 0"/></svg>

React

import type { SVGProps } from "react";

export function PhRecycleThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 208a4 4 0 0 1-4 4H40a20 20 0 0 1-17.31-30l39.14-67.62l-23.43 6.27a4 4 0 1 1-2.07-7.72l32.77-8.77A4 4 0 0 1 74 107l8.79 32.77a4 4 0 0 1-2.82 4.9a3.8 3.8 0 0 1-1 .14a4 4 0 0 1-3.86-3l-6.3-23.47L29.65 186A12 12 0 0 0 40 204h48a4 4 0 0 1 4 4m141.28-26l-23.14-40a4 4 0 0 0-6.93 4l23.14 40A12 12 0 0 1 216 204h-78.34l17.17-17.17a4 4 0 0 0-5.66-5.66l-24 24a4 4 0 0 0 0 5.66l24 24a4 4 0 0 0 5.66-5.66L137.66 212H216a20 20 0 0 0 17.31-30Zm-94.9-148l39.14 67.62l-23.43-6.28a4 4 0 0 0-2.07 7.73l32.78 8.78a3.7 3.7 0 0 0 1 .14a4 4 0 0 0 3.86-3l8.79-32.79a4 4 0 1 0-7.72-2.07l-6.3 23.47L145.31 30a20 20 0 0 0-34.62 0L87.53 70a4 4 0 0 0 6.93 4l23.15-40a12 12 0 0 1 20.77 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 208a4 4 0 0 1-4 4H40a20 20 0 0 1-17.31-30l39.14-67.62l-23.43 6.27a4 4 0 1 1-2.07-7.72l32.77-8.77A4 4 0 0 1 74 107l8.79 32.77a4 4 0 0 1-2.82 4.9a3.8 3.8 0 0 1-1 .14a4 4 0 0 1-3.86-3l-6.3-23.47L29.65 186A12 12 0 0 0 40 204h48a4 4 0 0 1 4 4m141.28-26l-23.14-40a4 4 0 0 0-6.93 4l23.14 40A12 12 0 0 1 216 204h-78.34l17.17-17.17a4 4 0 0 0-5.66-5.66l-24 24a4 4 0 0 0 0 5.66l24 24a4 4 0 0 0 5.66-5.66L137.66 212H216a20 20 0 0 0 17.31-30Zm-94.9-148l39.14 67.62l-23.43-6.28a4 4 0 0 0-2.07 7.73l32.78 8.78a3.7 3.7 0 0 0 1 .14a4 4 0 0 0 3.86-3l8.79-32.79a4 4 0 1 0-7.72-2.07l-6.3 23.47L145.31 30a20 20 0 0 0-34.62 0L87.53 70a4 4 0 0 0 6.93 4l23.15-40a12 12 0 0 1 20.77 0"/></svg>
</template>

CSS

.icon-recycle-thin {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92%20208a4%204%200%200%201-4%204H40a20%2020%200%200%201-17.31-30l39.14-67.62l-23.43%206.27a4%204%200%201%201-2.07-7.72l32.77-8.77A4%204%200%200%201%2074%20107l8.79%2032.77a4%204%200%200%201-2.82%204.9a3.8%203.8%200%200%201-1%20.14a4%204%200%200%201-3.86-3l-6.3-23.47L29.65%20186A12%2012%200%200%200%2040%20204h48a4%204%200%200%201%204%204m141.28-26l-23.14-40a4%204%200%200%200-6.93%204l23.14%2040A12%2012%200%200%201%20216%20204h-78.34l17.17-17.17a4%204%200%200%200-5.66-5.66l-24%2024a4%204%200%200%200%200%205.66l24%2024a4%204%200%200%200%205.66-5.66L137.66%20212H216a20%2020%200%200%200%2017.31-30Zm-94.9-148l39.14%2067.62l-23.43-6.28a4%204%200%200%200-2.07%207.73l32.78%208.78a3.7%203.7%200%200%200%201%20.14a4%204%200%200%200%203.86-3l8.79-32.79a4%204%200%201%200-7.72-2.07l-6.3%2023.47L145.31%2030a20%2020%200%200%200-34.62%200L87.53%2070a4%204%200%200%200%206.93%204l23.15-40a12%2012%200%200%201%2020.77%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92%20208a4%204%200%200%201-4%204H40a20%2020%200%200%201-17.31-30l39.14-67.62l-23.43%206.27a4%204%200%201%201-2.07-7.72l32.77-8.77A4%204%200%200%201%2074%20107l8.79%2032.77a4%204%200%200%201-2.82%204.9a3.8%203.8%200%200%201-1%20.14a4%204%200%200%201-3.86-3l-6.3-23.47L29.65%20186A12%2012%200%200%200%2040%20204h48a4%204%200%200%201%204%204m141.28-26l-23.14-40a4%204%200%200%200-6.93%204l23.14%2040A12%2012%200%200%201%20216%20204h-78.34l17.17-17.17a4%204%200%200%200-5.66-5.66l-24%2024a4%204%200%200%200%200%205.66l24%2024a4%204%200%200%200%205.66-5.66L137.66%20212H216a20%2020%200%200%200%2017.31-30Zm-94.9-148l39.14%2067.62l-23.43-6.28a4%204%200%200%200-2.07%207.73l32.78%208.78a3.7%203.7%200%200%200%201%20.14a4%204%200%200%200%203.86-3l8.79-32.79a4%204%200%201%200-7.72-2.07l-6.3%2023.47L145.31%2030a20%2020%200%200%200-34.62%200L87.53%2070a4%204%200%200%200%206.93%204l23.15-40a12%2012%200%200%201%2020.77%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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