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

Name
folder-junk-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.557zM19.75 6.5a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06A6.5 6.5 0 0 0 12.023 20H4.25a2.25 2.25 0 0 1-2.245-2.096L2 17.75v-7.251l6.207.001l.196-.009a2.25 2.25 0 0 0 1.088-.393l.156-.12L13.821 6.5h5.929zm-2.25 6a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 17.5 12.5zM8.207 4c.46 0 .908.141 1.284.402l.156.12l2.103 1.751l-3.063 2.553l-.085.061a.75.75 0 0 1-.29.106L8.206 9L2 8.999V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957z" fill="currentColor" fill-rule="nonzero"/></svg>

React

import type { SVGProps } from "react";

export function FluentFolderJunk24Filled(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.557zM19.75 6.5a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06A6.5 6.5 0 0 0 12.023 20H4.25a2.25 2.25 0 0 1-2.245-2.096L2 17.75v-7.251l6.207.001l.196-.009a2.25 2.25 0 0 0 1.088-.393l.156-.12L13.821 6.5h5.929zm-2.25 6a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 17.5 12.5zM8.207 4c.46 0 .908.141 1.284.402l.156.12l2.103 1.751l-3.063 2.553l-.085.061a.75.75 0 0 1-.29.106L8.206 9L2 8.999V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957z" 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.557zM19.75 6.5a2.25 2.25 0 0 1 2.229 1.938l.016.158l.005.154v3.06A6.5 6.5 0 0 0 12.023 20H4.25a2.25 2.25 0 0 1-2.245-2.096L2 17.75v-7.251l6.207.001l.196-.009a2.25 2.25 0 0 0 1.088-.393l.156-.12L13.821 6.5h5.929zm-2.25 6a4 4 0 0 0-3.31 6.248l5.558-5.557A3.981 3.981 0 0 0 17.5 12.5zM8.207 4c.46 0 .908.141 1.284.402l.156.12l2.103 1.751l-3.063 2.553l-.085.061a.75.75 0 0 1-.29.106L8.206 9L2 8.999V6.25a2.25 2.25 0 0 1 2.096-2.245L4.25 4h3.957z" fill="currentColor" fill-rule="nonzero"/></svg>
</template>

CSS

.icon-folder-junk-24-filled {
  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.557zM19.75%206.5a2.25%202.25%200%200%201%202.229%201.938l.016.158l.005.154v3.06A6.5%206.5%200%200%200%2012.023%2020H4.25a2.25%202.25%200%200%201-2.245-2.096L2%2017.75v-7.251l6.207.001l.196-.009a2.25%202.25%200%200%200%201.088-.393l.156-.12L13.821%206.5h5.929zm-2.25%206a4%204%200%200%200-3.31%206.248l5.558-5.557A3.981%203.981%200%200%200%2017.5%2012.5zM8.207%204c.46%200%20.908.141%201.284.402l.156.12l2.103%201.751l-3.063%202.553l-.085.061a.75.75%200%200%201-.29.106L8.206%209L2%208.999V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204h3.957z%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.557zM19.75%206.5a2.25%202.25%200%200%201%202.229%201.938l.016.158l.005.154v3.06A6.5%206.5%200%200%200%2012.023%2020H4.25a2.25%202.25%200%200%201-2.245-2.096L2%2017.75v-7.251l6.207.001l.196-.009a2.25%202.25%200%200%200%201.088-.393l.156-.12L13.821%206.5h5.929zm-2.25%206a4%204%200%200%200-3.31%206.248l5.558-5.557A3.981%203.981%200%200%200%2017.5%2012.5zM8.207%204c.46%200%20.908.141%201.284.402l.156.12l2.103%201.751l-3.063%202.553l-.085.061a.75.75%200%200%201-.29.106L8.206%209L2%208.999V6.25a2.25%202.25%200%200%201%202.096-2.245L4.25%204h3.957z%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-filled.svg?color=%231a73e8&size=48