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

Name
bin-recycle-full-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the bin recycle full icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.49 1c.399 0 .78.16 1.06.443L11 3.92V2.75c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75V5.5h1.372a.75.75 0 0 1 .746.83l-1.477 13.662A2.25 2.25 0 0 1 16.404 22H7.596a2.25 2.25 0 0 1-2.236-2.008L3.878 6.332a.75.75 0 0 1 .746-.831H6V2.49C6 1.667 6.667 1 7.49 1m9.01 4.5V2.75a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25V5.5zm-9-2.986V5.5h2.953zM6.85 19.83a.75.75 0 0 0 .746.669h8.808a.75.75 0 0 0 .745-.67L18.537 7H5.46zm4.942-9.422a.25.25 0 0 1 .416 0l.669 1a.75.75 0 0 0 1.246-.834l-.668-1a1.75 1.75 0 0 0-2.91 0l-.668 1a.75.75 0 0 0 1.246.834zM9.636 12.6a.75.75 0 0 1 .257 1.03l-.364.606a.5.5 0 0 0 .429.757h.792a.75.75 0 0 1 0 1.5h-.792c-1.555 0-2.515-1.696-1.715-3.029l.364-.607a.75.75 0 0 1 1.029-.257m4.473 1.029a.75.75 0 1 1 1.287-.771l.364.607c.798 1.333-.162 3.028-1.716 3.028h-.794a.75.75 0 0 1 0-1.5h.794a.5.5 0 0 0 .429-.757z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBinRecycleFull24Regular(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.49 1c.399 0 .78.16 1.06.443L11 3.92V2.75c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75V5.5h1.372a.75.75 0 0 1 .746.83l-1.477 13.662A2.25 2.25 0 0 1 16.404 22H7.596a2.25 2.25 0 0 1-2.236-2.008L3.878 6.332a.75.75 0 0 1 .746-.831H6V2.49C6 1.667 6.667 1 7.49 1m9.01 4.5V2.75a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25V5.5zm-9-2.986V5.5h2.953zM6.85 19.83a.75.75 0 0 0 .746.669h8.808a.75.75 0 0 0 .745-.67L18.537 7H5.46zm4.942-9.422a.25.25 0 0 1 .416 0l.669 1a.75.75 0 0 0 1.246-.834l-.668-1a1.75 1.75 0 0 0-2.91 0l-.668 1a.75.75 0 0 0 1.246.834zM9.636 12.6a.75.75 0 0 1 .257 1.03l-.364.606a.5.5 0 0 0 .429.757h.792a.75.75 0 0 1 0 1.5h-.792c-1.555 0-2.515-1.696-1.715-3.029l.364-.607a.75.75 0 0 1 1.029-.257m4.473 1.029a.75.75 0 1 1 1.287-.771l.364.607c.798 1.333-.162 3.028-1.716 3.028h-.794a.75.75 0 0 1 0-1.5h.794a.5.5 0 0 0 .429-.757z"/></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.49 1c.399 0 .78.16 1.06.443L11 3.92V2.75c0-.966.784-1.75 1.75-1.75h3.5c.966 0 1.75.784 1.75 1.75V5.5h1.372a.75.75 0 0 1 .746.83l-1.477 13.662A2.25 2.25 0 0 1 16.404 22H7.596a2.25 2.25 0 0 1-2.236-2.008L3.878 6.332a.75.75 0 0 1 .746-.831H6V2.49C6 1.667 6.667 1 7.49 1m9.01 4.5V2.75a.25.25 0 0 0-.25-.25h-3.5a.25.25 0 0 0-.25.25V5.5zm-9-2.986V5.5h2.953zM6.85 19.83a.75.75 0 0 0 .746.669h8.808a.75.75 0 0 0 .745-.67L18.537 7H5.46zm4.942-9.422a.25.25 0 0 1 .416 0l.669 1a.75.75 0 0 0 1.246-.834l-.668-1a1.75 1.75 0 0 0-2.91 0l-.668 1a.75.75 0 0 0 1.246.834zM9.636 12.6a.75.75 0 0 1 .257 1.03l-.364.606a.5.5 0 0 0 .429.757h.792a.75.75 0 0 1 0 1.5h-.792c-1.555 0-2.515-1.696-1.715-3.029l.364-.607a.75.75 0 0 1 1.029-.257m4.473 1.029a.75.75 0 1 1 1.287-.771l.364.607c.798 1.333-.162 3.028-1.716 3.028h-.794a.75.75 0 0 1 0-1.5h.794a.5.5 0 0 0 .429-.757z"/></svg>
</template>

CSS

.icon-bin-recycle-full-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.49%201c.399%200%20.78.16%201.06.443L11%203.92V2.75c0-.966.784-1.75%201.75-1.75h3.5c.966%200%201.75.784%201.75%201.75V5.5h1.372a.75.75%200%200%201%20.746.83l-1.477%2013.662A2.25%202.25%200%200%201%2016.404%2022H7.596a2.25%202.25%200%200%201-2.236-2.008L3.878%206.332a.75.75%200%200%201%20.746-.831H6V2.49C6%201.667%206.667%201%207.49%201m9.01%204.5V2.75a.25.25%200%200%200-.25-.25h-3.5a.25.25%200%200%200-.25.25V5.5zm-9-2.986V5.5h2.953zM6.85%2019.83a.75.75%200%200%200%20.746.669h8.808a.75.75%200%200%200%20.745-.67L18.537%207H5.46zm4.942-9.422a.25.25%200%200%201%20.416%200l.669%201a.75.75%200%200%200%201.246-.834l-.668-1a1.75%201.75%200%200%200-2.91%200l-.668%201a.75.75%200%200%200%201.246.834zM9.636%2012.6a.75.75%200%200%201%20.257%201.03l-.364.606a.5.5%200%200%200%20.429.757h.792a.75.75%200%200%201%200%201.5h-.792c-1.555%200-2.515-1.696-1.715-3.029l.364-.607a.75.75%200%200%201%201.029-.257m4.473%201.029a.75.75%200%201%201%201.287-.771l.364.607c.798%201.333-.162%203.028-1.716%203.028h-.794a.75.75%200%200%201%200-1.5h.794a.5.5%200%200%200%20.429-.757z%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.49%201c.399%200%20.78.16%201.06.443L11%203.92V2.75c0-.966.784-1.75%201.75-1.75h3.5c.966%200%201.75.784%201.75%201.75V5.5h1.372a.75.75%200%200%201%20.746.83l-1.477%2013.662A2.25%202.25%200%200%201%2016.404%2022H7.596a2.25%202.25%200%200%201-2.236-2.008L3.878%206.332a.75.75%200%200%201%20.746-.831H6V2.49C6%201.667%206.667%201%207.49%201m9.01%204.5V2.75a.25.25%200%200%200-.25-.25h-3.5a.25.25%200%200%200-.25.25V5.5zm-9-2.986V5.5h2.953zM6.85%2019.83a.75.75%200%200%200%20.746.669h8.808a.75.75%200%200%200%20.745-.67L18.537%207H5.46zm4.942-9.422a.25.25%200%200%201%20.416%200l.669%201a.75.75%200%200%200%201.246-.834l-.668-1a1.75%201.75%200%200%200-2.91%200l-.668%201a.75.75%200%200%200%201.246.834zM9.636%2012.6a.75.75%200%200%201%20.257%201.03l-.364.606a.5.5%200%200%200%20.429.757h.792a.75.75%200%200%201%200%201.5h-.792c-1.555%200-2.515-1.696-1.715-3.029l.364-.607a.75.75%200%200%201%201.029-.257m4.473%201.029a.75.75%200%201%201%201.287-.771l.364.607c.798%201.333-.162%203.028-1.716%203.028h-.794a.75.75%200%200%201%200-1.5h.794a.5.5%200%200%200%20.429-.757z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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