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

Name
folder-junk-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path d="M2 5.5A2.5 2.5 0 0 1 4.5 3h2.667c.324 0 .64.105.9.3l1.6 1.2H15.5A2.5 2.5 0 0 1 18 7v3.257a5.503 5.503 0 0 0-1-.657V7a1.5 1.5 0 0 0-1.5-1.5H9.62L8.157 7.034A1.5 1.5 0 0 1 7.07 7.5H3v7A1.5 1.5 0 0 0 4.5 16h4.707c.099.349.23.683.393 1H4.5A2.5 2.5 0 0 1 2 14.5v-9zM4.5 4A1.5 1.5 0 0 0 3 5.5v1h4.071a.5.5 0 0 0 .363-.155l1.26-1.324L7.467 4.1a.5.5 0 0 0-.3-.1H4.5zm10 7a3.5 3.5 0 0 0-2.803 5.596l4.9-4.9A3.484 3.484 0 0 0 14.5 11zm2.803 1.404l-4.9 4.9a3.5 3.5 0 0 0 4.9-4.9zM10 14.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderJunk20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M2 5.5A2.5 2.5 0 0 1 4.5 3h2.667c.324 0 .64.105.9.3l1.6 1.2H15.5A2.5 2.5 0 0 1 18 7v3.257a5.503 5.503 0 0 0-1-.657V7a1.5 1.5 0 0 0-1.5-1.5H9.62L8.157 7.034A1.5 1.5 0 0 1 7.07 7.5H3v7A1.5 1.5 0 0 0 4.5 16h4.707c.099.349.23.683.393 1H4.5A2.5 2.5 0 0 1 2 14.5v-9zM4.5 4A1.5 1.5 0 0 0 3 5.5v1h4.071a.5.5 0 0 0 .363-.155l1.26-1.324L7.467 4.1a.5.5 0 0 0-.3-.1H4.5zm10 7a3.5 3.5 0 0 0-2.803 5.596l4.9-4.9A3.484 3.484 0 0 0 14.5 11zm2.803 1.404l-4.9 4.9a3.5 3.5 0 0 0 4.9-4.9zM10 14.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0z" fill="currentColor" fillRule="nonzero"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M2 5.5A2.5 2.5 0 0 1 4.5 3h2.667c.324 0 .64.105.9.3l1.6 1.2H15.5A2.5 2.5 0 0 1 18 7v3.257a5.503 5.503 0 0 0-1-.657V7a1.5 1.5 0 0 0-1.5-1.5H9.62L8.157 7.034A1.5 1.5 0 0 1 7.07 7.5H3v7A1.5 1.5 0 0 0 4.5 16h4.707c.099.349.23.683.393 1H4.5A2.5 2.5 0 0 1 2 14.5v-9zM4.5 4A1.5 1.5 0 0 0 3 5.5v1h4.071a.5.5 0 0 0 .363-.155l1.26-1.324L7.467 4.1a.5.5 0 0 0-.3-.1H4.5zm10 7a3.5 3.5 0 0 0-2.803 5.596l4.9-4.9A3.484 3.484 0 0 0 14.5 11zm2.803 1.404l-4.9 4.9a3.5 3.5 0 0 0 4.9-4.9zM10 14.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-folder-junk-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%20d%3D%22M2%205.5A2.5%202.5%200%200%201%204.5%203h2.667c.324%200%20.64.105.9.3l1.6%201.2H15.5A2.5%202.5%200%200%201%2018%207v3.257a5.503%205.503%200%200%200-1-.657V7a1.5%201.5%200%200%200-1.5-1.5H9.62L8.157%207.034A1.5%201.5%200%200%201%207.07%207.5H3v7A1.5%201.5%200%200%200%204.5%2016h4.707c.099.349.23.683.393%201H4.5A2.5%202.5%200%200%201%202%2014.5v-9zM4.5%204A1.5%201.5%200%200%200%203%205.5v1h4.071a.5.5%200%200%200%20.363-.155l1.26-1.324L7.467%204.1a.5.5%200%200%200-.3-.1H4.5zm10%207a3.5%203.5%200%200%200-2.803%205.596l4.9-4.9A3.484%203.484%200%200%200%2014.5%2011zm2.803%201.404l-4.9%204.9a3.5%203.5%200%200%200%204.9-4.9zM10%2014.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200z%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%2020%2020%22%3E%3Cpath%20d%3D%22M2%205.5A2.5%202.5%200%200%201%204.5%203h2.667c.324%200%20.64.105.9.3l1.6%201.2H15.5A2.5%202.5%200%200%201%2018%207v3.257a5.503%205.503%200%200%200-1-.657V7a1.5%201.5%200%200%200-1.5-1.5H9.62L8.157%207.034A1.5%201.5%200%200%201%207.07%207.5H3v7A1.5%201.5%200%200%200%204.5%2016h4.707c.099.349.23.683.393%201H4.5A2.5%202.5%200%200%201%202%2014.5v-9zM4.5%204A1.5%201.5%200%200%200%203%205.5v1h4.071a.5.5%200%200%200%20.363-.155l1.26-1.324L7.467%204.1a.5.5%200%200%200-.3-.1H4.5zm10%207a3.5%203.5%200%200%200-2.803%205.596l4.9-4.9A3.484%203.484%200%200%200%2014.5%2011zm2.803%201.404l-4.9%204.9a3.5%203.5%200%200%200%204.9-4.9zM10%2014.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200z%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-20-regular.svg?color=%231a73e8&size=48