Archive Drawer Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Archive Drawer 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/310505.svg" alt="Archive Drawer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310505.svg" alt="Archive Drawer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310505.svg" alt="Archive Drawer icon" :width="24" :height="24" />
CSS background
.icon-archive-drawer {
background-image: url('https://proicons.com/icon/310505.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.1944 9.07897V7.82129C19.1944 7.2833 18.9779 6.76734 18.5924 6.38692C18.2069 6.0065 17.684 5.79279 17.1389 5.79279H6.8611C6.31593 5.79279 5.79309 6.0065 5.4076 6.38692C5.02211 6.76734 4.80554 7.2833 4.80554 7.82129V9.07897" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.86108 5.79276V4.77851C6.86108 4.24051 7.07765 3.72456 7.46314 3.34414C7.84863 2.96372 8.37147 2.75 8.91664 2.75H15.0833C15.6285 2.75 16.1513 2.96372 16.5368 3.34414C16.9223 3.72456 17.1389 4.24051 17.1389 4.77851V5.79276" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.92 8.83551H6.08C4.24089 8.83551 2.75 10.3068 2.75 12.1217V17.9638C2.75 19.7787 4.24089 21.25 6.08 21.25H17.92C19.7591 21.25 21.25 19.7787 21.25 17.9638V12.1217C21.25 10.3068 19.7591 8.83551 17.92 8.83551Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.88892 12.8925V13.9068C7.88892 14.4448 8.10548 14.9607 8.49097 15.3411C8.87647 15.7216 9.3993 15.9353 9.94447 15.9353H14.0556C14.6008 15.9353 15.1236 15.7216 15.5091 15.3411C15.8946 14.9607 16.1111 14.4448 16.1111 13.9068V12.8925" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!