Freebox Files Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freebox Files 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/326243.svg" alt="Freebox Files icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326243.svg" alt="Freebox Files icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326243.svg" alt="Freebox Files icon" :width="24" :height="24" />
CSS background
.icon-freebox-files {
background-image: url('https://proicons.com/icon/326243.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="M41.06501958,36.02581781c0,3.57559232-2.89858987,6.47418219-6.47418219,6.47418219s-6.47418219-2.89858987-6.47418219-6.47418219,2.89858987-6.47418219,6.47418219-6.47418219,6.47418219,2.89858987,6.47418219,6.47418219Z"/><path id="f" class="j" d="M32.74107104,36.02581781h2.40469483"/><path id="g" class="j" d="M32.74107104,39.72535049v-7.39906536h3.69953268"/><path id="h" class="j" d="M8.6009344,42.5l13.94634335-27.97166831c2.46952866-4.95505502,9.05127637-11.00990177,16.85178785-8.40039944"/><path id="i" class="j" d="M11.58736569,18.11864703h20.19315295"/></svg>
Copied!