The HugeIcons square arrow down 03 icon depicts a square with a downward-pointing arrow, commonly used to indicate a download action or moving content to a lower position.
Common uses
- Download file button
- Save to device
- Move item down
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SquareArrowDown03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SquareArrowDown03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconsave iconarrow down iconimport icon
FAQ
- What does the square arrow down 03 icon represent?
- This icon represents a download action or moving content downwards. It's often used for buttons that initiate a file download or reposition an item.
- How do I use the SquareArrowDown03Icon in React?
- Import the icon and use it within the HugeiconsIcon component like this: import { SquareArrowDown03Icon } from '@hugeicons/core-free-icons'; import { HugeiconsIcon } from '@hugeicons/react'; then render <HugeiconsIcon icon={SquareArrowDown03Icon} />.
- What is the license for this icon?
- The HugeIcons icon library, including the SquareArrowDown03Icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →