archive drawer icon

archive-drawer from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
archive-drawer
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Use the archive drawer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.194 9.079V7.821c0-.538-.216-1.054-.602-1.434a2.07 2.07 0 0 0-1.453-.594H6.86a2.07 2.07 0 0 0-1.453.594c-.386.38-.602.896-.602 1.434V9.08"/><path d="M6.861 5.793V4.779c0-.538.217-1.054.602-1.435a2.07 2.07 0 0 1 1.454-.594h6.166a2.07 2.07 0 0 1 1.454.594c.385.38.602.897.602 1.435v1.014m.781 3.043H6.08c-1.84 0-3.33 1.47-3.33 3.286v5.842c0 1.815 1.49 3.286 3.33 3.286h11.84c1.84 0 3.33-1.471 3.33-3.286v-5.842c0-1.815-1.49-3.286-3.33-3.286"/><path d="M7.889 12.893v1.014c0 .538.216 1.054.602 1.434c.385.38.908.594 1.453.594h4.112a2.07 2.07 0 0 0 1.453-.594c.386-.38.602-.896.602-1.434v-1.014"/></g></svg>

React

import type { SVGProps } from "react";

export function MageArchiveDrawer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.194 9.079V7.821c0-.538-.216-1.054-.602-1.434a2.07 2.07 0 0 0-1.453-.594H6.86a2.07 2.07 0 0 0-1.453.594c-.386.38-.602.896-.602 1.434V9.08"/><path d="M6.861 5.793V4.779c0-.538.217-1.054.602-1.435a2.07 2.07 0 0 1 1.454-.594h6.166a2.07 2.07 0 0 1 1.454.594c.385.38.602.897.602 1.435v1.014m.781 3.043H6.08c-1.84 0-3.33 1.47-3.33 3.286v5.842c0 1.815 1.49 3.286 3.33 3.286h11.84c1.84 0 3.33-1.471 3.33-3.286v-5.842c0-1.815-1.49-3.286-3.33-3.286"/><path d="M7.889 12.893v1.014c0 .538.216 1.054.602 1.434c.385.38.908.594 1.453.594h4.112a2.07 2.07 0 0 0 1.453-.594c.386-.38.602-.896.602-1.434v-1.014"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.194 9.079V7.821c0-.538-.216-1.054-.602-1.434a2.07 2.07 0 0 0-1.453-.594H6.86a2.07 2.07 0 0 0-1.453.594c-.386.38-.602.896-.602 1.434V9.08"/><path d="M6.861 5.793V4.779c0-.538.217-1.054.602-1.435a2.07 2.07 0 0 1 1.454-.594h6.166a2.07 2.07 0 0 1 1.454.594c.385.38.602.897.602 1.435v1.014m.781 3.043H6.08c-1.84 0-3.33 1.47-3.33 3.286v5.842c0 1.815 1.49 3.286 3.33 3.286h11.84c1.84 0 3.33-1.471 3.33-3.286v-5.842c0-1.815-1.49-3.286-3.33-3.286"/><path d="M7.889 12.893v1.014c0 .538.216 1.054.602 1.434c.385.38.908.594 1.453.594h4.112a2.07 2.07 0 0 0 1.453-.594c.386-.38.602-.896.602-1.434v-1.014"/></g></svg>
</template>

CSS

.icon-archive-drawer {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.194%209.079V7.821c0-.538-.216-1.054-.602-1.434a2.07%202.07%200%200%200-1.453-.594H6.86a2.07%202.07%200%200%200-1.453.594c-.386.38-.602.896-.602%201.434V9.08%22%2F%3E%3Cpath%20d%3D%22M6.861%205.793V4.779c0-.538.217-1.054.602-1.435a2.07%202.07%200%200%201%201.454-.594h6.166a2.07%202.07%200%200%201%201.454.594c.385.38.602.897.602%201.435v1.014m.781%203.043H6.08c-1.84%200-3.33%201.47-3.33%203.286v5.842c0%201.815%201.49%203.286%203.33%203.286h11.84c1.84%200%203.33-1.471%203.33-3.286v-5.842c0-1.815-1.49-3.286-3.33-3.286%22%2F%3E%3Cpath%20d%3D%22M7.889%2012.893v1.014c0%20.538.216%201.054.602%201.434c.385.38.908.594%201.453.594h4.112a2.07%202.07%200%200%200%201.453-.594c.386-.38.602-.896.602-1.434v-1.014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.194%209.079V7.821c0-.538-.216-1.054-.602-1.434a2.07%202.07%200%200%200-1.453-.594H6.86a2.07%202.07%200%200%200-1.453.594c-.386.38-.602.896-.602%201.434V9.08%22%2F%3E%3Cpath%20d%3D%22M6.861%205.793V4.779c0-.538.217-1.054.602-1.435a2.07%202.07%200%200%201%201.454-.594h6.166a2.07%202.07%200%200%201%201.454.594c.385.38.602.897.602%201.435v1.014m.781%203.043H6.08c-1.84%200-3.33%201.47-3.33%203.286v5.842c0%201.815%201.49%203.286%203.33%203.286h11.84c1.84%200%203.33-1.471%203.33-3.286v-5.842c0-1.815-1.49-3.286-3.33-3.286%22%2F%3E%3Cpath%20d%3D%22M7.889%2012.893v1.014c0%20.538.216%201.054.602%201.434c.385.38.908.594%201.453.594h4.112a2.07%202.07%200%200%200%201.453-.594c.386-.38.602-.896.602-1.434v-1.014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/archive-drawer.svg?color=%231a73e8&size=48