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

Name
recycle-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M11.323 2.92c-.566-1.055-2.078-1.055-2.643 0L6.826 6.37a.5.5 0 1 1-.88-.473l1.853-3.452c.943-1.756 3.462-1.756 4.405 0l2.008 3.742l.295-1.77a.5.5 0 0 1 .986.164l-.5 3a.5.5 0 0 1-.651.392l-3-1a.5.5 0 0 1 .316-.948l1.622.54zm4.023 6.407a.5.5 0 0 0-.217.684l2.03 3.78a1.5 1.5 0 0 1-1.322 2.21h-4.13l1.147-1.147a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .707-.708l-1.146-1.145h4.13c1.89 0 3.096-2.017 2.202-3.683l-2.03-3.78a.5.5 0 0 0-.664-.211M4.164 16H7.5a.5.5 0 0 1 0 1H4.164c-1.89 0-3.097-2.017-2.203-3.683l2.144-3.993l-1.947.65a.5.5 0 1 1-.316-.95l3-1a.5.5 0 0 1 .632.316l1 3a.5.5 0 0 1-.948.317l-.59-1.768l-2.094 3.901A1.5 1.5 0 0 0 4.164 16"/></svg>

React

import type { SVGProps } from "react";

export function FluentRecycle20Regular(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="M11.323 2.92c-.566-1.055-2.078-1.055-2.643 0L6.826 6.37a.5.5 0 1 1-.88-.473l1.853-3.452c.943-1.756 3.462-1.756 4.405 0l2.008 3.742l.295-1.77a.5.5 0 0 1 .986.164l-.5 3a.5.5 0 0 1-.651.392l-3-1a.5.5 0 0 1 .316-.948l1.622.54zm4.023 6.407a.5.5 0 0 0-.217.684l2.03 3.78a1.5 1.5 0 0 1-1.322 2.21h-4.13l1.147-1.147a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .707-.708l-1.146-1.145h4.13c1.89 0 3.096-2.017 2.202-3.683l-2.03-3.78a.5.5 0 0 0-.664-.211M4.164 16H7.5a.5.5 0 0 1 0 1H4.164c-1.89 0-3.097-2.017-2.203-3.683l2.144-3.993l-1.947.65a.5.5 0 1 1-.316-.95l3-1a.5.5 0 0 1 .632.316l1 3a.5.5 0 0 1-.948.317l-.59-1.768l-2.094 3.901A1.5 1.5 0 0 0 4.164 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M11.323 2.92c-.566-1.055-2.078-1.055-2.643 0L6.826 6.37a.5.5 0 1 1-.88-.473l1.853-3.452c.943-1.756 3.462-1.756 4.405 0l2.008 3.742l.295-1.77a.5.5 0 0 1 .986.164l-.5 3a.5.5 0 0 1-.651.392l-3-1a.5.5 0 0 1 .316-.948l1.622.54zm4.023 6.407a.5.5 0 0 0-.217.684l2.03 3.78a1.5 1.5 0 0 1-1.322 2.21h-4.13l1.147-1.147a.5.5 0 0 0-.707-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .707-.708l-1.146-1.145h4.13c1.89 0 3.096-2.017 2.202-3.683l-2.03-3.78a.5.5 0 0 0-.664-.211M4.164 16H7.5a.5.5 0 0 1 0 1H4.164c-1.89 0-3.097-2.017-2.203-3.683l2.144-3.993l-1.947.65a.5.5 0 1 1-.316-.95l3-1a.5.5 0 0 1 .632.316l1 3a.5.5 0 0 1-.948.317l-.59-1.768l-2.094 3.901A1.5 1.5 0 0 0 4.164 16"/></svg>
</template>

CSS

.icon-recycle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.323%202.92c-.566-1.055-2.078-1.055-2.643%200L6.826%206.37a.5.5%200%201%201-.88-.473l1.853-3.452c.943-1.756%203.462-1.756%204.405%200l2.008%203.742l.295-1.77a.5.5%200%200%201%20.986.164l-.5%203a.5.5%200%200%201-.651.392l-3-1a.5.5%200%200%201%20.316-.948l1.622.54zm4.023%206.407a.5.5%200%200%200-.217.684l2.03%203.78a1.5%201.5%200%200%201-1.322%202.21h-4.13l1.147-1.147a.5.5%200%200%200-.707-.708l-2%202a.5.5%200%200%200%200%20.708l2%202a.5.5%200%200%200%20.707-.708l-1.146-1.145h4.13c1.89%200%203.096-2.017%202.202-3.683l-2.03-3.78a.5.5%200%200%200-.664-.211M4.164%2016H7.5a.5.5%200%200%201%200%201H4.164c-1.89%200-3.097-2.017-2.203-3.683l2.144-3.993l-1.947.65a.5.5%200%201%201-.316-.95l3-1a.5.5%200%200%201%20.632.316l1%203a.5.5%200%200%201-.948.317l-.59-1.768l-2.094%203.901A1.5%201.5%200%200%200%204.164%2016%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%22M11.323%202.92c-.566-1.055-2.078-1.055-2.643%200L6.826%206.37a.5.5%200%201%201-.88-.473l1.853-3.452c.943-1.756%203.462-1.756%204.405%200l2.008%203.742l.295-1.77a.5.5%200%200%201%20.986.164l-.5%203a.5.5%200%200%201-.651.392l-3-1a.5.5%200%200%201%20.316-.948l1.622.54zm4.023%206.407a.5.5%200%200%200-.217.684l2.03%203.78a1.5%201.5%200%200%201-1.322%202.21h-4.13l1.147-1.147a.5.5%200%200%200-.707-.708l-2%202a.5.5%200%200%200%200%20.708l2%202a.5.5%200%200%200%20.707-.708l-1.146-1.145h4.13c1.89%200%203.096-2.017%202.202-3.683l-2.03-3.78a.5.5%200%200%200-.664-.211M4.164%2016H7.5a.5.5%200%200%201%200%201H4.164c-1.89%200-3.097-2.017-2.203-3.683l2.144-3.993l-1.947.65a.5.5%200%201%201-.316-.95l3-1a.5.5%200%200%201%20.632.316l1%203a.5.5%200%200%201-.948.317l-.59-1.768l-2.094%203.901A1.5%201.5%200%200%200%204.164%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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