John KuehJohn Kueh

inbox arrow down icon

Heroicons · inbox-arrow-down · MIT

Download SVG

The Heroicons inbox arrow down icon depicts an inbox with an arrow pointing downwards, commonly used to signify receiving or downloading content into an inbox or storage.

Common uses

  • Importing data into a system
  • Downloading files to a local folder
  • Receiving messages or notifications

Use it in React

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

<InboxArrowDownIcon className="size-6" />

Styles

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

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

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
inboxarrowdowndownloadreceiveimportinbox download

FAQ

What does the inbox arrow down icon represent?
This icon visually represents the action of receiving or downloading something into an inbox or designated storage area.
How do I use this icon in React?
Import it using: import { InboxArrowDownIcon } from '@heroicons/react/24/outline'. Then use it as a React component: <InboxArrowDownIcon className="h-6 w-6" />.
What is the license for Heroicons?
Heroicons are released under the MIT license, allowing for free use in both personal and commercial projects.

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 →