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

Name
bin-recycle-full-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M6 2.207V4h2.293l-1.94-1.94A.207.207 0 0 0 6 2.208M5 4V2.207a1.207 1.207 0 0 1 2.06-.853L9 3.293V2.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5V4h.999a.5.5 0 0 1 .497.557L15.149 16.23A2 2 0 0 1 13.163 18H6.836a2 2 0 0 1-1.986-1.77L3.502 4.556A.5.5 0 0 1 4 4zm9 0V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V4zm-2.701 3.75a1.5 1.5 0 0 0-2.598 0l-.452.782a.5.5 0 1 0 .866.5l.452-.782a.5.5 0 0 1 .866 0l.451.782a.5.5 0 0 0 .867-.5zm.866 3.5a.5.5 0 0 1-.433.75H11a.5.5 0 0 0 0 1h.732a1.5 1.5 0 0 0 1.299-2.25l-.107-.186a.5.5 0 0 0-.867.5zM9 12h-.732a.5.5 0 0 1-.433-.75l.107-.186a.5.5 0 0 0-.866-.5l-.107.186A1.5 1.5 0 0 0 8.268 13H9a.5.5 0 0 0 0-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentBinRecycleFull20Filled(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="M6 2.207V4h2.293l-1.94-1.94A.207.207 0 0 0 6 2.208M5 4V2.207a1.207 1.207 0 0 1 2.06-.853L9 3.293V2.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5V4h.999a.5.5 0 0 1 .497.557L15.149 16.23A2 2 0 0 1 13.163 18H6.836a2 2 0 0 1-1.986-1.77L3.502 4.556A.5.5 0 0 1 4 4zm9 0V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V4zm-2.701 3.75a1.5 1.5 0 0 0-2.598 0l-.452.782a.5.5 0 1 0 .866.5l.452-.782a.5.5 0 0 1 .866 0l.451.782a.5.5 0 0 0 .867-.5zm.866 3.5a.5.5 0 0 1-.433.75H11a.5.5 0 0 0 0 1h.732a1.5 1.5 0 0 0 1.299-2.25l-.107-.186a.5.5 0 0 0-.867.5zM9 12h-.732a.5.5 0 0 1-.433-.75l.107-.186a.5.5 0 0 0-.866-.5l-.107.186A1.5 1.5 0 0 0 8.268 13H9a.5.5 0 0 0 0-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 2.207V4h2.293l-1.94-1.94A.207.207 0 0 0 6 2.208M5 4V2.207a1.207 1.207 0 0 1 2.06-.853L9 3.293V2.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5V4h.999a.5.5 0 0 1 .497.557L15.149 16.23A2 2 0 0 1 13.163 18H6.836a2 2 0 0 1-1.986-1.77L3.502 4.556A.5.5 0 0 1 4 4zm9 0V2.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V4zm-2.701 3.75a1.5 1.5 0 0 0-2.598 0l-.452.782a.5.5 0 1 0 .866.5l.452-.782a.5.5 0 0 1 .866 0l.451.782a.5.5 0 0 0 .867-.5zm.866 3.5a.5.5 0 0 1-.433.75H11a.5.5 0 0 0 0 1h.732a1.5 1.5 0 0 0 1.299-2.25l-.107-.186a.5.5 0 0 0-.867.5zM9 12h-.732a.5.5 0 0 1-.433-.75l.107-.186a.5.5 0 0 0-.866-.5l-.107.186A1.5 1.5 0 0 0 8.268 13H9a.5.5 0 0 0 0-1"/></svg>
</template>

CSS

.icon-bin-recycle-full-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%22M6%202.207V4h2.293l-1.94-1.94A.207.207%200%200%200%206%202.208M5%204V2.207a1.207%201.207%200%200%201%202.06-.853L9%203.293V2.5A1.5%201.5%200%200%201%2010.5%201h3A1.5%201.5%200%200%201%2015%202.5V4h.999a.5.5%200%200%201%20.497.557L15.149%2016.23A2%202%200%200%201%2013.163%2018H6.836a2%202%200%200%201-1.986-1.77L3.502%204.556A.5.5%200%200%201%204%204zm9%200V2.5a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200-.5.5V4zm-2.701%203.75a1.5%201.5%200%200%200-2.598%200l-.452.782a.5.5%200%201%200%20.866.5l.452-.782a.5.5%200%200%201%20.866%200l.451.782a.5.5%200%200%200%20.867-.5zm.866%203.5a.5.5%200%200%201-.433.75H11a.5.5%200%200%200%200%201h.732a1.5%201.5%200%200%200%201.299-2.25l-.107-.186a.5.5%200%200%200-.867.5zM9%2012h-.732a.5.5%200%200%201-.433-.75l.107-.186a.5.5%200%200%200-.866-.5l-.107.186A1.5%201.5%200%200%200%208.268%2013H9a.5.5%200%200%200%200-1%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%22M6%202.207V4h2.293l-1.94-1.94A.207.207%200%200%200%206%202.208M5%204V2.207a1.207%201.207%200%200%201%202.06-.853L9%203.293V2.5A1.5%201.5%200%200%201%2010.5%201h3A1.5%201.5%200%200%201%2015%202.5V4h.999a.5.5%200%200%201%20.497.557L15.149%2016.23A2%202%200%200%201%2013.163%2018H6.836a2%202%200%200%201-1.986-1.77L3.502%204.556A.5.5%200%200%201%204%204zm9%200V2.5a.5.5%200%200%200-.5-.5h-3a.5.5%200%200%200-.5.5V4zm-2.701%203.75a1.5%201.5%200%200%200-2.598%200l-.452.782a.5.5%200%201%200%20.866.5l.452-.782a.5.5%200%200%201%20.866%200l.451.782a.5.5%200%200%200%20.867-.5zm.866%203.5a.5.5%200%200%201-.433.75H11a.5.5%200%200%200%200%201h.732a1.5%201.5%200%200%200%201.299-2.25l-.107-.186a.5.5%200%200%200-.867.5zM9%2012h-.732a.5.5%200%200%201-.433-.75l.107-.186a.5.5%200%200%200-.866-.5l-.107.186A1.5%201.5%200%200%200%208.268%2013H9a.5.5%200%200%200%200-1%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-20-filled.svg?color=%231a73e8&size=48