Emoji Briefcase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Briefcase 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/325144.svg" alt="Emoji Briefcase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325144.svg" alt="Emoji Briefcase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325144.svg" alt="Emoji Briefcase icon" :width="24" :height="24" />
CSS background
.icon-emoji-briefcase {
background-image: url('https://proicons.com/icon/325144.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M28.6459,25.9044h11.5351c1.2808,0,2.319-1.0385,2.319-2.3196v-12.1726H5.5v12.1726c0,1.2811,1.0382,2.3196,2.319,2.3196h12.0677"/><path id="d" class="g" d="M20.5328,11.4122v-4.9241h7.9813v4.9241"/><path id="e" class="g" d="M42.159,24.7962v16.7157H5.8829v-16.6499"/><path id="f" class="g" d="M20.3096,24.0896h7.9813v4.506h-7.9813v-4.506"/></svg>
Copied!