File Commander Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The File Commander 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/325829.svg" alt="File Commander icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325829.svg" alt="File Commander icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325829.svg" alt="File Commander icon" :width="24" :height="24" />
CSS background
.icon-file-commander {
background-image: url('https://proicons.com/icon/325829.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.68,13.015H24.77c-2-.1-5.93-4.23-8.19-4.23H6.68a2.18,2.18,0,0,0-2.1806,2.1794c0,.0169,0,.0337.0006.0506v7.29h39v-3.42a1.83,1.83,0,0,0-1.7895-1.87Z"/><path class="a" d="M43.5,18.295H4.5v18.72a2.18,2.18,0,0,0,2.16,2.2l.01,0H41.32a2.18,2.18,0,0,0,2.18-2.18l0-.02Z"/><line class="a" x1="18.2936" y1="22.5" x2="25.3179" y2="22.5"/><line class="a" x1="18.2936" y1="28" x2="21.0372" y2="28"/><line class="a" x1="18.2936" y1="22.5" x2="18.2936" y2="33.5"/><polyline class="a" points="29.706 22.5 24.312 28 29.706 33.5"/></svg>
Copied!