Simplefilemanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplefilemanager icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347332.svg" alt="Simplefilemanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347332.svg" alt="Simplefilemanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347332.svg" alt="Simplefilemanager icon" :width="24" :height="24" />
CSS background
.icon-simplefilemanager {
background-image: url('https://proicons.com/icon/347332.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.66,12.5V10.29h0A1.93,1.93,0,0,1,10.6,8.35h8.85c2,0,5.56,3.69,7.32,3.78h15.1a1.63,1.63,0,0,1,1.63,1.63V33.55h0a1.94,1.94,0,0,1-2,1.94H39.34V17.92a1.62,1.62,0,0,0-1.62-1.63H22.61c-1.75-.1-5.3-3.79-7.32-3.79H6.45A1.94,1.94,0,0,0,4.5,14.44h0V37.71a1.94,1.94,0,0,0,1.94,1.94h31a1.93,1.93,0,0,0,1.94-1.94h0V21"/></svg>
Copied!