recycle icon
recycle-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- recycle-bold
- Set
- Phosphor
- Style
- Bold
- 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="M100 208a12 12 0 0 1-12 12H40a28 28 0 0 1-24.23-42l29.45-50.88l-4.76 1.27a12 12 0 1 1-6.2-23.18l32.77-8.77a12 12 0 0 1 14.69 8.48l8.79 32.77a12 12 0 1 1-23.17 6.22L66.08 139l-29.5 51a4 4 0 0 0 3.42 6h48a12 12 0 0 1 12 12m28-172a3.87 3.87 0 0 1 3.46 2l29.45 50.87l-4.75-1.27a12 12 0 1 0-6.16 23.18l32.77 8.79a12 12 0 0 0 14.69-8.48l8.74-32.79a12 12 0 1 0-23.2-6.22l-1.31 4.86L152.23 26a28 28 0 0 0-48.46 0L80.61 66a12 12 0 1 0 20.77 12l23.16-40a3.87 3.87 0 0 1 3.46-2m112.19 142l-23.14-40a12 12 0 1 0-20.77 12l23.14 40a4 4 0 0 1-3.46 6H157l3.51-3.51a12 12 0 1 0-17-17l-24 24a12 12 0 0 0 0 17l24 24a12 12 0 1 0 17-17L157 220h59a28 28 0 0 0 24.23-42Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRecycleBold(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="M100 208a12 12 0 0 1-12 12H40a28 28 0 0 1-24.23-42l29.45-50.88l-4.76 1.27a12 12 0 1 1-6.2-23.18l32.77-8.77a12 12 0 0 1 14.69 8.48l8.79 32.77a12 12 0 1 1-23.17 6.22L66.08 139l-29.5 51a4 4 0 0 0 3.42 6h48a12 12 0 0 1 12 12m28-172a3.87 3.87 0 0 1 3.46 2l29.45 50.87l-4.75-1.27a12 12 0 1 0-6.16 23.18l32.77 8.79a12 12 0 0 0 14.69-8.48l8.74-32.79a12 12 0 1 0-23.2-6.22l-1.31 4.86L152.23 26a28 28 0 0 0-48.46 0L80.61 66a12 12 0 1 0 20.77 12l23.16-40a3.87 3.87 0 0 1 3.46-2m112.19 142l-23.14-40a12 12 0 1 0-20.77 12l23.14 40a4 4 0 0 1-3.46 6H157l3.51-3.51a12 12 0 1 0-17-17l-24 24a12 12 0 0 0 0 17l24 24a12 12 0 1 0 17-17L157 220h59a28 28 0 0 0 24.23-42Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M100 208a12 12 0 0 1-12 12H40a28 28 0 0 1-24.23-42l29.45-50.88l-4.76 1.27a12 12 0 1 1-6.2-23.18l32.77-8.77a12 12 0 0 1 14.69 8.48l8.79 32.77a12 12 0 1 1-23.17 6.22L66.08 139l-29.5 51a4 4 0 0 0 3.42 6h48a12 12 0 0 1 12 12m28-172a3.87 3.87 0 0 1 3.46 2l29.45 50.87l-4.75-1.27a12 12 0 1 0-6.16 23.18l32.77 8.79a12 12 0 0 0 14.69-8.48l8.74-32.79a12 12 0 1 0-23.2-6.22l-1.31 4.86L152.23 26a28 28 0 0 0-48.46 0L80.61 66a12 12 0 1 0 20.77 12l23.16-40a3.87 3.87 0 0 1 3.46-2m112.19 142l-23.14-40a12 12 0 1 0-20.77 12l23.14 40a4 4 0 0 1-3.46 6H157l3.51-3.51a12 12 0 1 0-17-17l-24 24a12 12 0 0 0 0 17l24 24a12 12 0 1 0 17-17L157 220h59a28 28 0 0 0 24.23-42Z"/></svg> </template>
CSS
.icon-recycle-bold {
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%22M100%20208a12%2012%200%200%201-12%2012H40a28%2028%200%200%201-24.23-42l29.45-50.88l-4.76%201.27a12%2012%200%201%201-6.2-23.18l32.77-8.77a12%2012%200%200%201%2014.69%208.48l8.79%2032.77a12%2012%200%201%201-23.17%206.22L66.08%20139l-29.5%2051a4%204%200%200%200%203.42%206h48a12%2012%200%200%201%2012%2012m28-172a3.87%203.87%200%200%201%203.46%202l29.45%2050.87l-4.75-1.27a12%2012%200%201%200-6.16%2023.18l32.77%208.79a12%2012%200%200%200%2014.69-8.48l8.74-32.79a12%2012%200%201%200-23.2-6.22l-1.31%204.86L152.23%2026a28%2028%200%200%200-48.46%200L80.61%2066a12%2012%200%201%200%2020.77%2012l23.16-40a3.87%203.87%200%200%201%203.46-2m112.19%20142l-23.14-40a12%2012%200%201%200-20.77%2012l23.14%2040a4%204%200%200%201-3.46%206H157l3.51-3.51a12%2012%200%201%200-17-17l-24%2024a12%2012%200%200%200%200%2017l24%2024a12%2012%200%201%200%2017-17L157%20220h59a28%2028%200%200%200%2024.23-42Z%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%22M100%20208a12%2012%200%200%201-12%2012H40a28%2028%200%200%201-24.23-42l29.45-50.88l-4.76%201.27a12%2012%200%201%201-6.2-23.18l32.77-8.77a12%2012%200%200%201%2014.69%208.48l8.79%2032.77a12%2012%200%201%201-23.17%206.22L66.08%20139l-29.5%2051a4%204%200%200%200%203.42%206h48a12%2012%200%200%201%2012%2012m28-172a3.87%203.87%200%200%201%203.46%202l29.45%2050.87l-4.75-1.27a12%2012%200%201%200-6.16%2023.18l32.77%208.79a12%2012%200%200%200%2014.69-8.48l8.74-32.79a12%2012%200%201%200-23.2-6.22l-1.31%204.86L152.23%2026a28%2028%200%200%200-48.46%200L80.61%2066a12%2012%200%201%200%2020.77%2012l23.16-40a3.87%203.87%200%200%201%203.46-2m112.19%20142l-23.14-40a12%2012%200%201%200-20.77%2012l23.14%2040a4%204%200%200%201-3.46%206H157l3.51-3.51a12%2012%200%201%200-17-17l-24%2024a12%2012%200%200%200%200%2017l24%2024a12%2012%200%201%200%2017-17L157%20220h59a28%2028%200%200%200%2024.23-42Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/recycle-bold.svg?color=%231a73e8&size=48