The HugeIcons arrow down 02 icon depicts a downward-pointing arrow and is commonly used to indicate actions like downloading, collapsing a section, or selecting an option from a dropdown.
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 { ArrowDown02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDown02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- download iconchevron downcaret downcollapse icon
FAQ
- What is the primary purpose of the ArrowDown02Icon?
- This icon signifies a downward direction, often used for actions like downloading files, collapsing content, or indicating a selectable menu.
- How do I use the ArrowDown02Icon in a React project?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { ArrowDown02Icon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={ArrowDown02Icon} />.
- What is the license for this icon?
- The HugeIcons library, including the ArrowDown02Icon, 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 →