box archive icon
box-archive-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.
- Name
- box-archive-filled
- Set
- Reicon
- Style
- Filled
- Category
- Notes
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More notes icons from Reicon
Use the box archive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.333 2.667H3.667A2.336 2.336 0 0 0 1.333 5v2a2.33 2.33 0 0 0 2 2.3v8.367A3.67 3.67 0 0 0 7 21.333h10a3.67 3.67 0 0 0 3.667-3.666V9.3a2.33 2.33 0 0 0 2-2.3V5a2.336 2.336 0 0 0-2.334-2.333m-5.666 10.666H9.333a1 1 0 0 1 0-2h5.334a1 1 0 0 1 0 2m6-6.333c0 .184-.15.333-.334.333H3.667A.333.333 0 0 1 3.333 7V5c0-.184.15-.333.334-.333h16.666c.184 0 .334.149.334.333z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBoxArchiveFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.333 2.667H3.667A2.336 2.336 0 0 0 1.333 5v2a2.33 2.33 0 0 0 2 2.3v8.367A3.67 3.67 0 0 0 7 21.333h10a3.67 3.67 0 0 0 3.667-3.666V9.3a2.33 2.33 0 0 0 2-2.3V5a2.336 2.336 0 0 0-2.334-2.333m-5.666 10.666H9.333a1 1 0 0 1 0-2h5.334a1 1 0 0 1 0 2m6-6.333c0 .184-.15.333-.334.333H3.667A.333.333 0 0 1 3.333 7V5c0-.184.15-.333.334-.333h16.666c.184 0 .334.149.334.333z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.333 2.667H3.667A2.336 2.336 0 0 0 1.333 5v2a2.33 2.33 0 0 0 2 2.3v8.367A3.67 3.67 0 0 0 7 21.333h10a3.67 3.67 0 0 0 3.667-3.666V9.3a2.33 2.33 0 0 0 2-2.3V5a2.336 2.336 0 0 0-2.334-2.333m-5.666 10.666H9.333a1 1 0 0 1 0-2h5.334a1 1 0 0 1 0 2m6-6.333c0 .184-.15.333-.334.333H3.667A.333.333 0 0 1 3.333 7V5c0-.184.15-.333.334-.333h16.666c.184 0 .334.149.334.333z"/></svg> </template>
CSS
.icon-box-archive-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.333%202.667H3.667A2.336%202.336%200%200%200%201.333%205v2a2.33%202.33%200%200%200%202%202.3v8.367A3.67%203.67%200%200%200%207%2021.333h10a3.67%203.67%200%200%200%203.667-3.666V9.3a2.33%202.33%200%200%200%202-2.3V5a2.336%202.336%200%200%200-2.334-2.333m-5.666%2010.666H9.333a1%201%200%200%201%200-2h5.334a1%201%200%200%201%200%202m6-6.333c0%20.184-.15.333-.334.333H3.667A.333.333%200%200%201%203.333%207V5c0-.184.15-.333.334-.333h16.666c.184%200%20.334.149.334.333z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.333%202.667H3.667A2.336%202.336%200%200%200%201.333%205v2a2.33%202.33%200%200%200%202%202.3v8.367A3.67%203.67%200%200%200%207%2021.333h10a3.67%203.67%200%200%200%203.667-3.666V9.3a2.33%202.33%200%200%200%202-2.3V5a2.336%202.336%200%200%200-2.334-2.333m-5.666%2010.666H9.333a1%201%200%200%201%200-2h5.334a1%201%200%200%201%200%202m6-6.333c0%20.184-.15.333-.334.333H3.667A.333.333%200%200%201%203.333%207V5c0-.184.15-.333.334-.333h16.666c.184%200%20.334.149.334.333z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/box-archive-filled.svg?color=%231a73e8&size=48