The HugeIcons arrow down 03 icon depicts a downward-pointing arrow and is typically used to indicate downloading, collapsing a section, or selecting an option from a dropdown menu.
Common uses
- Download button
- Collapse/expand section
- Dropdown menu indicator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowDown03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDown03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconcaret downchevron downcollapse icon
FAQ
- What is the ArrowDown03Icon used for?
- This icon represents a downward direction, commonly used for actions like downloading, collapsing content, or indicating a dropdown menu.
- How do I use ArrowDown03Icon in React?
- Import both HugeiconsIcon and ArrowDown03Icon, then render the icon using <HugeiconsIcon icon={ArrowDown03Icon} />.
- What is the license for this icon?
- The HugeIcons library, including the ArrowDown03Icon, 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 →