archive icon
archive-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- archive-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
archiveBootstrap IconsarchiveBoxIcons v2archiveBoxIcons v2 SolidarchiveCarbonarchiveCodiconsarchive-fillEva IconsarchiveFont Awesome SolidarchiveFeather Iconsarchive-outlineFlowbite Iconsarchive-16-filledFluent UI System IconsarchiveHuge IconsarchiveHumbleiconsarchiveIconoirarchiveIonIconsarchiveJam IconsarchiveLine AwesomearchiveLucidearchiveMajesticonsarchiveMaterial SymbolsarchiveMaterial Symbols LightarchiveMaterial Design Iconsarchive-fillMingCute IconarchiveMyna UI IconsarchiveOcticons
Related icons in Mage Icons
Use the archive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.62 2.725H4.39A2.37 2.37 0 0 0 2 5.065v2.12a2.38 2.38 0 0 0 1.64 2.29v7.86a3.9 3.9 0 0 0 1.18 2.79a4 4 0 0 0 2.83 1.15h8.71a4 4 0 0 0 2.83-1.15a3.9 3.9 0 0 0 1.18-2.79v-7.86A2.38 2.38 0 0 0 22 7.235v-2.12a2.36 2.36 0 0 0-2.38-2.39m-4.79 12.67l-2 2a1.3 1.3 0 0 1-.39.26a1.1 1.1 0 0 1-.31.08h-.3a1.4 1.4 0 0 1-.29-.08a1.2 1.2 0 0 1-.39-.26l-2-2a.75.75 0 0 1 1.06-1.06l1 1v-3.36a.75.75 0 1 1 1.5 0v3.37l1-1a.75.75 0 0 1 1.06 1.06zm5.67-8.21a.86.86 0 0 1-.88.85H4.39a.87.87 0 0 1-.89-.85v-2.12a.86.86 0 0 1 .89-.84h15.23a.85.85 0 0 1 .88.84z"/></svg>
React
import type { SVGProps } from "react";
export function MageArchiveFill(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="M19.62 2.725H4.39A2.37 2.37 0 0 0 2 5.065v2.12a2.38 2.38 0 0 0 1.64 2.29v7.86a3.9 3.9 0 0 0 1.18 2.79a4 4 0 0 0 2.83 1.15h8.71a4 4 0 0 0 2.83-1.15a3.9 3.9 0 0 0 1.18-2.79v-7.86A2.38 2.38 0 0 0 22 7.235v-2.12a2.36 2.36 0 0 0-2.38-2.39m-4.79 12.67l-2 2a1.3 1.3 0 0 1-.39.26a1.1 1.1 0 0 1-.31.08h-.3a1.4 1.4 0 0 1-.29-.08a1.2 1.2 0 0 1-.39-.26l-2-2a.75.75 0 0 1 1.06-1.06l1 1v-3.36a.75.75 0 1 1 1.5 0v3.37l1-1a.75.75 0 0 1 1.06 1.06zm5.67-8.21a.86.86 0 0 1-.88.85H4.39a.87.87 0 0 1-.89-.85v-2.12a.86.86 0 0 1 .89-.84h15.23a.85.85 0 0 1 .88.84z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.62 2.725H4.39A2.37 2.37 0 0 0 2 5.065v2.12a2.38 2.38 0 0 0 1.64 2.29v7.86a3.9 3.9 0 0 0 1.18 2.79a4 4 0 0 0 2.83 1.15h8.71a4 4 0 0 0 2.83-1.15a3.9 3.9 0 0 0 1.18-2.79v-7.86A2.38 2.38 0 0 0 22 7.235v-2.12a2.36 2.36 0 0 0-2.38-2.39m-4.79 12.67l-2 2a1.3 1.3 0 0 1-.39.26a1.1 1.1 0 0 1-.31.08h-.3a1.4 1.4 0 0 1-.29-.08a1.2 1.2 0 0 1-.39-.26l-2-2a.75.75 0 0 1 1.06-1.06l1 1v-3.36a.75.75 0 1 1 1.5 0v3.37l1-1a.75.75 0 0 1 1.06 1.06zm5.67-8.21a.86.86 0 0 1-.88.85H4.39a.87.87 0 0 1-.89-.85v-2.12a.86.86 0 0 1 .89-.84h15.23a.85.85 0 0 1 .88.84z"/></svg> </template>
CSS
.icon-archive-fill {
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%22M19.62%202.725H4.39A2.37%202.37%200%200%200%202%205.065v2.12a2.38%202.38%200%200%200%201.64%202.29v7.86a3.9%203.9%200%200%200%201.18%202.79a4%204%200%200%200%202.83%201.15h8.71a4%204%200%200%200%202.83-1.15a3.9%203.9%200%200%200%201.18-2.79v-7.86A2.38%202.38%200%200%200%2022%207.235v-2.12a2.36%202.36%200%200%200-2.38-2.39m-4.79%2012.67l-2%202a1.3%201.3%200%200%201-.39.26a1.1%201.1%200%200%201-.31.08h-.3a1.4%201.4%200%200%201-.29-.08a1.2%201.2%200%200%201-.39-.26l-2-2a.75.75%200%200%201%201.06-1.06l1%201v-3.36a.75.75%200%201%201%201.5%200v3.37l1-1a.75.75%200%200%201%201.06%201.06zm5.67-8.21a.86.86%200%200%201-.88.85H4.39a.87.87%200%200%201-.89-.85v-2.12a.86.86%200%200%201%20.89-.84h15.23a.85.85%200%200%201%20.88.84z%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%22M19.62%202.725H4.39A2.37%202.37%200%200%200%202%205.065v2.12a2.38%202.38%200%200%200%201.64%202.29v7.86a3.9%203.9%200%200%200%201.18%202.79a4%204%200%200%200%202.83%201.15h8.71a4%204%200%200%200%202.83-1.15a3.9%203.9%200%200%200%201.18-2.79v-7.86A2.38%202.38%200%200%200%2022%207.235v-2.12a2.36%202.36%200%200%200-2.38-2.39m-4.79%2012.67l-2%202a1.3%201.3%200%200%201-.39.26a1.1%201.1%200%200%201-.31.08h-.3a1.4%201.4%200%200%201-.29-.08a1.2%201.2%200%200%201-.39-.26l-2-2a.75.75%200%200%201%201.06-1.06l1%201v-3.36a.75.75%200%201%201%201.5%200v3.37l1-1a.75.75%200%200%201%201.06%201.06zm5.67-8.21a.86.86%200%200%201-.88.85H4.39a.87.87%200%200%201-.89-.85v-2.12a.86.86%200%200%201%20.89-.84h15.23a.85.85%200%200%201%20.88.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/archive-fill.svg?color=%231a73e8&size=48