archive 01 icon
archive-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- archive-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the archive 01 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="1.5"><path d="M10 17V7c0-1.886 0-2.828-.586-3.414S7.886 3 6 3s-2.828 0-3.414.586S2 5.114 2 7v10c0 1.886 0 2.828.586 3.414S4.114 21 6 21s2.828 0 3.414-.586S10 18.886 10 17m11.456-1.29l-2.409-8.518c-.475-1.68-.713-2.52-1.363-2.93a2 2 0 0 0-.162-.092c-.686-.348-1.534-.123-3.23.327c-1.74.46-2.608.691-3.029 1.35a2 2 0 0 0-.094.164c-.356.696-.112 1.557.375 3.28l2.409 8.517c.475 1.68.713 2.52 1.363 2.93q.08.05.162.092c.686.348 1.534.123 3.23-.327c1.74-.46 2.608-.691 3.029-1.35q.05-.08.094-.164c.356-.696.112-1.557-.375-3.28M2 7h8m2 2l7-2"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.48-.25h-.124m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsArchive01(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="1.5"><path d="M10 17V7c0-1.886 0-2.828-.586-3.414S7.886 3 6 3s-2.828 0-3.414.586S2 5.114 2 7v10c0 1.886 0 2.828.586 3.414S4.114 21 6 21s2.828 0 3.414-.586S10 18.886 10 17m11.456-1.29l-2.409-8.518c-.475-1.68-.713-2.52-1.363-2.93a2 2 0 0 0-.162-.092c-.686-.348-1.534-.123-3.23.327c-1.74.46-2.608.691-3.029 1.35a2 2 0 0 0-.094.164c-.356.696-.112 1.557.375 3.28l2.409 8.517c.475 1.68.713 2.52 1.363 2.93q.08.05.162.092c.686.348 1.534.123 3.23-.327c1.74-.46 2.608-.691 3.029-1.35q.05-.08.094-.164c.356-.696.112-1.557-.375-3.28M2 7h8m2 2l7-2"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.48-.25h-.124m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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="1.5"><path d="M10 17V7c0-1.886 0-2.828-.586-3.414S7.886 3 6 3s-2.828 0-3.414.586S2 5.114 2 7v10c0 1.886 0 2.828.586 3.414S4.114 21 6 21s2.828 0 3.414-.586S10 18.886 10 17m11.456-1.29l-2.409-8.518c-.475-1.68-.713-2.52-1.363-2.93a2 2 0 0 0-.162-.092c-.686-.348-1.534-.123-3.23.327c-1.74.46-2.608.691-3.029 1.35a2 2 0 0 0-.094.164c-.356.696-.112 1.557.375 3.28l2.409 8.517c.475 1.68.713 2.52 1.363 2.93q.08.05.162.092c.686.348 1.534.123 3.23-.327c1.74-.46 2.608-.691 3.029-1.35q.05-.08.094-.164c.356-.696.112-1.557-.375-3.28M2 7h8m2 2l7-2"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.48-.25h-.124m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg> </template>
CSS
.icon-archive-01 {
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%221.5%22%3E%3Cpath%20d%3D%22M10%2017V7c0-1.886%200-2.828-.586-3.414S7.886%203%206%203s-2.828%200-3.414.586S2%205.114%202%207v10c0%201.886%200%202.828.586%203.414S4.114%2021%206%2021s2.828%200%203.414-.586S10%2018.886%2010%2017m11.456-1.29l-2.409-8.518c-.475-1.68-.713-2.52-1.363-2.93a2%202%200%200%200-.162-.092c-.686-.348-1.534-.123-3.23.327c-1.74.46-2.608.691-3.029%201.35a2%202%200%200%200-.094.164c-.356.696-.112%201.557.375%203.28l2.409%208.517c.475%201.68.713%202.52%201.363%202.93q.08.05.162.092c.686.348%201.534.123%203.23-.327c1.74-.46%202.608-.691%203.029-1.35q.05-.08.094-.164c.356-.696.112-1.557-.375-3.28M2%207h8m2%202l7-2%22%2F%3E%3Cpath%20d%3D%22M6.125%2017H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.48-.25h-.124m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%221.5%22%3E%3Cpath%20d%3D%22M10%2017V7c0-1.886%200-2.828-.586-3.414S7.886%203%206%203s-2.828%200-3.414.586S2%205.114%202%207v10c0%201.886%200%202.828.586%203.414S4.114%2021%206%2021s2.828%200%203.414-.586S10%2018.886%2010%2017m11.456-1.29l-2.409-8.518c-.475-1.68-.713-2.52-1.363-2.93a2%202%200%200%200-.162-.092c-.686-.348-1.534-.123-3.23.327c-1.74.46-2.608.691-3.029%201.35a2%202%200%200%200-.094.164c-.356.696-.112%201.557.375%203.28l2.409%208.517c.475%201.68.713%202.52%201.363%202.93q.08.05.162.092c.686.348%201.534.123%203.23-.327c1.74-.46%202.608-.691%203.029-1.35q.05-.08.094-.164c.356-.696.112-1.557-.375-3.28M2%207h8m2%202l7-2%22%2F%3E%3Cpath%20d%3D%22M6.125%2017H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.48-.25h-.124m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/archive-01.svg?color=%231a73e8&size=48