The HugeIcons square arrow up 03 icon depicts an arrow pointing upwards from within a square, commonly used to indicate uploading or returning to a previous state.
Common uses
- File upload button
- Navigate to top of page
- Return to previous screen
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowUp03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowUp03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- upload iconreturn iconarrow up iconprevious icon
FAQ
- What does the square arrow up 03 icon represent?
- This icon represents an upward-pointing arrow originating from a square. It is typically used for actions like uploading files or navigating back to a prior state or the top of a page.
- How do I use the SquareArrowUp03Icon in React?
- To use this icon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component from '@hugeicons/react' like this: <HugeiconsIcon icon={SquareArrowUp03Icon} />.
- What is the license for HugeIcons?
- The HugeIcons icon library is distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.