Fileee Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fileee 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/325842.svg" alt="Fileee icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325842.svg" alt="Fileee icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325842.svg" alt="Fileee icon" :width="24" :height="24" />
CSS background
.icon-fileee {
background-image: url('https://proicons.com/icon/325842.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><line class="a" x1="12.2835" y1="22.4367" x2="28.103" y2="22.4367"/><polyline class="a" points="22.108 24.784 22.108 43.5 13.379 24.784"/><polyline class="a" points="24.658 4.5 22.108 7.166 22.108 22.437"/><polyline class="a" points="35.716 7.166 33.051 4.5 27.006 4.5"/><line class="a" x1="35.7165" y1="11.4333" x2="35.7165" y2="9.5135"/></svg>
Copied!