Qfile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qfile 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/346320.svg" alt="Qfile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346320.svg" alt="Qfile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346320.svg" alt="Qfile icon" :width="24" :height="24" />
CSS background
.icon-qfile {
background-image: url('https://proicons.com/icon/346320.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M31.9588,17.6785H9.4033A4.9,4.9,0,0,0,4.74,24.0815l3.9758,12.333a4.7153,4.7153,0,0,0,4.4879,3.2686H35.7592a4.9,4.9,0,0,0,4.6633-6.403l-3.9758-12.333A4.7153,4.7153,0,0,0,31.9588,17.6785Z"/><path class="a" d="M36.696,39.6831A6.8041,6.8041,0,0,0,43.5,32.879V18.2576a6.8041,6.8041,0,0,0-6.804-6.8041H24.7306A4.45,4.45,0,0,1,22.2533,10.7L19.8207,9.07a4.45,4.45,0,0,0-2.4772-.7533h-2.97A5.464,5.464,0,0,0,10.598,9.8312h0A4.9324,4.9324,0,0,0,9.09,13.7939l.3136,3.8846"/></svg>
Copied!