recycle-variant from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
recycle-variant
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the recycle variant icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.17 7.91l1.73 1l3.18-5.49l2.25 3.89l-2.6 1.5l5.46 1.46l1.47-5.46l-2.6 1.5l-2.25-3.9a1.99 1.99 0 0 0-2.73-.73c-.27.15-.5.37-.67.63M10 20v-2H3.66l2.24-3.9l2.6 1.5l-1.46-5.46l-5.47 1.46l2.6 1.5L1.92 17a2.003 2.003 0 0 0 1.62 3m15.52-8.5l-1.74 1L20.5 18H16v-3l-4 4l4 4v-3h4.5c1.11 0 2-.89 2-2c0-.31-.08-.62-.22-.89Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRecycleVariant(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="m7.17 7.91l1.73 1l3.18-5.49l2.25 3.89l-2.6 1.5l5.46 1.46l1.47-5.46l-2.6 1.5l-2.25-3.9a1.99 1.99 0 0 0-2.73-.73c-.27.15-.5.37-.67.63M10 20v-2H3.66l2.24-3.9l2.6 1.5l-1.46-5.46l-5.47 1.46l2.6 1.5L1.92 17a2.003 2.003 0 0 0 1.62 3m15.52-8.5l-1.74 1L20.5 18H16v-3l-4 4l4 4v-3h4.5c1.11 0 2-.89 2-2c0-.31-.08-.62-.22-.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.17 7.91l1.73 1l3.18-5.49l2.25 3.89l-2.6 1.5l5.46 1.46l1.47-5.46l-2.6 1.5l-2.25-3.9a1.99 1.99 0 0 0-2.73-.73c-.27.15-.5.37-.67.63M10 20v-2H3.66l2.24-3.9l2.6 1.5l-1.46-5.46l-5.47 1.46l2.6 1.5L1.92 17a2.003 2.003 0 0 0 1.62 3m15.52-8.5l-1.74 1L20.5 18H16v-3l-4 4l4 4v-3h4.5c1.11 0 2-.89 2-2c0-.31-.08-.62-.22-.89Z"/></svg>
</template>

CSS

.icon-recycle-variant {
  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%22m7.17%207.91l1.73%201l3.18-5.49l2.25%203.89l-2.6%201.5l5.46%201.46l1.47-5.46l-2.6%201.5l-2.25-3.9a1.99%201.99%200%200%200-2.73-.73c-.27.15-.5.37-.67.63M10%2020v-2H3.66l2.24-3.9l2.6%201.5l-1.46-5.46l-5.47%201.46l2.6%201.5L1.92%2017a2.003%202.003%200%200%200%201.62%203m15.52-8.5l-1.74%201L20.5%2018H16v-3l-4%204l4%204v-3h4.5c1.11%200%202-.89%202-2c0-.31-.08-.62-.22-.89Z%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%22m7.17%207.91l1.73%201l3.18-5.49l2.25%203.89l-2.6%201.5l5.46%201.46l1.47-5.46l-2.6%201.5l-2.25-3.9a1.99%201.99%200%200%200-2.73-.73c-.27.15-.5.37-.67.63M10%2020v-2H3.66l2.24-3.9l2.6%201.5l-1.46-5.46l-5.47%201.46l2.6%201.5L1.92%2017a2.003%202.003%200%200%200%201.62%203m15.52-8.5l-1.74%201L20.5%2018H16v-3l-4%204l4%204v-3h4.5c1.11%200%202-.89%202-2c0-.31-.08-.62-.22-.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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