archive icon
archive-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- archive-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline 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 AwesomearchiveLucidearchiveMage IconsarchiveMajesticonsarchiveMaterial SymbolsarchiveMaterial Symbols LightarchiveMaterial Design Iconsarchive-fillMingCute IconarchiveMyna UI Icons
Use the archive 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="2"><path fill="currentColor" fill-opacity=".4" d="M4 8L20 8C20.5523 8 21 8.4477 21 9L21 17C21 19.2091 19.2091 21 17 21L7 21C4.7909 21 3 19.2091 3 17L3 9C3 8.4477 3.4477 8 4 8Z" stroke="none"/><path fill="currentColor" d="M4 3L20 3C21.6569 3 23 4.3431 23 6L23 7C23 8.6569 21.6569 10 20 10L4 10C2.3431 10 1 8.6569 1 7L1 6C1 4.3431 2.3431 3 4 3Z" stroke="none"/><path d="M10 13L14 13"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsArchiveDuotone(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="2"><path fill="currentColor" fillOpacity=".4" d="M4 8L20 8C20.5523 8 21 8.4477 21 9L21 17C21 19.2091 19.2091 21 17 21L7 21C4.7909 21 3 19.2091 3 17L3 9C3 8.4477 3.4477 8 4 8Z" stroke="none"/><path fill="currentColor" d="M4 3L20 3C21.6569 3 23 4.3431 23 6L23 7C23 8.6569 21.6569 10 20 10L4 10C2.3431 10 1 8.6569 1 7L1 6C1 4.3431 2.3431 3 4 3Z" stroke="none"/><path d="M10 13L14 13"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M4 8L20 8C20.5523 8 21 8.4477 21 9L21 17C21 19.2091 19.2091 21 17 21L7 21C4.7909 21 3 19.2091 3 17L3 9C3 8.4477 3.4477 8 4 8Z" stroke="none"/><path fill="currentColor" d="M4 3L20 3C21.6569 3 23 4.3431 23 6L23 7C23 8.6569 21.6569 10 20 10L4 10C2.3431 10 1 8.6569 1 7L1 6C1 4.3431 2.3431 3 4 3Z" stroke="none"/><path d="M10 13L14 13"/></g></svg> </template>
CSS
.icon-archive-duotone {
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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M4%208L20%208C20.5523%208%2021%208.4477%2021%209L21%2017C21%2019.2091%2019.2091%2021%2017%2021L7%2021C4.7909%2021%203%2019.2091%203%2017L3%209C3%208.4477%203.4477%208%204%208Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203L20%203C21.6569%203%2023%204.3431%2023%206L23%207C23%208.6569%2021.6569%2010%2020%2010L4%2010C2.3431%2010%201%208.6569%201%207L1%206C1%204.3431%202.3431%203%204%203Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10%2013L14%2013%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M4%208L20%208C20.5523%208%2021%208.4477%2021%209L21%2017C21%2019.2091%2019.2091%2021%2017%2021L7%2021C4.7909%2021%203%2019.2091%203%2017L3%209C3%208.4477%203.4477%208%204%208Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203L20%203C21.6569%203%2023%204.3431%2023%206L23%207C23%208.6569%2021.6569%2010%2020%2010L4%2010C2.3431%2010%201%208.6569%201%207L1%206C1%204.3431%202.3431%203%204%203Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10%2013L14%2013%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/archive-duotone.svg?color=%231a73e8&size=48