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

Name
recycle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M8.9 3.038a1.25 1.25 0 0 1 2.203 0l1.66 3.093l-1.026-.342a.75.75 0 0 0-.474 1.423l3 1a.75.75 0 0 0 .977-.589l.5-3a.75.75 0 1 0-1.48-.246l-.174 1.046l-1.662-3.095C11.388.396 8.617.396 7.58 2.328L5.844 5.56a.75.75 0 0 0 1.321.71zm8.04 10.872l-1.911-3.56a.75.75 0 1 1 1.321-.71l1.912 3.56c.983 1.832-.344 4.05-2.423 4.05h-3.526l.719.72a.75.75 0 1 1-1.061 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h3.528a1.25 1.25 0 0 0 1.1-1.84M7.25 15.75a.75.75 0 0 1 0 1.5H4.164c-2.08 0-3.406-2.218-2.423-4.05l1.847-3.439l-1.35.45a.75.75 0 1 1-.475-1.422l3-1.001a.75.75 0 0 1 .949.474l1 3.001a.75.75 0 1 1-1.423.474l-.406-1.217l-1.82 3.39a1.25 1.25 0 0 0 1.101 1.84z"/></svg>

React

import type { SVGProps } from "react";

export function FluentRecycle20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.9 3.038a1.25 1.25 0 0 1 2.203 0l1.66 3.093l-1.026-.342a.75.75 0 0 0-.474 1.423l3 1a.75.75 0 0 0 .977-.589l.5-3a.75.75 0 1 0-1.48-.246l-.174 1.046l-1.662-3.095C11.388.396 8.617.396 7.58 2.328L5.844 5.56a.75.75 0 0 0 1.321.71zm8.04 10.872l-1.911-3.56a.75.75 0 1 1 1.321-.71l1.912 3.56c.983 1.832-.344 4.05-2.423 4.05h-3.526l.719.72a.75.75 0 1 1-1.061 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h3.528a1.25 1.25 0 0 0 1.1-1.84M7.25 15.75a.75.75 0 0 1 0 1.5H4.164c-2.08 0-3.406-2.218-2.423-4.05l1.847-3.439l-1.35.45a.75.75 0 1 1-.475-1.422l3-1.001a.75.75 0 0 1 .949.474l1 3.001a.75.75 0 1 1-1.423.474l-.406-1.217l-1.82 3.39a1.25 1.25 0 0 0 1.101 1.84z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.9 3.038a1.25 1.25 0 0 1 2.203 0l1.66 3.093l-1.026-.342a.75.75 0 0 0-.474 1.423l3 1a.75.75 0 0 0 .977-.589l.5-3a.75.75 0 1 0-1.48-.246l-.174 1.046l-1.662-3.095C11.388.396 8.617.396 7.58 2.328L5.844 5.56a.75.75 0 0 0 1.321.71zm8.04 10.872l-1.911-3.56a.75.75 0 1 1 1.321-.71l1.912 3.56c.983 1.832-.344 4.05-2.423 4.05h-3.526l.719.72a.75.75 0 1 1-1.061 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 1 1 1.06 1.06l-.72.72h3.528a1.25 1.25 0 0 0 1.1-1.84M7.25 15.75a.75.75 0 0 1 0 1.5H4.164c-2.08 0-3.406-2.218-2.423-4.05l1.847-3.439l-1.35.45a.75.75 0 1 1-.475-1.422l3-1.001a.75.75 0 0 1 .949.474l1 3.001a.75.75 0 1 1-1.423.474l-.406-1.217l-1.82 3.39a1.25 1.25 0 0 0 1.101 1.84z"/></svg>
</template>

CSS

.icon-recycle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.9%203.038a1.25%201.25%200%200%201%202.203%200l1.66%203.093l-1.026-.342a.75.75%200%200%200-.474%201.423l3%201a.75.75%200%200%200%20.977-.589l.5-3a.75.75%200%201%200-1.48-.246l-.174%201.046l-1.662-3.095C11.388.396%208.617.396%207.58%202.328L5.844%205.56a.75.75%200%200%200%201.321.71zm8.04%2010.872l-1.911-3.56a.75.75%200%201%201%201.321-.71l1.912%203.56c.983%201.832-.344%204.05-2.423%204.05h-3.526l.719.72a.75.75%200%201%201-1.061%201.06l-2-2a.75.75%200%200%201%200-1.06l2-2a.75.75%200%201%201%201.06%201.06l-.72.72h3.528a1.25%201.25%200%200%200%201.1-1.84M7.25%2015.75a.75.75%200%200%201%200%201.5H4.164c-2.08%200-3.406-2.218-2.423-4.05l1.847-3.439l-1.35.45a.75.75%200%201%201-.475-1.422l3-1.001a.75.75%200%200%201%20.949.474l1%203.001a.75.75%200%201%201-1.423.474l-.406-1.217l-1.82%203.39a1.25%201.25%200%200%200%201.101%201.84z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.9%203.038a1.25%201.25%200%200%201%202.203%200l1.66%203.093l-1.026-.342a.75.75%200%200%200-.474%201.423l3%201a.75.75%200%200%200%20.977-.589l.5-3a.75.75%200%201%200-1.48-.246l-.174%201.046l-1.662-3.095C11.388.396%208.617.396%207.58%202.328L5.844%205.56a.75.75%200%200%200%201.321.71zm8.04%2010.872l-1.911-3.56a.75.75%200%201%201%201.321-.71l1.912%203.56c.983%201.832-.344%204.05-2.423%204.05h-3.526l.719.72a.75.75%200%201%201-1.061%201.06l-2-2a.75.75%200%200%201%200-1.06l2-2a.75.75%200%201%201%201.06%201.06l-.72.72h3.528a1.25%201.25%200%200%200%201.1-1.84M7.25%2015.75a.75.75%200%200%201%200%201.5H4.164c-2.08%200-3.406-2.218-2.423-4.05l1.847-3.439l-1.35.45a.75.75%200%201%201-.475-1.422l3-1.001a.75.75%200%200%201%20.949.474l1%203.001a.75.75%200%201%201-1.423.474l-.406-1.217l-1.82%203.39a1.25%201.25%200%200%200%201.101%201.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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