John KuehJohn Kueh

arrow up on square icon

Heroicons · arrow-up-on-square · MIT

Download SVG

The Heroicons arrow up on square icon depicts an upward-pointing arrow emerging from a square, commonly used to represent uploading files or data.

Common uses

  • Upload button
  • Export data action
  • Submit form action

Use it in React

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

<ArrowUpOnSquareIcon className="size-6" />

Styles

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

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

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowuponsquareupload iconexport iconsubmit iconarrow upload

FAQ

What is the arrow up on square icon used for?
This icon typically signifies an upload action, such as uploading a file or submitting data. It can also represent exporting information.
How do I use the arrow up on square icon in React?
You can import and use it in React with the following statement: `import { ArrowUpOnSquareIcon } from '@heroicons/react/24/outline'`.
What is the license for Heroicons?
Heroicons are provided 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 →