John KuehJohn Kueh

archive box arrow down icon

Heroicons · archive-box-arrow-down · MIT

Download SVG

The Heroicons archive box arrow down icon depicts a box with an arrow pointing downwards into it, commonly used to represent actions like downloading, archiving, or saving data.

Common uses

  • Download button
  • Save to archive action
  • Import data prompt

Use it in React

Install
npm i @heroicons/react
Import & render
import { ArchiveBoxArrowDownIcon } from '@heroicons/react/24/outline';

<ArchiveBoxArrowDownIcon className="size-6" />

Styles

Heroicons ships this icon in 4 styles — each its own import:

24/outline
<ArchiveBoxArrowDownIcon className="size-6" />
24/solid
<ArchiveBoxArrowDownIcon className="size-6" />
20/solid
<ArchiveBoxArrowDownIcon className="size-6" />
16/solid
<ArchiveBoxArrowDownIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
archiveboxarrowdowndownload iconsave iconarchive iconimport icon

FAQ

What is the purpose of the archive box arrow down icon?
This icon visually signifies an action related to moving items into an archive or downloading them. It's often used for buttons or menu items that trigger these functions.
How do I use this icon in React?
You can import and use it in your React application with the following statement: `import { ArchiveBoxArrowDownIcon } from '@heroicons/react/24/outline'`. Then, render it as a component: `<ArchiveBoxArrowDownIcon className="h-6 w-6" />`.
What is the license for this icon?
The Heroicons library, including the archive box arrow down icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons and 4 more libraries by description →

The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →