bin recycle full icon
bin-recycle-full-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- bin-recycle-full-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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.207 2c.055 0 .108.022.147.06L8.293 4H6V2.207C6 2.093 6.093 2 6.207 2M5 2.207V4H3.999a.5.5 0 0 0-.497.557L4.85 16.23A2 2 0 0 0 6.836 18h6.327a2 2 0 0 0 1.986-1.77l1.347-11.673A.5.5 0 0 0 15.999 4H15V2.5A1.5 1.5 0 0 0 13.5 1h-3A1.5 1.5 0 0 0 9 2.5v.793l-1.94-1.94A1.207 1.207 0 0 0 5 2.208M10 4V2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4zM4.56 5h10.878l-1.282 11.115a1 1 0 0 1-.993.885H6.836a1 1 0 0 1-.993-.885zm6.74 2.75a1.5 1.5 0 0 0-2.598 0l-.452.782a.5.5 0 0 0 .866.5l.452-.782a.5.5 0 0 1 .866 0l.451.782a.5.5 0 0 0 .867-.5zm.866 3.5l-.108-.186a.5.5 0 0 1 .867-.5l.107.186a1.5 1.5 0 0 1-1.3 2.25H11a.5.5 0 0 1 0-1h.732a.5.5 0 0 0 .433-.75M9 12a.5.5 0 0 1 0 1h-.732a1.5 1.5 0 0 1-1.3-2.25l.108-.186a.5.5 0 0 1 .866.5l-.107.186a.5.5 0 0 0 .433.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBinRecycleFull20Regular(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.207 2c.055 0 .108.022.147.06L8.293 4H6V2.207C6 2.093 6.093 2 6.207 2M5 2.207V4H3.999a.5.5 0 0 0-.497.557L4.85 16.23A2 2 0 0 0 6.836 18h6.327a2 2 0 0 0 1.986-1.77l1.347-11.673A.5.5 0 0 0 15.999 4H15V2.5A1.5 1.5 0 0 0 13.5 1h-3A1.5 1.5 0 0 0 9 2.5v.793l-1.94-1.94A1.207 1.207 0 0 0 5 2.208M10 4V2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4zM4.56 5h10.878l-1.282 11.115a1 1 0 0 1-.993.885H6.836a1 1 0 0 1-.993-.885zm6.74 2.75a1.5 1.5 0 0 0-2.598 0l-.452.782a.5.5 0 0 0 .866.5l.452-.782a.5.5 0 0 1 .866 0l.451.782a.5.5 0 0 0 .867-.5zm.866 3.5l-.108-.186a.5.5 0 0 1 .867-.5l.107.186a1.5 1.5 0 0 1-1.3 2.25H11a.5.5 0 0 1 0-1h.732a.5.5 0 0 0 .433-.75M9 12a.5.5 0 0 1 0 1h-.732a1.5 1.5 0 0 1-1.3-2.25l.108-.186a.5.5 0 0 1 .866.5l-.107.186a.5.5 0 0 0 .433.75z"/></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.207 2c.055 0 .108.022.147.06L8.293 4H6V2.207C6 2.093 6.093 2 6.207 2M5 2.207V4H3.999a.5.5 0 0 0-.497.557L4.85 16.23A2 2 0 0 0 6.836 18h6.327a2 2 0 0 0 1.986-1.77l1.347-11.673A.5.5 0 0 0 15.999 4H15V2.5A1.5 1.5 0 0 0 13.5 1h-3A1.5 1.5 0 0 0 9 2.5v.793l-1.94-1.94A1.207 1.207 0 0 0 5 2.208M10 4V2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4zM4.56 5h10.878l-1.282 11.115a1 1 0 0 1-.993.885H6.836a1 1 0 0 1-.993-.885zm6.74 2.75a1.5 1.5 0 0 0-2.598 0l-.452.782a.5.5 0 0 0 .866.5l.452-.782a.5.5 0 0 1 .866 0l.451.782a.5.5 0 0 0 .867-.5zm.866 3.5l-.108-.186a.5.5 0 0 1 .867-.5l.107.186a1.5 1.5 0 0 1-1.3 2.25H11a.5.5 0 0 1 0-1h.732a.5.5 0 0 0 .433-.75M9 12a.5.5 0 0 1 0 1h-.732a1.5 1.5 0 0 1-1.3-2.25l.108-.186a.5.5 0 0 1 .866.5l-.107.186a.5.5 0 0 0 .433.75z"/></svg> </template>
CSS
.icon-bin-recycle-full-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%22M6.207%202c.055%200%20.108.022.147.06L8.293%204H6V2.207C6%202.093%206.093%202%206.207%202M5%202.207V4H3.999a.5.5%200%200%200-.497.557L4.85%2016.23A2%202%200%200%200%206.836%2018h6.327a2%202%200%200%200%201.986-1.77l1.347-11.673A.5.5%200%200%200%2015.999%204H15V2.5A1.5%201.5%200%200%200%2013.5%201h-3A1.5%201.5%200%200%200%209%202.5v.793l-1.94-1.94A1.207%201.207%200%200%200%205%202.208M10%204V2.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V4zM4.56%205h10.878l-1.282%2011.115a1%201%200%200%201-.993.885H6.836a1%201%200%200%201-.993-.885zm6.74%202.75a1.5%201.5%200%200%200-2.598%200l-.452.782a.5.5%200%200%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.5l-.108-.186a.5.5%200%200%201%20.867-.5l.107.186a1.5%201.5%200%200%201-1.3%202.25H11a.5.5%200%200%201%200-1h.732a.5.5%200%200%200%20.433-.75M9%2012a.5.5%200%200%201%200%201h-.732a1.5%201.5%200%200%201-1.3-2.25l.108-.186a.5.5%200%200%201%20.866.5l-.107.186a.5.5%200%200%200%20.433.75z%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.207%202c.055%200%20.108.022.147.06L8.293%204H6V2.207C6%202.093%206.093%202%206.207%202M5%202.207V4H3.999a.5.5%200%200%200-.497.557L4.85%2016.23A2%202%200%200%200%206.836%2018h6.327a2%202%200%200%200%201.986-1.77l1.347-11.673A.5.5%200%200%200%2015.999%204H15V2.5A1.5%201.5%200%200%200%2013.5%201h-3A1.5%201.5%200%200%200%209%202.5v.793l-1.94-1.94A1.207%201.207%200%200%200%205%202.208M10%204V2.5a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%20.5.5V4zM4.56%205h10.878l-1.282%2011.115a1%201%200%200%201-.993.885H6.836a1%201%200%200%201-.993-.885zm6.74%202.75a1.5%201.5%200%200%200-2.598%200l-.452.782a.5.5%200%200%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.5l-.108-.186a.5.5%200%200%201%20.867-.5l.107.186a1.5%201.5%200%200%201-1.3%202.25H11a.5.5%200%200%201%200-1h.732a.5.5%200%200%200%20.433-.75M9%2012a.5.5%200%200%201%200%201h-.732a1.5%201.5%200%200%201-1.3-2.25l.108-.186a.5.5%200%200%201%20.866.5l-.107.186a.5.5%200%200%200%20.433.75z%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-regular.svg?color=%231a73e8&size=48