Emoji File Folder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji File Folder 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/339853.svg" alt="Emoji File Folder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339853.svg" alt="Emoji File Folder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339853.svg" alt="Emoji File Folder icon" :width="24" :height="24" />
CSS background
.icon-emoji-file-folder {
background-image: url('https://proicons.com/icon/339853.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.2"
viewBox="0 0 48 48"
id="svg2"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<path
d="M 40.162296,14.996015 V 9.327568 l -21.035103,-0.002 c -0.152349,0 -0.275921,-0.126959 -0.275921,-0.283465 L 18.798412,7.874967 C 18.709158,6.499385 17.76752,5.564121 16.49264,5.564121 H 7.8083114 c -1.2748808,0 -2.3083118,1.0335225 -2.3083118,2.308344 v 34.563414"
fill="none"
stroke="#fff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
id="path1" />
<path
d="m 9.3488784,38.890683 c -0.113258,2.0148 -2.3771764,3.320903 -3.8488788,3.545196 l 34.6916894,-0.0032 c 1.27488,0 2.308311,-1.033446 2.308311,-2.308344 v -24.3588 c 0,-0.424966 -0.344477,-0.769448 -0.769438,-0.769448 H 10.121239 c -0.4249596,0 -0.7694376,0.344482 -0.7694376,0.769448 l -0.0029,23.125221 v 0"
fill="none"
stroke="#fff"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
id="path2" />
</svg>
Copied!