bin recycle full icon
bin-recycle-full-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- bin-recycle-full-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M8.55 1.443A1.49 1.49 0 0 0 6 2.49V5.5H4.624a.75.75 0 0 0-.746.83L5.36 19.994A2.25 2.25 0 0 0 7.596 22h8.808a2.25 2.25 0 0 0 2.237-2.008L20.118 6.33a.75.75 0 0 0-.745-.831H18V2.75A1.75 1.75 0 0 0 16.25 1h-3.5A1.75 1.75 0 0 0 11 2.75v1.17zM16.5 2.75V5.5h-4V2.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25M10.453 5.5H7.5V2.514zm1.34 4.91l-.67 1a.75.75 0 1 1-1.246-.835l.669-1a1.75 1.75 0 0 1 2.909 0l.669 1a.75.75 0 0 1-1.247.834l-.669-1a.25.25 0 0 0-.415 0m-1.9 3.218l-.364.607a.5.5 0 0 0 .43.757h.791a.75.75 0 0 1 0 1.5h-.792c-1.554 0-2.515-1.696-1.715-3.029l.364-.607a.75.75 0 1 1 1.287.772m4.474-1.03a.75.75 0 0 1 1.03.259l.363.607c.799 1.333-.162 3.028-1.716 3.028h-.794a.75.75 0 0 1 0-1.5h.794a.5.5 0 0 0 .43-.757l-.365-.607a.75.75 0 0 1 .258-1.03"/></svg>
React
import type { SVGProps } from "react";
export function FluentBinRecycleFull24Filled(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="M8.55 1.443A1.49 1.49 0 0 0 6 2.49V5.5H4.624a.75.75 0 0 0-.746.83L5.36 19.994A2.25 2.25 0 0 0 7.596 22h8.808a2.25 2.25 0 0 0 2.237-2.008L20.118 6.33a.75.75 0 0 0-.745-.831H18V2.75A1.75 1.75 0 0 0 16.25 1h-3.5A1.75 1.75 0 0 0 11 2.75v1.17zM16.5 2.75V5.5h-4V2.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25M10.453 5.5H7.5V2.514zm1.34 4.91l-.67 1a.75.75 0 1 1-1.246-.835l.669-1a1.75 1.75 0 0 1 2.909 0l.669 1a.75.75 0 0 1-1.247.834l-.669-1a.25.25 0 0 0-.415 0m-1.9 3.218l-.364.607a.5.5 0 0 0 .43.757h.791a.75.75 0 0 1 0 1.5h-.792c-1.554 0-2.515-1.696-1.715-3.029l.364-.607a.75.75 0 1 1 1.287.772m4.474-1.03a.75.75 0 0 1 1.03.259l.363.607c.799 1.333-.162 3.028-1.716 3.028h-.794a.75.75 0 0 1 0-1.5h.794a.5.5 0 0 0 .43-.757l-.365-.607a.75.75 0 0 1 .258-1.03"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.55 1.443A1.49 1.49 0 0 0 6 2.49V5.5H4.624a.75.75 0 0 0-.746.83L5.36 19.994A2.25 2.25 0 0 0 7.596 22h8.808a2.25 2.25 0 0 0 2.237-2.008L20.118 6.33a.75.75 0 0 0-.745-.831H18V2.75A1.75 1.75 0 0 0 16.25 1h-3.5A1.75 1.75 0 0 0 11 2.75v1.17zM16.5 2.75V5.5h-4V2.75a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25M10.453 5.5H7.5V2.514zm1.34 4.91l-.67 1a.75.75 0 1 1-1.246-.835l.669-1a1.75 1.75 0 0 1 2.909 0l.669 1a.75.75 0 0 1-1.247.834l-.669-1a.25.25 0 0 0-.415 0m-1.9 3.218l-.364.607a.5.5 0 0 0 .43.757h.791a.75.75 0 0 1 0 1.5h-.792c-1.554 0-2.515-1.696-1.715-3.029l.364-.607a.75.75 0 1 1 1.287.772m4.474-1.03a.75.75 0 0 1 1.03.259l.363.607c.799 1.333-.162 3.028-1.716 3.028h-.794a.75.75 0 0 1 0-1.5h.794a.5.5 0 0 0 .43-.757l-.365-.607a.75.75 0 0 1 .258-1.03"/></svg> </template>
CSS
.icon-bin-recycle-full-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.55%201.443A1.49%201.49%200%200%200%206%202.49V5.5H4.624a.75.75%200%200%200-.746.83L5.36%2019.994A2.25%202.25%200%200%200%207.596%2022h8.808a2.25%202.25%200%200%200%202.237-2.008L20.118%206.33a.75.75%200%200%200-.745-.831H18V2.75A1.75%201.75%200%200%200%2016.25%201h-3.5A1.75%201.75%200%200%200%2011%202.75v1.17zM16.5%202.75V5.5h-4V2.75a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25M10.453%205.5H7.5V2.514zm1.34%204.91l-.67%201a.75.75%200%201%201-1.246-.835l.669-1a1.75%201.75%200%200%201%202.909%200l.669%201a.75.75%200%200%201-1.247.834l-.669-1a.25.25%200%200%200-.415%200m-1.9%203.218l-.364.607a.5.5%200%200%200%20.43.757h.791a.75.75%200%200%201%200%201.5h-.792c-1.554%200-2.515-1.696-1.715-3.029l.364-.607a.75.75%200%201%201%201.287.772m4.474-1.03a.75.75%200%200%201%201.03.259l.363.607c.799%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.43-.757l-.365-.607a.75.75%200%200%201%20.258-1.03%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%22M8.55%201.443A1.49%201.49%200%200%200%206%202.49V5.5H4.624a.75.75%200%200%200-.746.83L5.36%2019.994A2.25%202.25%200%200%200%207.596%2022h8.808a2.25%202.25%200%200%200%202.237-2.008L20.118%206.33a.75.75%200%200%200-.745-.831H18V2.75A1.75%201.75%200%200%200%2016.25%201h-3.5A1.75%201.75%200%200%200%2011%202.75v1.17zM16.5%202.75V5.5h-4V2.75a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25M10.453%205.5H7.5V2.514zm1.34%204.91l-.67%201a.75.75%200%201%201-1.246-.835l.669-1a1.75%201.75%200%200%201%202.909%200l.669%201a.75.75%200%200%201-1.247.834l-.669-1a.25.25%200%200%200-.415%200m-1.9%203.218l-.364.607a.5.5%200%200%200%20.43.757h.791a.75.75%200%200%201%200%201.5h-.792c-1.554%200-2.515-1.696-1.715-3.029l.364-.607a.75.75%200%201%201%201.287.772m4.474-1.03a.75.75%200%200%201%201.03.259l.363.607c.799%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.43-.757l-.365-.607a.75.75%200%200%201%20.258-1.03%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-filled.svg?color=%231a73e8&size=48