John KuehJohn Kueh

arrows pointing in icon

Heroicons · arrows-pointing-in · MIT

Download SVG

The Heroicons arrows pointing in icon depicts two arrows converging towards the center, commonly used to signify actions like importing, downloading, or bringing content into a specific area.

Common uses

  • Importing data into a form
  • Downloading a file to the device
  • Bringing a modal or panel into view

Use it in React

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

<ArrowsPointingInIcon className="size-6" />

Styles

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

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

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowspointinginimport icondownload iconconverge arrowsinbound arrows

FAQ

What does the arrows pointing in icon represent?
This icon represents an action of bringing something inward, such as importing, downloading, or converging.
How do I use the arrows pointing in icon in React?
You can import it using: import { ArrowsPointingInIcon } from '@heroicons/react/24/outline'
What is the license for Heroicons?
Heroicons are available under the MIT license, allowing for free use in commercial and non-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 →