archive box icon
archive-box-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- archive-box-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More ui icons from Reicon
Use the archive box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M21.004 9.726c.13-.011.246.09.246.22v6.286c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H8.268c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V9.946c0-.13.115-.231.246-.22c.301.024.643.024.94.024h16.127c.298 0 .64 0 .941-.024M14.75 13a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75" clip-rule="evenodd"/><path d="M2.75 8.177q.186.04.368.053c.24.02.528.02.854.02h16.056c.326 0 .615 0 .854-.02a3 3 0 0 0 .387-.057c.13-.031.26-.075.389-.141a2 2 0 0 0 .92-.97c.096-.227.134-.457.152-.68l.007-.092c.012-.204.013-.44.013-.701v-.677c0-.302-.001-.57-.02-.794l-.009-.096a1.9 1.9 0 0 0-.226-.75a2 2 0 0 0-.837-.804a2 2 0 0 0-.776-.198a10 10 0 0 0-.734-.02H3.972c-.326 0-.615 0-.854.02c-.255.02-.519.067-.776.198a2 2 0 0 0-.874.874a2 2 0 0 0-.198.776c-.02.24-.02.528-.02.854v.556c0 .326 0 .615.02.854c.02.255.067.519.198.776a2 2 0 0 0 .874.874c.135.069.272.114.408.145"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconArchiveBoxFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M21.004 9.726c.13-.011.246.09.246.22v6.286c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H8.268c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V9.946c0-.13.115-.231.246-.22c.301.024.643.024.94.024h16.127c.298 0 .64 0 .941-.024M14.75 13a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75" clipRule="evenodd"/><path d="M2.75 8.177q.186.04.368.053c.24.02.528.02.854.02h16.056c.326 0 .615 0 .854-.02a3 3 0 0 0 .387-.057c.13-.031.26-.075.389-.141a2 2 0 0 0 .92-.97c.096-.227.134-.457.152-.68l.007-.092c.012-.204.013-.44.013-.701v-.677c0-.302-.001-.57-.02-.794l-.009-.096a1.9 1.9 0 0 0-.226-.75a2 2 0 0 0-.837-.804a2 2 0 0 0-.776-.198a10 10 0 0 0-.734-.02H3.972c-.326 0-.615 0-.854.02c-.255.02-.519.067-.776.198a2 2 0 0 0-.874.874a2 2 0 0 0-.198.776c-.02.24-.02.528-.02.854v.556c0 .326 0 .615.02.854c.02.255.067.519.198.776a2 2 0 0 0 .874.874c.135.069.272.114.408.145"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M21.004 9.726c.13-.011.246.09.246.22v6.286c0 .813 0 1.469-.043 2c-.045.546-.14 1.026-.366 1.47a3.75 3.75 0 0 1-1.639 1.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2 .043H8.268c-.813 0-1.469 0-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75 3.75 0 0 1-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V9.946c0-.13.115-.231.246-.22c.301.024.643.024.94.024h16.127c.298 0 .64 0 .941-.024M14.75 13a.75.75 0 0 1-.75.75h-4a.75.75 0 0 1 0-1.5h4a.75.75 0 0 1 .75.75" clip-rule="evenodd"/><path d="M2.75 8.177q.186.04.368.053c.24.02.528.02.854.02h16.056c.326 0 .615 0 .854-.02a3 3 0 0 0 .387-.057c.13-.031.26-.075.389-.141a2 2 0 0 0 .92-.97c.096-.227.134-.457.152-.68l.007-.092c.012-.204.013-.44.013-.701v-.677c0-.302-.001-.57-.02-.794l-.009-.096a1.9 1.9 0 0 0-.226-.75a2 2 0 0 0-.837-.804a2 2 0 0 0-.776-.198a10 10 0 0 0-.734-.02H3.972c-.326 0-.615 0-.854.02c-.255.02-.519.067-.776.198a2 2 0 0 0-.874.874a2 2 0 0 0-.198.776c-.02.24-.02.528-.02.854v.556c0 .326 0 .615.02.854c.02.255.067.519.198.776a2 2 0 0 0 .874.874c.135.069.272.114.408.145"/></g></svg> </template>
CSS
.icon-archive-box-filled {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.004%209.726c.13-.011.246.09.246.22v6.286c0%20.813%200%201.469-.043%202c-.045.546-.14%201.026-.366%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2%20.043H8.268c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V9.946c0-.13.115-.231.246-.22c.301.024.643.024.94.024h16.127c.298%200%20.64%200%20.941-.024M14.75%2013a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201%200-1.5h4a.75.75%200%200%201%20.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.75%208.177q.186.04.368.053c.24.02.528.02.854.02h16.056c.326%200%20.615%200%20.854-.02a3%203%200%200%200%20.387-.057c.13-.031.26-.075.389-.141a2%202%200%200%200%20.92-.97c.096-.227.134-.457.152-.68l.007-.092c.012-.204.013-.44.013-.701v-.677c0-.302-.001-.57-.02-.794l-.009-.096a1.9%201.9%200%200%200-.226-.75a2%202%200%200%200-.837-.804a2%202%200%200%200-.776-.198a10%2010%200%200%200-.734-.02H3.972c-.326%200-.615%200-.854.02c-.255.02-.519.067-.776.198a2%202%200%200%200-.874.874a2%202%200%200%200-.198.776c-.02.24-.02.528-.02.854v.556c0%20.326%200%20.615.02.854c.02.255.067.519.198.776a2%202%200%200%200%20.874.874c.135.069.272.114.408.145%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.004%209.726c.13-.011.246.09.246.22v6.286c0%20.813%200%201.469-.043%202c-.045.546-.14%201.026-.366%201.47a3.75%203.75%200%200%201-1.639%201.64c-.444.226-.924.32-1.47.365c-.531.043-1.187.043-2%20.043H8.268c-.813%200-1.469%200-2-.043c-.546-.045-1.026-.14-1.47-.366a3.75%203.75%200%200%201-1.64-1.639c-.226-.444-.32-.924-.365-1.47c-.043-.531-.043-1.187-.043-2V9.946c0-.13.115-.231.246-.22c.301.024.643.024.94.024h16.127c.298%200%20.64%200%20.941-.024M14.75%2013a.75.75%200%200%201-.75.75h-4a.75.75%200%200%201%200-1.5h4a.75.75%200%200%201%20.75.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2.75%208.177q.186.04.368.053c.24.02.528.02.854.02h16.056c.326%200%20.615%200%20.854-.02a3%203%200%200%200%20.387-.057c.13-.031.26-.075.389-.141a2%202%200%200%200%20.92-.97c.096-.227.134-.457.152-.68l.007-.092c.012-.204.013-.44.013-.701v-.677c0-.302-.001-.57-.02-.794l-.009-.096a1.9%201.9%200%200%200-.226-.75a2%202%200%200%200-.837-.804a2%202%200%200%200-.776-.198a10%2010%200%200%200-.734-.02H3.972c-.326%200-.615%200-.854.02c-.255.02-.519.067-.776.198a2%202%200%200%200-.874.874a2%202%200%200%200-.198.776c-.02.24-.02.528-.02.854v.556c0%20.326%200%20.615.02.854c.02.255.067.519.198.776a2%202%200%200%200%20.874.874c.135.069.272.114.408.145%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/archive-box-filled.svg?color=%231a73e8&size=48