Driefcase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Driefcase 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/339306.svg" alt="Driefcase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339306.svg" alt="Driefcase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339306.svg" alt="Driefcase icon" :width="24" :height="24" />
CSS background
.icon-driefcase {
background-image: url('https://proicons.com/icon/339306.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="23.2345 42.2617 23.2345 23.0615 42.4346 23.0615 42.4346 16.7462 30.9499 16.7462 30.9499 5.2617 16.9192 5.2617 16.9192 16.7462 5.4346 16.7462 5.4346 30.7771 16.9192 30.7771 16.9192 42.2617 23.2345 42.2617"/><polyline class="b" points="27.6848 42.2617 27.6848 27.5119 42.4346 27.5119"/><line class="b" x1="27.6848" y1="27.5119" x2="40.7543" y2="40.5815"/></svg>
Copied!