folder junk icon
folder-junk-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- folder-junk-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
folder-add-16-filledfolder-arrow-left-16-filledfolder-arrow-right-16-filledfolder-arrow-up-16-filledfolder-briefcase-20-filledfolder-data-bar-20-filledfolder-dismiss-16-filledfolder-document-16-filledfolder-globe-16-filledfolder-hint-20-filledfolder-holder-20-filledfolder-lightning-16-filledfolder-link-16-filledfolder-list-16-filledfolder-mail-16-filledfolder-move-20-filledfolder-multiple-16-filledfolder-open-16-filledfolder-open-down-16-filledfolder-open-vertical-16-filledfolder-people-20-filledfolder-person-16-filledfolder-prohibited-16-filledfolder-public-16-regular
Use the folder junk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path d="M36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm6.114 5.655l-10.46 10.458a7.5 7.5 0 0 0 10.46-10.458zM17.06 9c.832 0 1.639.277 2.294.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806a12.026 12.026 0 0 0-2.5-1.724V16.25a1.25 1.25 0 0 0-1.122-1.244L40.25 15l-17.403-.001l-2.126 2.616a3.75 3.75 0 0 1-2.686 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.244l.128.006h16.769c.268.881.635 1.719 1.087 2.501L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zM36 25.5a7.5 7.5 0 0 0-6.113 11.846l10.458-10.46A7.466 7.466 0 0 0 36 25.5zm-18.94-14H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderJunk48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path d="M36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm6.114 5.655l-10.46 10.458a7.5 7.5 0 0 0 10.46-10.458zM17.06 9c.832 0 1.639.277 2.294.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806a12.026 12.026 0 0 0-2.5-1.724V16.25a1.25 1.25 0 0 0-1.122-1.244L40.25 15l-17.403-.001l-2.126 2.616a3.75 3.75 0 0 1-2.686 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.244l.128.006h16.769c.268.881.635 1.719 1.087 2.501L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zM36 25.5a7.5 7.5 0 0 0-6.113 11.846l10.458-10.46A7.466 7.466 0 0 0 36 25.5zm-18.94-14H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path d="M36 23c5.523 0 10 4.477 10 10s-4.477 10-10 10s-10-4.477-10-10s4.477-10 10-10zm6.114 5.655l-10.46 10.458a7.5 7.5 0 0 0 10.46-10.458zM17.06 9c.832 0 1.639.277 2.294.784l.175.144l2.586 2.263c.19.166.425.27.673.3l.15.009H40.25a3.75 3.75 0 0 1 3.745 3.55l.005.2v7.806a12.026 12.026 0 0 0-2.5-1.724V16.25a1.25 1.25 0 0 0-1.122-1.244L40.25 15l-17.403-.001l-2.126 2.616a3.75 3.75 0 0 1-2.686 1.378L17.81 19L6.5 18.999V35.25c0 .647.492 1.18 1.122 1.244l.128.006h16.769c.268.881.635 1.719 1.087 2.501L7.75 39a3.75 3.75 0 0 1-3.745-3.55L4 35.25v-22.5a3.75 3.75 0 0 1 3.55-3.745L7.75 9h9.31zM36 25.5a7.5 7.5 0 0 0-6.113 11.846l10.458-10.46A7.466 7.466 0 0 0 36 25.5zm-18.94-14H7.75a1.25 1.25 0 0 0-1.244 1.122l-.006.128v3.749l11.31.001c.33 0 .643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25 1.25 0 0 0-.673-.3l-.15-.009z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-folder-junk-48-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%2048%2048%22%3E%3Cpath%20d%3D%22M36%2023c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10zm6.114%205.655l-10.46%2010.458a7.5%207.5%200%200%200%2010.46-10.458zM17.06%209c.832%200%201.639.277%202.294.784l.175.144l2.586%202.263c.19.166.425.27.673.3l.15.009H40.25a3.75%203.75%200%200%201%203.745%203.55l.005.2v7.806a12.026%2012.026%200%200%200-2.5-1.724V16.25a1.25%201.25%200%200%200-1.122-1.244L40.25%2015l-17.403-.001l-2.126%202.616a3.75%203.75%200%200%201-2.686%201.378L17.81%2019L6.5%2018.999V35.25c0%20.647.492%201.18%201.122%201.244l.128.006h16.769c.268.881.635%201.719%201.087%202.501L7.75%2039a3.75%203.75%200%200%201-3.745-3.55L4%2035.25v-22.5a3.75%203.75%200%200%201%203.55-3.745L7.75%209h9.31zM36%2025.5a7.5%207.5%200%200%200-6.113%2011.846l10.458-10.46A7.466%207.466%200%200%200%2036%2025.5zm-18.94-14H7.75a1.25%201.25%200%200%200-1.244%201.122l-.006.128v3.749l11.31.001c.33%200%20.643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25%201.25%200%200%200-.673-.3l-.15-.009z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%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%2048%2048%22%3E%3Cpath%20d%3D%22M36%2023c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010s-10-4.477-10-10s4.477-10%2010-10zm6.114%205.655l-10.46%2010.458a7.5%207.5%200%200%200%2010.46-10.458zM17.06%209c.832%200%201.639.277%202.294.784l.175.144l2.586%202.263c.19.166.425.27.673.3l.15.009H40.25a3.75%203.75%200%200%201%203.745%203.55l.005.2v7.806a12.026%2012.026%200%200%200-2.5-1.724V16.25a1.25%201.25%200%200%200-1.122-1.244L40.25%2015l-17.403-.001l-2.126%202.616a3.75%203.75%200%200%201-2.686%201.378L17.81%2019L6.5%2018.999V35.25c0%20.647.492%201.18%201.122%201.244l.128.006h16.769c.268.881.635%201.719%201.087%202.501L7.75%2039a3.75%203.75%200%200%201-3.745-3.55L4%2035.25v-22.5a3.75%203.75%200%200%201%203.55-3.745L7.75%209h9.31zM36%2025.5a7.5%207.5%200%200%200-6.113%2011.846l10.458-10.46A7.466%207.466%200%200%200%2036%2025.5zm-18.94-14H7.75a1.25%201.25%200%200%200-1.244%201.122l-.006.128v3.749l11.31.001c.33%200%20.643-.13.876-.358l.094-.104l1.635-2.013l-2.531-2.216a1.25%201.25%200%200%200-.673-.3l-.15-.009z%22%20fill%3D%22currentColor%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/folder-junk-48-regular.svg?color=%231a73e8&size=48