Emoji Open File Folder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Open 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/325356.svg" alt="Emoji Open File Folder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325356.svg" alt="Emoji Open File Folder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325356.svg" alt="Emoji Open File Folder icon" :width="24" :height="24" />
CSS background
.icon-emoji-open-file-folder {
background-image: url('https://proicons.com/icon/325356.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 35.757707,16.140044 v -4.948225 l -18.36214,-0.0017 c -0.13299,0 -0.240859,-0.110827 -0.240859,-0.247448 L 17.108568,9.9238288 C 17.030652,8.7229794 16.20867,7.9065482 15.09579,7.9065482 H 7.5149912 c -1.1128794,0 -2.0149908,0.9022051 -2.0149908,2.0150506 V 40.093452"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
id="path1" />
<path
d="m 8.9041256,37.131963 c -0.396079,1.31247 -2.280029,2.780031 -3.4041252,2.951377 l 30.2833646,0.0073 c 1.11288,0 1.560476,-0.294734 2.014991,-2.01505 C 38.25287,36.355275 42.5,16.811773 42.5,16.811773 42.5,16.440802 42.199297,16.14009 41.828338,16.14009 h -27.59268 c -0.37096,0 -0.671664,0.300712 -0.671664,0.671683 0,0 -4.2637884,19.0077 -4.6598684,20.320236 v 0"
fill="none"
stroke="#000"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="1"
id="path2" />
</svg>
Copied!