recycle-fill from Remix Icon by Remix Design · Fill · Others · Apache-2.0 Free for personal and commercial use.

Name
recycle-fill
Set
Remix Icon
Style
Fill
Category
Others
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More others icons from Remix Icon

Use the recycle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.561 12.099l1.532 2.651A3.5 3.5 0 0 1 18.06 20H16v2l-5-3.5l5-3.5v2h2.062a.5.5 0 0 0 .471-.668l-.038-.082l-1.53-2.652zM7.736 9.384l.531 6.08l-1.731-1l-1.032 1.786a.5.5 0 0 0 .343.742l.09.008H9v3H5.937a3.5 3.5 0 0 1-3.031-5.25l1.032-1.786l-1.733-1zM13.75 2.97a3.5 3.5 0 0 1 1.28 1.28l1.031 1.786l1.733-1l-.532 6.08l-5.53-2.58l1.73-1l-1.03-1.786a.5.5 0 0 0-.814-.074l-.052.074l-1.53 2.652l-2.598-1.5l1.53-2.652a3.5 3.5 0 0 1 4.782-1.28"/></svg>

React

import type { SVGProps } from "react";

export function RiRecycleFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.561 12.099l1.532 2.651A3.5 3.5 0 0 1 18.06 20H16v2l-5-3.5l5-3.5v2h2.062a.5.5 0 0 0 .471-.668l-.038-.082l-1.53-2.652zM7.736 9.384l.531 6.08l-1.731-1l-1.032 1.786a.5.5 0 0 0 .343.742l.09.008H9v3H5.937a3.5 3.5 0 0 1-3.031-5.25l1.032-1.786l-1.733-1zM13.75 2.97a3.5 3.5 0 0 1 1.28 1.28l1.031 1.786l1.733-1l-.532 6.08l-5.53-2.58l1.73-1l-1.03-1.786a.5.5 0 0 0-.814-.074l-.052.074l-1.53 2.652l-2.598-1.5l1.53-2.652a3.5 3.5 0 0 1 4.782-1.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.561 12.099l1.532 2.651A3.5 3.5 0 0 1 18.06 20H16v2l-5-3.5l5-3.5v2h2.062a.5.5 0 0 0 .471-.668l-.038-.082l-1.53-2.652zM7.736 9.384l.531 6.08l-1.731-1l-1.032 1.786a.5.5 0 0 0 .343.742l.09.008H9v3H5.937a3.5 3.5 0 0 1-3.031-5.25l1.032-1.786l-1.733-1zM13.75 2.97a3.5 3.5 0 0 1 1.28 1.28l1.031 1.786l1.733-1l-.532 6.08l-5.53-2.58l1.73-1l-1.03-1.786a.5.5 0 0 0-.814-.074l-.052.074l-1.53 2.652l-2.598-1.5l1.53-2.652a3.5 3.5 0 0 1 4.782-1.28"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.561%2012.099l1.532%202.651A3.5%203.5%200%200%201%2018.06%2020H16v2l-5-3.5l5-3.5v2h2.062a.5.5%200%200%200%20.471-.668l-.038-.082l-1.53-2.652zM7.736%209.384l.531%206.08l-1.731-1l-1.032%201.786a.5.5%200%200%200%20.343.742l.09.008H9v3H5.937a3.5%203.5%200%200%201-3.031-5.25l1.032-1.786l-1.733-1zM13.75%202.97a3.5%203.5%200%200%201%201.28%201.28l1.031%201.786l1.733-1l-.532%206.08l-5.53-2.58l1.73-1l-1.03-1.786a.5.5%200%200%200-.814-.074l-.052.074l-1.53%202.652l-2.598-1.5l1.53-2.652a3.5%203.5%200%200%201%204.782-1.28%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.561%2012.099l1.532%202.651A3.5%203.5%200%200%201%2018.06%2020H16v2l-5-3.5l5-3.5v2h2.062a.5.5%200%200%200%20.471-.668l-.038-.082l-1.53-2.652zM7.736%209.384l.531%206.08l-1.731-1l-1.032%201.786a.5.5%200%200%200%20.343.742l.09.008H9v3H5.937a3.5%203.5%200%200%201-3.031-5.25l1.032-1.786l-1.733-1zM13.75%202.97a3.5%203.5%200%200%201%201.28%201.28l1.031%201.786l1.733-1l-.532%206.08l-5.53-2.58l1.73-1l-1.03-1.786a.5.5%200%200%200-.814-.074l-.052.074l-1.53%202.652l-2.598-1.5l1.53-2.652a3.5%203.5%200%200%201%204.782-1.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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