archive icon

archive from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
archive
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the archive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M64 164v244a56 56 0 0 0 56 56h272a56 56 0 0 0 56-56V164a4 4 0 0 0-4-4H68a4 4 0 0 0-4 4m267 151.63l-63.69 63.68a16 16 0 0 1-22.62 0L181 315.63c-6.09-6.09-6.65-16-.85-22.38a16 16 0 0 1 23.16-.56L240 329.37V224.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 224v105.37l36.69-36.68a16 16 0 0 1 23.16.56c5.8 6.37 5.24 16.29-.85 22.38"/><rect width="448" height="80" x="32" y="48" fill="currentColor" rx="32" ry="32"/></svg>

React

import type { SVGProps } from "react";

export function IonArchive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M64 164v244a56 56 0 0 0 56 56h272a56 56 0 0 0 56-56V164a4 4 0 0 0-4-4H68a4 4 0 0 0-4 4m267 151.63l-63.69 63.68a16 16 0 0 1-22.62 0L181 315.63c-6.09-6.09-6.65-16-.85-22.38a16 16 0 0 1 23.16-.56L240 329.37V224.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 224v105.37l36.69-36.68a16 16 0 0 1 23.16.56c5.8 6.37 5.24 16.29-.85 22.38"/><rect width="448" height="80" x="32" y="48" fill="currentColor" rx="32" ry="32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M64 164v244a56 56 0 0 0 56 56h272a56 56 0 0 0 56-56V164a4 4 0 0 0-4-4H68a4 4 0 0 0-4 4m267 151.63l-63.69 63.68a16 16 0 0 1-22.62 0L181 315.63c-6.09-6.09-6.65-16-.85-22.38a16 16 0 0 1 23.16-.56L240 329.37V224.45c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 224v105.37l36.69-36.68a16 16 0 0 1 23.16.56c5.8 6.37 5.24 16.29-.85 22.38"/><rect width="448" height="80" x="32" y="48" fill="currentColor" rx="32" ry="32"/></svg>
</template>

CSS

.icon-archive {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20164v244a56%2056%200%200%200%2056%2056h272a56%2056%200%200%200%2056-56V164a4%204%200%200%200-4-4H68a4%204%200%200%200-4%204m267%20151.63l-63.69%2063.68a16%2016%200%200%201-22.62%200L181%20315.63c-6.09-6.09-6.65-16-.85-22.38a16%2016%200%200%201%2023.16-.56L240%20329.37V224.45c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20224v105.37l36.69-36.68a16%2016%200%200%201%2023.16.56c5.8%206.37%205.24%2016.29-.85%2022.38%22%2F%3E%3Crect%20width%3D%22448%22%20height%3D%2280%22%20x%3D%2232%22%20y%3D%2248%22%20fill%3D%22currentColor%22%20rx%3D%2232%22%20ry%3D%2232%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20164v244a56%2056%200%200%200%2056%2056h272a56%2056%200%200%200%2056-56V164a4%204%200%200%200-4-4H68a4%204%200%200%200-4%204m267%20151.63l-63.69%2063.68a16%2016%200%200%201-22.62%200L181%20315.63c-6.09-6.09-6.65-16-.85-22.38a16%2016%200%200%201%2023.16-.56L240%20329.37V224.45c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20224v105.37l36.69-36.68a16%2016%200%200%201%2023.16.56c5.8%206.37%205.24%2016.29-.85%2022.38%22%2F%3E%3Crect%20width%3D%22448%22%20height%3D%2280%22%20x%3D%2232%22%20y%3D%2248%22%20fill%3D%22currentColor%22%20rx%3D%2232%22%20ry%3D%2232%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/archive.svg?color=%231a73e8&size=48