recycle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
recycle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="M14.037 5.65c.86-1.533 3.066-1.533 3.926 0l2.606 4.651l-1.601-.283a1.25 1.25 0 1 0-.436 2.462l4.25.75a1.25 1.25 0 0 0 1.404-.835l1.25-3.75a1.25 1.25 0 0 0-2.372-.791l-.373 1.12l-2.547-4.546c-1.814-3.237-6.474-3.237-8.288 0L9.651 8.363a1.25 1.25 0 1 0 2.18 1.222zm12.048 9.382a1.25 1.25 0 0 0-2.18 1.222l3.303 5.896c.84 1.5-.244 3.35-1.963 3.35h-6.327l.792-.95a1.25 1.25 0 0 0-1.92-1.601l-2.5 3a1.25 1.25 0 0 0 0 1.6l2.5 3a1.25 1.25 0 0 0 1.92-1.6L18.92 28h6.325c3.63 0 5.918-3.905 4.144-7.072zM11.748 25.5H6.753c-1.72 0-2.803-1.85-1.963-3.35l3.548-6.33l.809 1.518a1.25 1.25 0 0 0 2.206-1.176l-2-3.75a1.25 1.25 0 0 0-1.308-.645l-4.5.75a1.25 1.25 0 1 0 .41 2.466l2.19-.365l-3.536 6.31C.835 24.094 3.123 28 6.753 28h4.995a1.25 1.25 0 1 0 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentRecycle32Filled(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="M14.037 5.65c.86-1.533 3.066-1.533 3.926 0l2.606 4.651l-1.601-.283a1.25 1.25 0 1 0-.436 2.462l4.25.75a1.25 1.25 0 0 0 1.404-.835l1.25-3.75a1.25 1.25 0 0 0-2.372-.791l-.373 1.12l-2.547-4.546c-1.814-3.237-6.474-3.237-8.288 0L9.651 8.363a1.25 1.25 0 1 0 2.18 1.222zm12.048 9.382a1.25 1.25 0 0 0-2.18 1.222l3.303 5.896c.84 1.5-.244 3.35-1.963 3.35h-6.327l.792-.95a1.25 1.25 0 0 0-1.92-1.601l-2.5 3a1.25 1.25 0 0 0 0 1.6l2.5 3a1.25 1.25 0 0 0 1.92-1.6L18.92 28h6.325c3.63 0 5.918-3.905 4.144-7.072zM11.748 25.5H6.753c-1.72 0-2.803-1.85-1.963-3.35l3.548-6.33l.809 1.518a1.25 1.25 0 0 0 2.206-1.176l-2-3.75a1.25 1.25 0 0 0-1.308-.645l-4.5.75a1.25 1.25 0 1 0 .41 2.466l2.19-.365l-3.536 6.31C.835 24.094 3.123 28 6.753 28h4.995a1.25 1.25 0 1 0 0-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.037 5.65c.86-1.533 3.066-1.533 3.926 0l2.606 4.651l-1.601-.283a1.25 1.25 0 1 0-.436 2.462l4.25.75a1.25 1.25 0 0 0 1.404-.835l1.25-3.75a1.25 1.25 0 0 0-2.372-.791l-.373 1.12l-2.547-4.546c-1.814-3.237-6.474-3.237-8.288 0L9.651 8.363a1.25 1.25 0 1 0 2.18 1.222zm12.048 9.382a1.25 1.25 0 0 0-2.18 1.222l3.303 5.896c.84 1.5-.244 3.35-1.963 3.35h-6.327l.792-.95a1.25 1.25 0 0 0-1.92-1.601l-2.5 3a1.25 1.25 0 0 0 0 1.6l2.5 3a1.25 1.25 0 0 0 1.92-1.6L18.92 28h6.325c3.63 0 5.918-3.905 4.144-7.072zM11.748 25.5H6.753c-1.72 0-2.803-1.85-1.963-3.35l3.548-6.33l.809 1.518a1.25 1.25 0 0 0 2.206-1.176l-2-3.75a1.25 1.25 0 0 0-1.308-.645l-4.5.75a1.25 1.25 0 1 0 .41 2.466l2.19-.365l-3.536 6.31C.835 24.094 3.123 28 6.753 28h4.995a1.25 1.25 0 1 0 0-2.5"/></svg>
</template>

CSS

.icon-recycle-32-filled {
  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%22M14.037%205.65c.86-1.533%203.066-1.533%203.926%200l2.606%204.651l-1.601-.283a1.25%201.25%200%201%200-.436%202.462l4.25.75a1.25%201.25%200%200%200%201.404-.835l1.25-3.75a1.25%201.25%200%200%200-2.372-.791l-.373%201.12l-2.547-4.546c-1.814-3.237-6.474-3.237-8.288%200L9.651%208.363a1.25%201.25%200%201%200%202.18%201.222zm12.048%209.382a1.25%201.25%200%200%200-2.18%201.222l3.303%205.896c.84%201.5-.244%203.35-1.963%203.35h-6.327l.792-.95a1.25%201.25%200%200%200-1.92-1.601l-2.5%203a1.25%201.25%200%200%200%200%201.6l2.5%203a1.25%201.25%200%200%200%201.92-1.6L18.92%2028h6.325c3.63%200%205.918-3.905%204.144-7.072zM11.748%2025.5H6.753c-1.72%200-2.803-1.85-1.963-3.35l3.548-6.33l.809%201.518a1.25%201.25%200%200%200%202.206-1.176l-2-3.75a1.25%201.25%200%200%200-1.308-.645l-4.5.75a1.25%201.25%200%201%200%20.41%202.466l2.19-.365l-3.536%206.31C.835%2024.094%203.123%2028%206.753%2028h4.995a1.25%201.25%200%201%200%200-2.5%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%22M14.037%205.65c.86-1.533%203.066-1.533%203.926%200l2.606%204.651l-1.601-.283a1.25%201.25%200%201%200-.436%202.462l4.25.75a1.25%201.25%200%200%200%201.404-.835l1.25-3.75a1.25%201.25%200%200%200-2.372-.791l-.373%201.12l-2.547-4.546c-1.814-3.237-6.474-3.237-8.288%200L9.651%208.363a1.25%201.25%200%201%200%202.18%201.222zm12.048%209.382a1.25%201.25%200%200%200-2.18%201.222l3.303%205.896c.84%201.5-.244%203.35-1.963%203.35h-6.327l.792-.95a1.25%201.25%200%200%200-1.92-1.601l-2.5%203a1.25%201.25%200%200%200%200%201.6l2.5%203a1.25%201.25%200%200%200%201.92-1.6L18.92%2028h6.325c3.63%200%205.918-3.905%204.144-7.072zM11.748%2025.5H6.753c-1.72%200-2.803-1.85-1.963-3.35l3.548-6.33l.809%201.518a1.25%201.25%200%200%200%202.206-1.176l-2-3.75a1.25%201.25%200%200%200-1.308-.645l-4.5.75a1.25%201.25%200%201%200%20.41%202.466l2.19-.365l-3.536%206.31C.835%2024.094%203.123%2028%206.753%2028h4.995a1.25%201.25%200%201%200%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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