File Explorer Compose Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The File Explorer Compose 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/325831.svg" alt="File Explorer Compose icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325831.svg" alt="File Explorer Compose icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325831.svg" alt="File Explorer Compose icon" :width="24" :height="24" />
CSS background
.icon-file-explorer-compose {
background-image: url('https://proicons.com/icon/325831.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M6.21264754,34.25l17.7873514,10.25,17.78735352-10.25V13.75L23.99999894,3.5,6.21264754,13.75v20.5Z"/><path id="f" class="j" d="M6.64924219,14.0015408l11.96756778,6.89575734"/><path id="g" class="j" d="M23.99999894,44.00024301v-13.79705429"/><path id="h" class="j" d="M41.35075675,14.0015408l-11.96756672,6.89575734"/><path id="i" class="j" d="M29.96716136,24c0,3.28883996-2.67158869,5.95497358-5.96716242,5.95497358h0c-3.29557372,0-5.96716242-2.66613151-5.96716242-5.95497358h0c0-3.28883996,2.67158869-5.95497358,5.96716242-5.95497358h0c3.29557372,0,5.96716242,2.66613151,5.96716242,5.95497358h0Z"/></svg>
Copied!