Cabinet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cabinet 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/337645.svg" alt="Cabinet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337645.svg" alt="Cabinet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337645.svg" alt="Cabinet icon" :width="24" :height="24" />
CSS background
.icon-cabinet {
background-image: url('https://proicons.com/icon/337645.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-miterlimit:10;}</style></defs><path class="a" d="M41.55,12H38.94v-1.7A2,2,0,0,0,37,8.32H11a2,2,0,0,0-1.95,1.95V12H6.45A2,2,0,0,0,4.5,13.92V36.73a2,2,0,0,0,2,2h35.1a2,2,0,0,0,2-2V13.92A2,2,0,0,0,41.55,12Zm-6.4,10.56a2,2,0,0,1-1.95,1.95H14.8a2,2,0,0,1-2-1.95V20a2,2,0,0,1,2-1.95H33.2A2,2,0,0,1,35.15,20ZM9.06,12H38.94"/></svg>
Cabinet in other icon packs
Copied!