Emoji Card File Box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Card File Box 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/339724.svg" alt="Emoji Card File Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339724.svg" alt="Emoji Card File Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339724.svg" alt="Emoji Card File Box icon" :width="24" :height="24" />
CSS background
.icon-emoji-card-file-box {
background-image: url('https://proicons.com/icon/339724.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M18.1176,17.3585c-.2309-.1653-.5138-.2627-.8194-.2627h-6.1465c-.7783,0-1.4092.6311-1.4092,1.4096v.6567"/><path id="c" class="i" d="M28.0313,20.2384c-.229-.4687-.7103-.7916-1.267-.7916h-6.1464c-.7783,0-1.4093.6311-1.4093,1.4096v.9816h-9.4662"/><path id="d" class="i" d="M38.0731,24.8018v-.8882c0-.7044-.6309-1.2755-1.4092-1.2755h-6.1465c-.7783,0-1.4092.5711-1.4092,1.2755v.8882H9.7425"/><path id="e" class="i" d="M5.5192,11.8855l.0092,15.9482h36.9716l-.0092-15.9482"/><path id="f" class="i" d="M42.4908,11.8854H5.5"/><path id="g" class="i" d="M5.5284,27.8336h36.9716"/><path id="h" class="i" d="M18.5083,31.4933h11.1147v5.2777h-11.1147v-5.2777"/><rect class="i" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!