archive 2 icon

archive-2 from Reicon by REICON · Outline · Notes · MIT Free for personal and commercial use.

Name
archive-2
Set
Reicon
Style
Outline
Category
Notes
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More notes icons from Reicon

Use the archive 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529V12h-.01c.01.579.01 1.23.01 1.966v.068c0 1.371 0 2.447-.07 3.311c-.072.88-.221 1.607-.557 2.265a5.75 5.75 0 0 1-2.513 2.513c-.658.336-1.385.485-2.265.556c-.864.071-1.94.071-3.311.071H9.966c-1.371 0-2.447 0-3.311-.07c-.88-.072-1.607-.221-2.265-.557a5.75 5.75 0 0 1-2.513-2.513c-.336-.658-.484-1.385-.556-2.265c-.071-.864-.071-1.94-.071-3.311v-.068c0-.736 0-1.387.01-1.966h-.01v-.057c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M2.882 6.987a5.8 5.8 0 0 1 1.508-1.11c.658-.336 1.385-.484 2.265-.556c.864-.071 1.94-.071 3.311-.071h4.068c1.371 0 2.447 0 3.311.07c.88.073 1.607.221 2.265.557a5.8 5.8 0 0 1 1.508 1.11a13 13 0 0 0-.044-.373c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619q-.024.18-.044.373m3.895-.171c-.787.064-1.295.188-1.706.397a4.25 4.25 0 0 0-1.858 1.858c-.21.411-.333.919-.397 1.706c-.065.796-.066 1.81-.066 3.223s0 2.427.066 3.223c.064.787.188 1.295.397 1.707a4.25 4.25 0 0 0 1.858 1.857c.411.21.919.333 1.706.397c.796.065 1.81.066 3.223.066h4c1.412 0 2.427 0 3.223-.066c.787-.064 1.295-.188 1.707-.397a4.25 4.25 0 0 0 1.857-1.857c.21-.412.333-.92.397-1.707c.065-.796.066-1.81.066-3.223s0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.706a4.25 4.25 0 0 0-1.857-1.858c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066h-4c-1.413 0-2.427 0-3.223.066M15 11.44a.75.75 0 0 1 .06 1.058l-3.572 4a.75.75 0 0 1-1.119 0l-1.428-1.6a.75.75 0 1 1 1.118-.998l.87.973L13.94 11.5a.75.75 0 0 1 1.058-.06" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconArchive2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529V12h-.01c.01.579.01 1.23.01 1.966v.068c0 1.371 0 2.447-.07 3.311c-.072.88-.221 1.607-.557 2.265a5.75 5.75 0 0 1-2.513 2.513c-.658.336-1.385.485-2.265.556c-.864.071-1.94.071-3.311.071H9.966c-1.371 0-2.447 0-3.311-.07c-.88-.072-1.607-.221-2.265-.557a5.75 5.75 0 0 1-2.513-2.513c-.336-.658-.484-1.385-.556-2.265c-.071-.864-.071-1.94-.071-3.311v-.068c0-.736 0-1.387.01-1.966h-.01v-.057c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M2.882 6.987a5.8 5.8 0 0 1 1.508-1.11c.658-.336 1.385-.484 2.265-.556c.864-.071 1.94-.071 3.311-.071h4.068c1.371 0 2.447 0 3.311.07c.88.073 1.607.221 2.265.557a5.8 5.8 0 0 1 1.508 1.11a13 13 0 0 0-.044-.373c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619q-.024.18-.044.373m3.895-.171c-.787.064-1.295.188-1.706.397a4.25 4.25 0 0 0-1.858 1.858c-.21.411-.333.919-.397 1.706c-.065.796-.066 1.81-.066 3.223s0 2.427.066 3.223c.064.787.188 1.295.397 1.707a4.25 4.25 0 0 0 1.858 1.857c.411.21.919.333 1.706.397c.796.065 1.81.066 3.223.066h4c1.412 0 2.427 0 3.223-.066c.787-.064 1.295-.188 1.707-.397a4.25 4.25 0 0 0 1.857-1.857c.21-.412.333-.92.397-1.707c.065-.796.066-1.81.066-3.223s0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.706a4.25 4.25 0 0 0-1.857-1.858c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066h-4c-1.413 0-2.427 0-3.223.066M15 11.44a.75.75 0 0 1 .06 1.058l-3.572 4a.75.75 0 0 1-1.119 0l-1.428-1.6a.75.75 0 1 1 1.118-.998l.87.973L13.94 11.5a.75.75 0 0 1 1.058-.06" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.943 1.25h.114c2.309 0 4.118 0 5.53.19c1.444.194 2.584.6 3.479 1.494c.895.895 1.3 2.035 1.494 3.48c.19 1.411.19 3.22.19 5.529V12h-.01c.01.579.01 1.23.01 1.966v.068c0 1.371 0 2.447-.07 3.311c-.072.88-.221 1.607-.557 2.265a5.75 5.75 0 0 1-2.513 2.513c-.658.336-1.385.485-2.265.556c-.864.071-1.94.071-3.311.071H9.966c-1.371 0-2.447 0-3.311-.07c-.88-.072-1.607-.221-2.265-.557a5.75 5.75 0 0 1-2.513-2.513c-.336-.658-.484-1.385-.556-2.265c-.071-.864-.071-1.94-.071-3.311v-.068c0-.736 0-1.387.01-1.966h-.01v-.057c0-2.309 0-4.118.19-5.53c.194-1.444.6-2.584 1.494-3.479c.895-.895 2.035-1.3 3.48-1.494c1.411-.19 3.22-.19 5.529-.19M2.882 6.987a5.8 5.8 0 0 1 1.508-1.11c.658-.336 1.385-.484 2.265-.556c.864-.071 1.94-.071 3.311-.071h4.068c1.371 0 2.447 0 3.311.07c.88.073 1.607.221 2.265.557a5.8 5.8 0 0 1 1.508 1.11a13 13 0 0 0-.044-.373c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62 1.069c-.569.57-.896 1.34-1.068 2.619q-.024.18-.044.373m3.895-.171c-.787.064-1.295.188-1.706.397a4.25 4.25 0 0 0-1.858 1.858c-.21.411-.333.919-.397 1.706c-.065.796-.066 1.81-.066 3.223s0 2.427.066 3.223c.064.787.188 1.295.397 1.707a4.25 4.25 0 0 0 1.858 1.857c.411.21.919.333 1.706.397c.796.065 1.81.066 3.223.066h4c1.412 0 2.427 0 3.223-.066c.787-.064 1.295-.188 1.707-.397a4.25 4.25 0 0 0 1.857-1.857c.21-.412.333-.92.397-1.707c.065-.796.066-1.81.066-3.223s0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.706a4.25 4.25 0 0 0-1.857-1.858c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066h-4c-1.413 0-2.427 0-3.223.066M15 11.44a.75.75 0 0 1 .06 1.058l-3.572 4a.75.75 0 0 1-1.119 0l-1.428-1.6a.75.75 0 1 1 1.118-.998l.87.973L13.94 11.5a.75.75 0 0 1 1.058-.06" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-archive-2 {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529V12h-.01c.01.579.01%201.23.01%201.966v.068c0%201.371%200%202.447-.07%203.311c-.072.88-.221%201.607-.557%202.265a5.75%205.75%200%200%201-2.513%202.513c-.658.336-1.385.485-2.265.556c-.864.071-1.94.071-3.311.071H9.966c-1.371%200-2.447%200-3.311-.07c-.88-.072-1.607-.221-2.265-.557a5.75%205.75%200%200%201-2.513-2.513c-.336-.658-.484-1.385-.556-2.265c-.071-.864-.071-1.94-.071-3.311v-.068c0-.736%200-1.387.01-1.966h-.01v-.057c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19M2.882%206.987a5.8%205.8%200%200%201%201.508-1.11c.658-.336%201.385-.484%202.265-.556c.864-.071%201.94-.071%203.311-.071h4.068c1.371%200%202.447%200%203.311.07c.88.073%201.607.221%202.265.557a5.8%205.8%200%200%201%201.508%201.11a13%2013%200%200%200-.044-.373c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619q-.024.18-.044.373m3.895-.171c-.787.064-1.295.188-1.706.397a4.25%204.25%200%200%200-1.858%201.858c-.21.411-.333.919-.397%201.706c-.065.796-.066%201.81-.066%203.223s0%202.427.066%203.223c.064.787.188%201.295.397%201.707a4.25%204.25%200%200%200%201.858%201.857c.411.21.919.333%201.706.397c.796.065%201.81.066%203.223.066h4c1.412%200%202.427%200%203.223-.066c.787-.064%201.295-.188%201.707-.397a4.25%204.25%200%200%200%201.857-1.857c.21-.412.333-.92.397-1.707c.065-.796.066-1.81.066-3.223s0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.706a4.25%204.25%200%200%200-1.857-1.858c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066h-4c-1.413%200-2.427%200-3.223.066M15%2011.44a.75.75%200%200%201%20.06%201.058l-3.572%204a.75.75%200%200%201-1.119%200l-1.428-1.6a.75.75%200%201%201%201.118-.998l.87.973L13.94%2011.5a.75.75%200%200%201%201.058-.06%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.943%201.25h.114c2.309%200%204.118%200%205.53.19c1.444.194%202.584.6%203.479%201.494c.895.895%201.3%202.035%201.494%203.48c.19%201.411.19%203.22.19%205.529V12h-.01c.01.579.01%201.23.01%201.966v.068c0%201.371%200%202.447-.07%203.311c-.072.88-.221%201.607-.557%202.265a5.75%205.75%200%200%201-2.513%202.513c-.658.336-1.385.485-2.265.556c-.864.071-1.94.071-3.311.071H9.966c-1.371%200-2.447%200-3.311-.07c-.88-.072-1.607-.221-2.265-.557a5.75%205.75%200%200%201-2.513-2.513c-.336-.658-.484-1.385-.556-2.265c-.071-.864-.071-1.94-.071-3.311v-.068c0-.736%200-1.387.01-1.966h-.01v-.057c0-2.309%200-4.118.19-5.53c.194-1.444.6-2.584%201.494-3.479c.895-.895%202.035-1.3%203.48-1.494c1.411-.19%203.22-.19%205.529-.19M2.882%206.987a5.8%205.8%200%200%201%201.508-1.11c.658-.336%201.385-.484%202.265-.556c.864-.071%201.94-.071%203.311-.071h4.068c1.371%200%202.447%200%203.311.07c.88.073%201.607.221%202.265.557a5.8%205.8%200%200%201%201.508%201.11a13%2013%200%200%200-.044-.373c-.172-1.279-.5-2.05-1.069-2.62c-.57-.569-1.34-.896-2.619-1.068c-1.3-.174-3.008-.176-5.386-.176s-4.086.002-5.386.176c-1.279.172-2.05.5-2.62%201.069c-.569.57-.896%201.34-1.068%202.619q-.024.18-.044.373m3.895-.171c-.787.064-1.295.188-1.706.397a4.25%204.25%200%200%200-1.858%201.858c-.21.411-.333.919-.397%201.706c-.065.796-.066%201.81-.066%203.223s0%202.427.066%203.223c.064.787.188%201.295.397%201.707a4.25%204.25%200%200%200%201.858%201.857c.411.21.919.333%201.706.397c.796.065%201.81.066%203.223.066h4c1.412%200%202.427%200%203.223-.066c.787-.064%201.295-.188%201.707-.397a4.25%204.25%200%200%200%201.857-1.857c.21-.412.333-.92.397-1.707c.065-.796.066-1.81.066-3.223s0-2.427-.066-3.223c-.064-.787-.188-1.295-.397-1.706a4.25%204.25%200%200%200-1.857-1.858c-.412-.21-.92-.333-1.707-.397c-.796-.065-1.81-.066-3.223-.066h-4c-1.413%200-2.427%200-3.223.066M15%2011.44a.75.75%200%200%201%20.06%201.058l-3.572%204a.75.75%200%200%201-1.119%200l-1.428-1.6a.75.75%200%201%201%201.118-.998l.87.973L13.94%2011.5a.75.75%200%200%201%201.058-.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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