recycle icon
recycle-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- recycle-fill
- Set
- Phosphor
- Style
- Fill
- 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="M96 208a8 8 0 0 1-8 8H40a24 24 0 0 1-20.77-36l28-48.3l-13.82-8a8 8 0 0 1 1.92-14.7l32.77-8.77a8 8 0 0 1 9.8 5.66l8.79 32.77a8 8 0 0 1-11.73 9l-13.88-8L33.11 188A8 8 0 0 0 40 200h48a8 8 0 0 1 8 8m32-176a7.85 7.85 0 0 1 6.92 4l28 48.3l-13.82 8a8 8 0 0 0 1.9 14.62l32.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 0 0-11.72-9l-13.89 8L148.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-4m108.73 148l-23.14-40a8 8 0 0 0-13.84 8l23.14 40a8 8 0 0 1-6.89 12h-56v-16a8 8 0 0 0-13.66-5.66l-24 24a8 8 0 0 0 0 11.32l24 24A8 8 0 0 0 160 232v-16h56a24 24 0 0 0 20.77-36Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRecycleFill(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="M96 208a8 8 0 0 1-8 8H40a24 24 0 0 1-20.77-36l28-48.3l-13.82-8a8 8 0 0 1 1.92-14.7l32.77-8.77a8 8 0 0 1 9.8 5.66l8.79 32.77a8 8 0 0 1-11.73 9l-13.88-8L33.11 188A8 8 0 0 0 40 200h48a8 8 0 0 1 8 8m32-176a7.85 7.85 0 0 1 6.92 4l28 48.3l-13.82 8a8 8 0 0 0 1.9 14.62l32.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 0 0-11.72-9l-13.89 8L148.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-4m108.73 148l-23.14-40a8 8 0 0 0-13.84 8l23.14 40a8 8 0 0 1-6.89 12h-56v-16a8 8 0 0 0-13.66-5.66l-24 24a8 8 0 0 0 0 11.32l24 24A8 8 0 0 0 160 232v-16h56a24 24 0 0 0 20.77-36Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M96 208a8 8 0 0 1-8 8H40a24 24 0 0 1-20.77-36l28-48.3l-13.82-8a8 8 0 0 1 1.92-14.7l32.77-8.77a8 8 0 0 1 9.8 5.66l8.79 32.77a8 8 0 0 1-11.73 9l-13.88-8L33.11 188A8 8 0 0 0 40 200h48a8 8 0 0 1 8 8m32-176a7.85 7.85 0 0 1 6.92 4l28 48.3l-13.82 8a8 8 0 0 0 1.9 14.62l32.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 0 0-11.72-9l-13.89 8L148.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-4m108.73 148l-23.14-40a8 8 0 0 0-13.84 8l23.14 40a8 8 0 0 1-6.89 12h-56v-16a8 8 0 0 0-13.66-5.66l-24 24a8 8 0 0 0 0 11.32l24 24A8 8 0 0 0 160 232v-16h56a24 24 0 0 0 20.77-36Z"/></svg> </template>
CSS
.icon-recycle-fill {
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%22M96%20208a8%208%200%200%201-8%208H40a24%2024%200%200%201-20.77-36l28-48.3l-13.82-8a8%208%200%200%201%201.92-14.7l32.77-8.77a8%208%200%200%201%209.8%205.66l8.79%2032.77a8%208%200%200%201-11.73%209l-13.88-8L33.11%20188A8%208%200%200%200%2040%20200h48a8%208%200%200%201%208%208m32-176a7.85%207.85%200%200%201%206.92%204l28%2048.3l-13.82%208a8%208%200%200%200%201.9%2014.62l32.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%200%200-11.72-9l-13.89%208L148.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-4m108.73%20148l-23.14-40a8%208%200%200%200-13.84%208l23.14%2040a8%208%200%200%201-6.89%2012h-56v-16a8%208%200%200%200-13.66-5.66l-24%2024a8%208%200%200%200%200%2011.32l24%2024A8%208%200%200%200%20160%20232v-16h56a24%2024%200%200%200%2020.77-36Z%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%22M96%20208a8%208%200%200%201-8%208H40a24%2024%200%200%201-20.77-36l28-48.3l-13.82-8a8%208%200%200%201%201.92-14.7l32.77-8.77a8%208%200%200%201%209.8%205.66l8.79%2032.77a8%208%200%200%201-11.73%209l-13.88-8L33.11%20188A8%208%200%200%200%2040%20200h48a8%208%200%200%201%208%208m32-176a7.85%207.85%200%200%201%206.92%204l28%2048.3l-13.82%208a8%208%200%200%200%201.9%2014.62l32.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%200%200-11.72-9l-13.89%208L148.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-4m108.73%20148l-23.14-40a8%208%200%200%200-13.84%208l23.14%2040a8%208%200%200%201-6.89%2012h-56v-16a8%208%200%200%200-13.66-5.66l-24%2024a8%208%200%200%200%200%2011.32l24%2024A8%208%200%200%200%20160%20232v-16h56a24%2024%200%200%200%2020.77-36Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/recycle-fill.svg?color=%231a73e8&size=48