folder-junk-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
folder-junk-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the folder junk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17.5 11a5.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.557zM8.206 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06a6.518 6.518 0 0 0-1.499-1.077L20.5 8.75a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-4.707-.001v7.251c0 .38.282.693.648.743l.102.007h7.064a6.47 6.47 0 0 0 .709 1.501L4.25 20a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm9.293 8.5a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 17.5 12.5zm-9.293-7H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderJunk24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17.5 11a5.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.557zM8.206 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06a6.518 6.518 0 0 0-1.499-1.077L20.5 8.75a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-4.707-.001v7.251c0 .38.282.693.648.743l.102.007h7.064a6.47 6.47 0 0 0 .709 1.501L4.25 20a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm9.293 8.5a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 17.5 12.5zm-9.293-7H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M17.5 11a5.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.557zM8.206 4c.46 0 .908.141 1.284.402l.156.12L12.022 6.5h7.728a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06a6.518 6.518 0 0 0-1.499-1.077L20.5 8.75a.75.75 0 0 0-.648-.743L19.75 8h-7.729L9.647 9.978a2.25 2.25 0 0 1-1.244.513l-.196.009l-4.707-.001v7.251c0 .38.282.693.648.743l.102.007h7.064a6.47 6.47 0 0 0 .709 1.501L4.25 20a2.25 2.25 0 0 1-2.245-2.096L2 17.75V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957zm9.293 8.5a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 17.5 12.5zm-9.293-7H4.25a.75.75 0 0 0-.743.648L3.5 6.25v2.749L8.207 9a.75.75 0 0 0 .395-.113l.085-.06l1.891-1.578l-1.89-1.575a.75.75 0 0 0-.377-.167L8.207 5.5z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-folder-junk-24-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%2024%2024%22%3E%3Cpath%20d%3D%22M17.5%2011a5.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.557zM8.206%204c.46%200%20.908.141%201.284.402l.156.12L12.022%206.5h7.728a2.25%202.25%200%200%201%202.229%201.938l.016.158l.005.154v3.06a6.518%206.518%200%200%200-1.499-1.077L20.5%208.75a.75.75%200%200%200-.648-.743L19.75%208h-7.729L9.647%209.978a2.25%202.25%200%200%201-1.244.513l-.196.009l-4.707-.001v7.251c0%20.38.282.693.648.743l.102.007h7.064a6.47%206.47%200%200%200%20.709%201.501L4.25%2020a2.25%202.25%200%200%201-2.245-2.096L2%2017.75V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204h3.957zm9.293%208.5a4%204%200%200%200-3.31%206.248l5.558-5.557A3.981%203.981%200%200%200%2017.5%2012.5zm-9.293-7H4.25a.75.75%200%200%200-.743.648L3.5%206.25v2.749L8.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-.167L8.207%205.5z%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%2024%2024%22%3E%3Cpath%20d%3D%22M17.5%2011a5.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.557zM8.206%204c.46%200%20.908.141%201.284.402l.156.12L12.022%206.5h7.728a2.25%202.25%200%200%201%202.229%201.938l.016.158l.005.154v3.06a6.518%206.518%200%200%200-1.499-1.077L20.5%208.75a.75.75%200%200%200-.648-.743L19.75%208h-7.729L9.647%209.978a2.25%202.25%200%200%201-1.244.513l-.196.009l-4.707-.001v7.251c0%20.38.282.693.648.743l.102.007h7.064a6.47%206.47%200%200%200%20.709%201.501L4.25%2020a2.25%202.25%200%200%201-2.245-2.096L2%2017.75V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204h3.957zm9.293%208.5a4%204%200%200%200-3.31%206.248l5.558-5.557A3.981%203.981%200%200%200%2017.5%2012.5zm-9.293-7H4.25a.75.75%200%200%200-.743.648L3.5%206.25v2.749L8.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-.167L8.207%205.5z%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-24-regular.svg?color=%231a73e8&size=48