Fossify Filemanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify Filemanager 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/340745.svg" alt="Fossify Filemanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340745.svg" alt="Fossify Filemanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340745.svg" alt="Fossify Filemanager icon" :width="24" :height="24" />
CSS background
.icon-fossify-filemanager {
background-image: url('https://proicons.com/icon/340745.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><path id="b" class="c" d="M9.4678497,34.34761524l2.58876324-8.43069839c1.12020493-3.64811707.76420212-5.59090805,4.71549892-5.59090805h22.5832634c3.06965256,0,3.56792068,3.27729416,2.85749054,5.59090805l-2.58876419,8.43069839c-.6009407,1.95705795-1.64907837,3.69518661-3.69749069,3.69518661H9.19951341c-2.04840946,0-3.69749022-1.64805222-3.69749022-3.69518661V13.65238476c0-2.0471344,1.64908075-3.69518661,3.69749022-3.69518661h9.87227154c.78146553,0,1.54672623.49668694,2.09338379,1.05477905l2.20575523,2.251894h14.25202942c1.76929474,0,3.69532013,1.62727737,3.43175507,3.42961693"/></svg>
Copied!