archive icon
archive-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- archive-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
archiveBootstrap IconsarchiveBoxIcons v2archiveBoxIcons v2 SolidarchiveCarbonarchiveCodiconsarchive-fillEva IconsarchiveFont Awesome SolidarchiveFeather Iconsarchive-outlineFlowbite IconsarchiveHuge IconsarchiveHumbleiconsarchiveIconoirarchiveIonIconsarchiveJam IconsarchiveLine AwesomearchiveLucidearchiveMage IconsarchiveMajesticonsarchiveMaterial SymbolsarchiveMaterial Symbols LightarchiveMaterial Design Iconsarchive-fillMingCute IconarchiveMyna UI IconsarchiveOcticons
Related icons in Fluent UI System Icons
Use the archive icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 14.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m16-4.264V23.5a5.5 5.5 0 0 1-5.5 5.5h-13A5.5 5.5 0 0 1 4 23.5V10.236C3.386 9.686 3 8.888 3 8V6a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v2a3 3 0 0 1-1 2.236M6 4a2 2 0 0 0-2 2v2a1.997 1.997 0 0 0 2 2h20a2 2 0 0 0 1.209-.406C27.689 9.228 28 8.65 28 8V6a2 2 0 0 0-2-2zm21 6.83c-.313.11-.65.17-1 .17H6c-.35 0-.687-.06-1-.17V23.5A4.5 4.5 0 0 0 9.5 28h13a4.5 4.5 0 0 0 4.5-4.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentArchive32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 14.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m16-4.264V23.5a5.5 5.5 0 0 1-5.5 5.5h-13A5.5 5.5 0 0 1 4 23.5V10.236C3.386 9.686 3 8.888 3 8V6a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v2a3 3 0 0 1-1 2.236M6 4a2 2 0 0 0-2 2v2a1.997 1.997 0 0 0 2 2h20a2 2 0 0 0 1.209-.406C27.689 9.228 28 8.65 28 8V6a2 2 0 0 0-2-2zm21 6.83c-.313.11-.65.17-1 .17H6c-.35 0-.687-.06-1-.17V23.5A4.5 4.5 0 0 0 9.5 28h13a4.5 4.5 0 0 0 4.5-4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 14.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m16-4.264V23.5a5.5 5.5 0 0 1-5.5 5.5h-13A5.5 5.5 0 0 1 4 23.5V10.236C3.386 9.686 3 8.888 3 8V6a3 3 0 0 1 3-3h20a3 3 0 0 1 3 3v2a3 3 0 0 1-1 2.236M6 4a2 2 0 0 0-2 2v2a1.997 1.997 0 0 0 2 2h20a2 2 0 0 0 1.209-.406C27.689 9.228 28 8.65 28 8V6a2 2 0 0 0-2-2zm21 6.83c-.313.11-.65.17-1 .17H6c-.35 0-.687-.06-1-.17V23.5A4.5 4.5 0 0 0 9.5 28h13a4.5 4.5 0 0 0 4.5-4.5z"/></svg> </template>
CSS
.icon-archive-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5m16-4.264V23.5a5.5%205.5%200%200%201-5.5%205.5h-13A5.5%205.5%200%200%201%204%2023.5V10.236C3.386%209.686%203%208.888%203%208V6a3%203%200%200%201%203-3h20a3%203%200%200%201%203%203v2a3%203%200%200%201-1%202.236M6%204a2%202%200%200%200-2%202v2a1.997%201.997%200%200%200%202%202h20a2%202%200%200%200%201.209-.406C27.689%209.228%2028%208.65%2028%208V6a2%202%200%200%200-2-2zm21%206.83c-.313.11-.65.17-1%20.17H6c-.35%200-.687-.06-1-.17V23.5A4.5%204.5%200%200%200%209.5%2028h13a4.5%204.5%200%200%200%204.5-4.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2014.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%200%201h-7a.5.5%200%200%201-.5-.5m16-4.264V23.5a5.5%205.5%200%200%201-5.5%205.5h-13A5.5%205.5%200%200%201%204%2023.5V10.236C3.386%209.686%203%208.888%203%208V6a3%203%200%200%201%203-3h20a3%203%200%200%201%203%203v2a3%203%200%200%201-1%202.236M6%204a2%202%200%200%200-2%202v2a1.997%201.997%200%200%200%202%202h20a2%202%200%200%200%201.209-.406C27.689%209.228%2028%208.65%2028%208V6a2%202%200%200%200-2-2zm21%206.83c-.313.11-.65.17-1%20.17H6c-.35%200-.687-.06-1-.17V23.5A4.5%204.5%200%200%200%209.5%2028h13a4.5%204.5%200%200%200%204.5-4.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/archive-32-light.svg?color=%231a73e8&size=48