Empty Folder Cleaner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Empty Folder Cleaner icon is commonly used in file browsers, project management tools and admin panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/325430.svg" alt="Empty Folder Cleaner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325430.svg" alt="Empty Folder Cleaner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325430.svg" alt="Empty Folder Cleaner icon" :width="24" :height="24" />
CSS background
.icon-empty-folder-cleaner {
background-image: url('https://proicons.com/icon/325430.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m8.196,5.5l-2.5639,2.4871,18.0235,17.9069-4.8216,4.8976,11.7861,11.7084,11.7478-12.091-11.9391-11.7084-4.2858,4.4767L8.196,5.5Z"/></svg>
Copied!