Little File Explorer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Little File Explorer icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/343151.svg" alt="Little File Explorer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343151.svg" alt="Little File Explorer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343151.svg" alt="Little File Explorer icon" :width="24" :height="24" />
CSS background
.icon-little-file-explorer {
background-image: url('https://proicons.com/icon/343151.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="43.5 17.3289 43.5 39.9079 4.5 39.9079 4.5 17.3289"/><rect class="c" x="40.4211" y="14.25" width="3.0789" height="3.0789"/><rect class="c" x="4.5" y="11.1711" width="3.0789" height="6.1579"/><rect class="c" x="13.7368" y="1.9342" width="3.0789" height="15.3947" transform="translate(24.9079 -5.6447) rotate(90)"/><rect class="c" x="13.7368" y="5.0132" width="3.0789" height="15.3947" transform="translate(27.9868 -2.5658) rotate(90)"/><polyline class="c" points="22.9737 11.1711 40.4211 11.1711 40.4211 14.25"/></svg>
Copied!