folder junk icon
folder-junk-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- folder-junk-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zm2.803 2.404l-4.9 4.9a3.5 3.5 0 0 0 5.025-4.72l-.125-.18zM15.5 4.5a2.5 2.5 0 0 1 2.479 2.174l.016.162L18 7v3.257a5.5 5.5 0 0 0-8.522 6.49L9.6 17H4.5a2.5 2.5 0 0 1-2.495-2.336L2 14.5v-7h5.07c.36 0 .706-.13.977-.361l.111-.106L10.565 4.5H15.5zm-1 6.5a3.5 3.5 0 0 0-2.803 5.596l4.9-4.9A3.484 3.484 0 0 0 14.5 11zM7.167 3c.27 0 .535.073.765.21l.135.09l1.319.99l-1.953 2.054a.5.5 0 0 1-.281.15l-.081.006H2v-1a2.5 2.5 0 0 1 2.336-2.495L4.5 3h2.667z" fill="currentColor" fill-rule="nonzero"/></svg>
React
import type { SVGProps } from "react";
export function FluentFolderJunk20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zm2.803 2.404l-4.9 4.9a3.5 3.5 0 0 0 5.025-4.72l-.125-.18zM15.5 4.5a2.5 2.5 0 0 1 2.479 2.174l.016.162L18 7v3.257a5.5 5.5 0 0 0-8.522 6.49L9.6 17H4.5a2.5 2.5 0 0 1-2.495-2.336L2 14.5v-7h5.07c.36 0 .706-.13.977-.361l.111-.106L10.565 4.5H15.5zm-1 6.5a3.5 3.5 0 0 0-2.803 5.596l4.9-4.9A3.484 3.484 0 0 0 14.5 11zM7.167 3c.27 0 .535.073.765.21l.135.09l1.319.99l-1.953 2.054a.5.5 0 0 1-.281.15l-.081.006H2v-1a2.5 2.5 0 0 1 2.336-2.495L4.5 3h2.667z" 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="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9zm2.803 2.404l-4.9 4.9a3.5 3.5 0 0 0 5.025-4.72l-.125-.18zM15.5 4.5a2.5 2.5 0 0 1 2.479 2.174l.016.162L18 7v3.257a5.5 5.5 0 0 0-8.522 6.49L9.6 17H4.5a2.5 2.5 0 0 1-2.495-2.336L2 14.5v-7h5.07c.36 0 .706-.13.977-.361l.111-.106L10.565 4.5H15.5zm-1 6.5a3.5 3.5 0 0 0-2.803 5.596l4.9-4.9A3.484 3.484 0 0 0 14.5 11zM7.167 3c.27 0 .535.073.765.21l.135.09l1.319.99l-1.953 2.054a.5.5 0 0 1-.281.15l-.081.006H2v-1a2.5 2.5 0 0 1 2.336-2.495L4.5 3h2.667z" fill="currentColor" fill-rule="nonzero"/></svg> </template>
CSS
.icon-folder-junk-20-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%2020%2020%22%3E%3Cpath%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9zm2.803%202.404l-4.9%204.9a3.5%203.5%200%200%200%205.025-4.72l-.125-.18zM15.5%204.5a2.5%202.5%200%200%201%202.479%202.174l.016.162L18%207v3.257a5.5%205.5%200%200%200-8.522%206.49L9.6%2017H4.5a2.5%202.5%200%200%201-2.495-2.336L2%2014.5v-7h5.07c.36%200%20.706-.13.977-.361l.111-.106L10.565%204.5H15.5zm-1%206.5a3.5%203.5%200%200%200-2.803%205.596l4.9-4.9A3.484%203.484%200%200%200%2014.5%2011zM7.167%203c.27%200%20.535.073.765.21l.135.09l1.319.99l-1.953%202.054a.5.5%200%200%201-.281.15l-.081.006H2v-1a2.5%202.5%200%200%201%202.336-2.495L4.5%203h2.667z%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%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9zm2.803%202.404l-4.9%204.9a3.5%203.5%200%200%200%205.025-4.72l-.125-.18zM15.5%204.5a2.5%202.5%200%200%201%202.479%202.174l.016.162L18%207v3.257a5.5%205.5%200%200%200-8.522%206.49L9.6%2017H4.5a2.5%202.5%200%200%201-2.495-2.336L2%2014.5v-7h5.07c.36%200%20.706-.13.977-.361l.111-.106L10.565%204.5H15.5zm-1%206.5a3.5%203.5%200%200%200-2.803%205.596l4.9-4.9A3.484%203.484%200%200%200%2014.5%2011zM7.167%203c.27%200%20.535.073.765.21l.135.09l1.319.99l-1.953%202.054a.5.5%200%200%201-.281.15l-.081.006H2v-1a2.5%202.5%200%200%201%202.336-2.495L4.5%203h2.667z%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-filled.svg?color=%231a73e8&size=48