archive down minimlistic icon

archive-down-minimlistic-outline from Solar by 480 Design · Outline · CC-BY-4.0 Attribution required.

Name
archive-down-minimlistic-outline
Set
Solar
Style
Outline
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

Related icons in Solar

Use the archive down minimlistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.53 17.53a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V11a.75.75 0 0 1 1.5 0v4.19l1.22-1.22a.75.75 0 1 1 1.06 1.06z"/><path fill="currentColor" fill-rule="evenodd" d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.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.073.88.221 1.607.557 2.265a5.75 5.75 0 0 0 2.513 2.513c.658.336 1.385.485 2.265.556c.864.071 1.94.071 3.311.071h4.068c1.371 0 2.447 0 3.311-.07c.88-.072 1.607-.221 2.265-.557a5.75 5.75 0 0 0 2.513-2.513c.336-.658.485-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.494c-1.411-.19-3.22-.19-5.529-.19M4.39 5.877a5.8 5.8 0 0 0-1.508 1.11q.02-.192.044-.373c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619q.023.18.044.373a5.8 5.8 0 0 0-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557m.68 1.336c.412-.21.92-.333 1.707-.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 1 1.857 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 1-1.857 1.857c-.412.21-.92.333-1.707.397c-.796.065-1.81.066-3.223.066h-4c-1.413 0-2.427 0-3.223-.066c-.787-.064-1.295-.188-1.706-.397a4.25 4.25 0 0 1-1.858-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 1 1.858-1.858" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarArchiveDownMinimlisticOutline(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" d="M12.53 17.53a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V11a.75.75 0 0 1 1.5 0v4.19l1.22-1.22a.75.75 0 1 1 1.06 1.06z"/><path fill="currentColor" fillRule="evenodd" d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.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.073.88.221 1.607.557 2.265a5.75 5.75 0 0 0 2.513 2.513c.658.336 1.385.485 2.265.556c.864.071 1.94.071 3.311.071h4.068c1.371 0 2.447 0 3.311-.07c.88-.072 1.607-.221 2.265-.557a5.75 5.75 0 0 0 2.513-2.513c.336-.658.485-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.494c-1.411-.19-3.22-.19-5.529-.19M4.39 5.877a5.8 5.8 0 0 0-1.508 1.11q.02-.192.044-.373c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619q.023.18.044.373a5.8 5.8 0 0 0-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557m.68 1.336c.412-.21.92-.333 1.707-.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 1 1.857 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 1-1.857 1.857c-.412.21-.92.333-1.707.397c-.796.065-1.81.066-3.223.066h-4c-1.413 0-2.427 0-3.223-.066c-.787-.064-1.295-.188-1.706-.397a4.25 4.25 0 0 1-1.858-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 1 1.858-1.858" 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" d="M12.53 17.53a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V11a.75.75 0 0 1 1.5 0v4.19l1.22-1.22a.75.75 0 1 1 1.06 1.06z"/><path fill="currentColor" fill-rule="evenodd" d="M12.057 1.25h-.114c-2.309 0-4.118 0-5.53.19c-1.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.073.88.221 1.607.557 2.265a5.75 5.75 0 0 0 2.513 2.513c.658.336 1.385.485 2.265.556c.864.071 1.94.071 3.311.071h4.068c1.371 0 2.447 0 3.311-.07c.88-.072 1.607-.221 2.265-.557a5.75 5.75 0 0 0 2.513-2.513c.336-.658.485-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.494c-1.411-.19-3.22-.19-5.529-.19M4.39 5.877a5.8 5.8 0 0 0-1.508 1.11q.02-.192.044-.373c.172-1.279.5-2.05 1.069-2.62c.57-.569 1.34-.896 2.619-1.068c1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.068 2.619q.023.18.044.373a5.8 5.8 0 0 0-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371 0-2.447 0-3.311.07c-.88.073-1.607.221-2.265.557m.68 1.336c.412-.21.92-.333 1.707-.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 1 1.857 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 1-1.857 1.857c-.412.21-.92.333-1.707.397c-.796.065-1.81.066-3.223.066h-4c-1.413 0-2.427 0-3.223-.066c-.787-.064-1.295-.188-1.706-.397a4.25 4.25 0 0 1-1.858-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 1 1.858-1.858" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-archive-down-minimlistic-outline {
  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%20d%3D%22M12.53%2017.53a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%201%201%201.06-1.06l1.22%201.22V11a.75.75%200%200%201%201.5%200v4.19l1.22-1.22a.75.75%200%201%201%201.06%201.06z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.057%201.25h-.114c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.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.073.88.221%201.607.557%202.265a5.75%205.75%200%200%200%202.513%202.513c.658.336%201.385.485%202.265.556c.864.071%201.94.071%203.311.071h4.068c1.371%200%202.447%200%203.311-.07c.88-.072%201.607-.221%202.265-.557a5.75%205.75%200%200%200%202.513-2.513c.336-.658.485-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-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M4.39%205.877a5.8%205.8%200%200%200-1.508%201.11q.02-.192.044-.373c.172-1.279.5-2.05%201.069-2.62c.57-.569%201.34-.896%202.619-1.068c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619q.023.18.044.373a5.8%205.8%200%200%200-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371%200-2.447%200-3.311.07c-.88.073-1.607.221-2.265.557m.68%201.336c.412-.21.92-.333%201.707-.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%201%201.857%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%201-1.857%201.857c-.412.21-.92.333-1.707.397c-.796.065-1.81.066-3.223.066h-4c-1.413%200-2.427%200-3.223-.066c-.787-.064-1.295-.188-1.706-.397a4.25%204.25%200%200%201-1.858-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%201%201.858-1.858%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%20d%3D%22M12.53%2017.53a.75.75%200%200%201-1.06%200l-2.5-2.5a.75.75%200%201%201%201.06-1.06l1.22%201.22V11a.75.75%200%200%201%201.5%200v4.19l1.22-1.22a.75.75%200%201%201%201.06%201.06z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.057%201.25h-.114c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.895.895-1.3%202.035-1.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.073.88.221%201.607.557%202.265a5.75%205.75%200%200%200%202.513%202.513c.658.336%201.385.485%202.265.556c.864.071%201.94.071%203.311.071h4.068c1.371%200%202.447%200%203.311-.07c.88-.072%201.607-.221%202.265-.557a5.75%205.75%200%200%200%202.513-2.513c.336-.658.485-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-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19M4.39%205.877a5.8%205.8%200%200%200-1.508%201.11q.02-.192.044-.373c.172-1.279.5-2.05%201.069-2.62c.57-.569%201.34-.896%202.619-1.068c1.3-.174%203.008-.176%205.386-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.068%202.619q.023.18.044.373a5.8%205.8%200%200%200-1.508-1.11c-.658-.336-1.385-.484-2.265-.556c-.864-.071-1.94-.071-3.311-.071H9.966c-1.371%200-2.447%200-3.311.07c-.88.073-1.607.221-2.265.557m.68%201.336c.412-.21.92-.333%201.707-.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%201%201.857%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%201-1.857%201.857c-.412.21-.92.333-1.707.397c-.796.065-1.81.066-3.223.066h-4c-1.413%200-2.427%200-3.223-.066c-.787-.064-1.295-.188-1.706-.397a4.25%204.25%200%200%201-1.858-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%201%201.858-1.858%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/solar/archive-down-minimlistic-outline.svg?color=%231a73e8&size=48