folder junk icon
folder-junk-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- folder-junk-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path d="M21.5 15a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm3.31 3.252l-5.558 5.557a4 4 0 0 0 5.557-5.557zM10.206 4c.46 0 .908.141 1.284.402l.156.12L14.022 6.5h9.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v7.06a6.518 6.518 0 0 0-1.499-1.077L24.5 8.75a.75.75 0 0 0-.648-.743L23.75 8h-9.729l-2.374 1.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-6.707-.001V21.75c0 .38.282.693.648.743l.102.007h11.064a6.47 6.47 0 0 0 .709 1.501L4.25 24a2.25 2.25 0 0 1-2.245-2.096L2 21.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h5.957zM21.5 16.5a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 21.5 16.5zm-11.293-11H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L10.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167l-.104-.007z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderJunk28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M21.5 15a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm3.31 3.252l-5.558 5.557a4 4 0 0 0 5.557-5.557zM10.206 4c.46 0 .908.141 1.284.402l.156.12L14.022 6.5h9.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v7.06a6.518 6.518 0 0 0-1.499-1.077L24.5 8.75a.75.75 0 0 0-.648-.743L23.75 8h-9.729l-2.374 1.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-6.707-.001V21.75c0 .38.282.693.648.743l.102.007h11.064a6.47 6.47 0 0 0 .709 1.501L4.25 24a2.25 2.25 0 0 1-2.245-2.096L2 21.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h5.957zM21.5 16.5a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 21.5 16.5zm-11.293-11H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L10.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167l-.104-.007z" fill="currentColor" fillRule="nonzero"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path d="M21.5 15a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11zm3.31 3.252l-5.558 5.557a4 4 0 0 0 5.557-5.557zM10.206 4c.46 0 .908.141 1.284.402l.156.12L14.022 6.5h9.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v7.06a6.518 6.518 0 0 0-1.499-1.077L24.5 8.75a.75.75 0 0 0-.648-.743L23.75 8h-9.729l-2.374 1.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-6.707-.001V21.75c0 .38.282.693.648.743l.102.007h11.064a6.47 6.47 0 0 0 .709 1.501L4.25 24a2.25 2.25 0 0 1-2.245-2.096L2 21.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h5.957zM21.5 16.5a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 21.5 16.5zm-11.293-11H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L10.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167l-.104-.007z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-folder-junk-28-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%2028%2028%22%3E%3Cpath%20d%3D%22M21.5%2015a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm3.31%203.252l-5.558%205.557a4%204%200%200%200%205.557-5.557zM10.206%204c.46%200%20.908.141%201.284.402l.156.12L14.022%206.5h9.728a2.25%202.25%200%200%201%202.229%201.938l.016.158l.005.154v7.06a6.518%206.518%200%200%200-1.499-1.077L24.5%208.75a.75.75%200%200%200-.648-.743L23.75%208h-9.729l-2.374%201.978a2.25%202.25%200%200%201-1.244.513l-.196.009l-6.707-.001V21.75c0%20.38.282.693.648.743l.102.007h11.064a6.47%206.47%200%200%200%20.709%201.501L4.25%2024a2.25%202.25%200%200%201-2.245-2.096L2%2021.75V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204h5.957zM21.5%2016.5a4%204%200%200%200-3.31%206.248l5.558-5.557A3.981%203.981%200%200%200%2021.5%2016.5zm-11.293-11H4.25a.75.75%200%200%200-.743.648L3.5%206.25v2.749L10.207%209a.75.75%200%200%200%20.395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75%200%200%200-.377-.167l-.104-.007z%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%2028%2028%22%3E%3Cpath%20d%3D%22M21.5%2015a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11zm3.31%203.252l-5.558%205.557a4%204%200%200%200%205.557-5.557zM10.206%204c.46%200%20.908.141%201.284.402l.156.12L14.022%206.5h9.728a2.25%202.25%200%200%201%202.229%201.938l.016.158l.005.154v7.06a6.518%206.518%200%200%200-1.499-1.077L24.5%208.75a.75.75%200%200%200-.648-.743L23.75%208h-9.729l-2.374%201.978a2.25%202.25%200%200%201-1.244.513l-.196.009l-6.707-.001V21.75c0%20.38.282.693.648.743l.102.007h11.064a6.47%206.47%200%200%200%20.709%201.501L4.25%2024a2.25%202.25%200%200%201-2.245-2.096L2%2021.75V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204h5.957zM21.5%2016.5a4%204%200%200%200-3.31%206.248l5.558-5.557A3.981%203.981%200%200%200%2021.5%2016.5zm-11.293-11H4.25a.75.75%200%200%200-.743.648L3.5%206.25v2.749L10.207%209a.75.75%200%200%200%20.395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75%200%200%200-.377-.167l-.104-.007z%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-28-regular.svg?color=%231a73e8&size=48