recycle icon
recycle-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- recycle-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
3 other variants in Fluent UI System Icons
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 32 32"><path fill="currentColor" d="M18.183 5.277c-.954-1.708-3.411-1.708-4.365 0l-2.896 5.184l-1.791-.895l2.94-5.264c1.718-3.075 6.141-3.074 7.858 0l2.739 4.904l.362-1.448a1 1 0 0 1 1.94.484l-1 4.001a1 1 0 0 1-1.213.728l-4-1a1 1 0 1 1 .486-1.941l1.853.464zm5.405 9.679l1.79-.896l4.047 7.245c1.675 3-.493 6.694-3.929 6.694h-7.083l1.294 1.294a1 1 0 1 1-1.414 1.414l-3-2.999a1 1 0 0 1 0-1.414l3-3.001a1 1 0 1 1 1.414 1.414l-1.292 1.292h7.081c1.909 0 3.113-2.052 2.183-3.719zM13 25.999H6.503c-1.91 0-3.114-2.053-2.183-3.719l3.869-6.926l.895 2.047a1 1 0 0 0 1.832-.802l-1.75-4a1 1 0 0 0-1.145-.572l-4.25 1a1 1 0 1 0 .458 1.946l2.166-.51l-3.821 6.842c-1.676 3 .493 6.694 3.929 6.694H13z"/></svg>
React
import type { SVGProps } from "react";
export function FluentRecycle32Regular(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="M18.183 5.277c-.954-1.708-3.411-1.708-4.365 0l-2.896 5.184l-1.791-.895l2.94-5.264c1.718-3.075 6.141-3.074 7.858 0l2.739 4.904l.362-1.448a1 1 0 0 1 1.94.484l-1 4.001a1 1 0 0 1-1.213.728l-4-1a1 1 0 1 1 .486-1.941l1.853.464zm5.405 9.679l1.79-.896l4.047 7.245c1.675 3-.493 6.694-3.929 6.694h-7.083l1.294 1.294a1 1 0 1 1-1.414 1.414l-3-2.999a1 1 0 0 1 0-1.414l3-3.001a1 1 0 1 1 1.414 1.414l-1.292 1.292h7.081c1.909 0 3.113-2.052 2.183-3.719zM13 25.999H6.503c-1.91 0-3.114-2.053-2.183-3.719l3.869-6.926l.895 2.047a1 1 0 0 0 1.832-.802l-1.75-4a1 1 0 0 0-1.145-.572l-4.25 1a1 1 0 1 0 .458 1.946l2.166-.51l-3.821 6.842c-1.676 3 .493 6.694 3.929 6.694H13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.183 5.277c-.954-1.708-3.411-1.708-4.365 0l-2.896 5.184l-1.791-.895l2.94-5.264c1.718-3.075 6.141-3.074 7.858 0l2.739 4.904l.362-1.448a1 1 0 0 1 1.94.484l-1 4.001a1 1 0 0 1-1.213.728l-4-1a1 1 0 1 1 .486-1.941l1.853.464zm5.405 9.679l1.79-.896l4.047 7.245c1.675 3-.493 6.694-3.929 6.694h-7.083l1.294 1.294a1 1 0 1 1-1.414 1.414l-3-2.999a1 1 0 0 1 0-1.414l3-3.001a1 1 0 1 1 1.414 1.414l-1.292 1.292h7.081c1.909 0 3.113-2.052 2.183-3.719zM13 25.999H6.503c-1.91 0-3.114-2.053-2.183-3.719l3.869-6.926l.895 2.047a1 1 0 0 0 1.832-.802l-1.75-4a1 1 0 0 0-1.145-.572l-4.25 1a1 1 0 1 0 .458 1.946l2.166-.51l-3.821 6.842c-1.676 3 .493 6.694 3.929 6.694H13z"/></svg> </template>
CSS
.icon-recycle-32-regular {
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%22M18.183%205.277c-.954-1.708-3.411-1.708-4.365%200l-2.896%205.184l-1.791-.895l2.94-5.264c1.718-3.075%206.141-3.074%207.858%200l2.739%204.904l.362-1.448a1%201%200%200%201%201.94.484l-1%204.001a1%201%200%200%201-1.213.728l-4-1a1%201%200%201%201%20.486-1.941l1.853.464zm5.405%209.679l1.79-.896l4.047%207.245c1.675%203-.493%206.694-3.929%206.694h-7.083l1.294%201.294a1%201%200%201%201-1.414%201.414l-3-2.999a1%201%200%200%201%200-1.414l3-3.001a1%201%200%201%201%201.414%201.414l-1.292%201.292h7.081c1.909%200%203.113-2.052%202.183-3.719zM13%2025.999H6.503c-1.91%200-3.114-2.053-2.183-3.719l3.869-6.926l.895%202.047a1%201%200%200%200%201.832-.802l-1.75-4a1%201%200%200%200-1.145-.572l-4.25%201a1%201%200%201%200%20.458%201.946l2.166-.51l-3.821%206.842c-1.676%203%20.493%206.694%203.929%206.694H13z%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%22M18.183%205.277c-.954-1.708-3.411-1.708-4.365%200l-2.896%205.184l-1.791-.895l2.94-5.264c1.718-3.075%206.141-3.074%207.858%200l2.739%204.904l.362-1.448a1%201%200%200%201%201.94.484l-1%204.001a1%201%200%200%201-1.213.728l-4-1a1%201%200%201%201%20.486-1.941l1.853.464zm5.405%209.679l1.79-.896l4.047%207.245c1.675%203-.493%206.694-3.929%206.694h-7.083l1.294%201.294a1%201%200%201%201-1.414%201.414l-3-2.999a1%201%200%200%201%200-1.414l3-3.001a1%201%200%201%201%201.414%201.414l-1.292%201.292h7.081c1.909%200%203.113-2.052%202.183-3.719zM13%2025.999H6.503c-1.91%200-3.114-2.053-2.183-3.719l3.869-6.926l.895%202.047a1%201%200%200%200%201.832-.802l-1.75-4a1%201%200%200%200-1.145-.572l-4.25%201a1%201%200%201%200%20.458%201.946l2.166-.51l-3.821%206.842c-1.676%203%20.493%206.694%203.929%206.694H13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/recycle-32-regular.svg?color=%231a73e8&size=48