archive icon
archive-linear from Solar by 480 Design · Linear · Notes · CC-BY-4.0 Attribution required.
- Name
- archive-linear
- Set
- Solar
- Style
- Linear
- Category
- Notes
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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
More notes icons from Solar
archive-check-boldarchive-close-boldarchive-down-boldarchive-down-minimalistic-boldarchive-minimalistic-boldarchive-minimalistic-close-boldarchive-up-boldarchive-up-minimalistic-boldclipboard-add-boldclipboard-boldclipboard-check-boldclipboard-clock-boldclipboard-copy-boldclipboard-heart-boldclipboard-list-boldclipboard-minus-boldclipboard-paste-boldclipboard-remove-boldclipboard-text-boldclipboard-type-bolddocument-add-bolddocument-bolddocument-medicine-bolddocument-text-bold
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-width="1.5"><path d="M9 12C9 11.5341 9 11.3011 9.07612 11.1173C9.17761 10.8723 9.37229 10.6776 9.61732 10.5761C9.80109 10.5 10.0341 10.5 10.5 10.5H13.5C13.9659 10.5 14.1989 10.5 14.3827 10.5761C14.6277 10.6776 14.8224 10.8723 14.9239 11.1173C15 11.3011 15 11.5341 15 12C15 12.4659 15 12.6989 14.9239 12.8827C14.8224 13.1277 14.6277 13.3224 14.3827 13.4239C14.1989 13.5 13.9659 13.5 13.5 13.5H10.5C10.0341 13.5 9.80109 13.5 9.61732 13.4239C9.37229 13.3224 9.17761 13.1277 9.07612 12.8827C9 12.6989 9 12.4659 9 12Z"/><path stroke-linecap="round" d="M20.5 7V13C20.5 16.7712 20.5 18.6569 19.3284 19.8284C18.1569 21 16.2712 21 12.5 21H11.5C7.72876 21 5.84315 21 4.67157 19.8284C3.5 18.6569 3.5 16.7712 3.5 13V7"/><path d="M2 5C2 4.05719 2 3.58579 2.29289 3.29289C2.58579 3 3.05719 3 4 3H20C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarArchiveLinear(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" strokeWidth="1.5"><path d="M9 12C9 11.5341 9 11.3011 9.07612 11.1173C9.17761 10.8723 9.37229 10.6776 9.61732 10.5761C9.80109 10.5 10.0341 10.5 10.5 10.5H13.5C13.9659 10.5 14.1989 10.5 14.3827 10.5761C14.6277 10.6776 14.8224 10.8723 14.9239 11.1173C15 11.3011 15 11.5341 15 12C15 12.4659 15 12.6989 14.9239 12.8827C14.8224 13.1277 14.6277 13.3224 14.3827 13.4239C14.1989 13.5 13.9659 13.5 13.5 13.5H10.5C10.0341 13.5 9.80109 13.5 9.61732 13.4239C9.37229 13.3224 9.17761 13.1277 9.07612 12.8827C9 12.6989 9 12.4659 9 12Z"/><path strokeLinecap="round" d="M20.5 7V13C20.5 16.7712 20.5 18.6569 19.3284 19.8284C18.1569 21 16.2712 21 12.5 21H11.5C7.72876 21 5.84315 21 4.67157 19.8284C3.5 18.6569 3.5 16.7712 3.5 13V7"/><path d="M2 5C2 4.05719 2 3.58579 2.29289 3.29289C2.58579 3 3.05719 3 4 3H20C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5Z"/></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-width="1.5"><path d="M9 12C9 11.5341 9 11.3011 9.07612 11.1173C9.17761 10.8723 9.37229 10.6776 9.61732 10.5761C9.80109 10.5 10.0341 10.5 10.5 10.5H13.5C13.9659 10.5 14.1989 10.5 14.3827 10.5761C14.6277 10.6776 14.8224 10.8723 14.9239 11.1173C15 11.3011 15 11.5341 15 12C15 12.4659 15 12.6989 14.9239 12.8827C14.8224 13.1277 14.6277 13.3224 14.3827 13.4239C14.1989 13.5 13.9659 13.5 13.5 13.5H10.5C10.0341 13.5 9.80109 13.5 9.61732 13.4239C9.37229 13.3224 9.17761 13.1277 9.07612 12.8827C9 12.6989 9 12.4659 9 12Z"/><path stroke-linecap="round" d="M20.5 7V13C20.5 16.7712 20.5 18.6569 19.3284 19.8284C18.1569 21 16.2712 21 12.5 21H11.5C7.72876 21 5.84315 21 4.67157 19.8284C3.5 18.6569 3.5 16.7712 3.5 13V7"/><path d="M2 5C2 4.05719 2 3.58579 2.29289 3.29289C2.58579 3 3.05719 3 4 3H20C20.9428 3 21.4142 3 21.7071 3.29289C22 3.58579 22 4.05719 22 5C22 5.94281 22 6.41421 21.7071 6.70711C21.4142 7 20.9428 7 20 7H4C3.05719 7 2.58579 7 2.29289 6.70711C2 6.41421 2 5.94281 2 5Z"/></g></svg> </template>
CSS
.icon-archive-linear {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2012C9%2011.5341%209%2011.3011%209.07612%2011.1173C9.17761%2010.8723%209.37229%2010.6776%209.61732%2010.5761C9.80109%2010.5%2010.0341%2010.5%2010.5%2010.5H13.5C13.9659%2010.5%2014.1989%2010.5%2014.3827%2010.5761C14.6277%2010.6776%2014.8224%2010.8723%2014.9239%2011.1173C15%2011.3011%2015%2011.5341%2015%2012C15%2012.4659%2015%2012.6989%2014.9239%2012.8827C14.8224%2013.1277%2014.6277%2013.3224%2014.3827%2013.4239C14.1989%2013.5%2013.9659%2013.5%2013.5%2013.5H10.5C10.0341%2013.5%209.80109%2013.5%209.61732%2013.4239C9.37229%2013.3224%209.17761%2013.1277%209.07612%2012.8827C9%2012.6989%209%2012.4659%209%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%207V13C20.5%2016.7712%2020.5%2018.6569%2019.3284%2019.8284C18.1569%2021%2016.2712%2021%2012.5%2021H11.5C7.72876%2021%205.84315%2021%204.67157%2019.8284C3.5%2018.6569%203.5%2016.7712%203.5%2013V7%22%2F%3E%3Cpath%20d%3D%22M2%205C2%204.05719%202%203.58579%202.29289%203.29289C2.58579%203%203.05719%203%204%203H20C20.9428%203%2021.4142%203%2021.7071%203.29289C22%203.58579%2022%204.05719%2022%205C22%205.94281%2022%206.41421%2021.7071%206.70711C21.4142%207%2020.9428%207%2020%207H4C3.05719%207%202.58579%207%202.29289%206.70711C2%206.41421%202%205.94281%202%205Z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2012C9%2011.5341%209%2011.3011%209.07612%2011.1173C9.17761%2010.8723%209.37229%2010.6776%209.61732%2010.5761C9.80109%2010.5%2010.0341%2010.5%2010.5%2010.5H13.5C13.9659%2010.5%2014.1989%2010.5%2014.3827%2010.5761C14.6277%2010.6776%2014.8224%2010.8723%2014.9239%2011.1173C15%2011.3011%2015%2011.5341%2015%2012C15%2012.4659%2015%2012.6989%2014.9239%2012.8827C14.8224%2013.1277%2014.6277%2013.3224%2014.3827%2013.4239C14.1989%2013.5%2013.9659%2013.5%2013.5%2013.5H10.5C10.0341%2013.5%209.80109%2013.5%209.61732%2013.4239C9.37229%2013.3224%209.17761%2013.1277%209.07612%2012.8827C9%2012.6989%209%2012.4659%209%2012Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5%207V13C20.5%2016.7712%2020.5%2018.6569%2019.3284%2019.8284C18.1569%2021%2016.2712%2021%2012.5%2021H11.5C7.72876%2021%205.84315%2021%204.67157%2019.8284C3.5%2018.6569%203.5%2016.7712%203.5%2013V7%22%2F%3E%3Cpath%20d%3D%22M2%205C2%204.05719%202%203.58579%202.29289%203.29289C2.58579%203%203.05719%203%204%203H20C20.9428%203%2021.4142%203%2021.7071%203.29289C22%203.58579%2022%204.05719%2022%205C22%205.94281%2022%206.41421%2021.7071%206.70711C21.4142%207%2020.9428%207%2020%207H4C3.05719%207%202.58579%207%202.29289%206.70711C2%206.41421%202%205.94281%202%205Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/archive-linear.svg?color=%231a73e8&size=48