The HugeIcons arrow down 04 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 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 { ArrowDown04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowDown04Icon} 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 use of the ArrowDown04Icon?
- This icon visually represents a downward direction, often used for actions like downloading files, collapsing content, or indicating a dropdown menu.
- How do I use the ArrowDown04Icon in a React project?
- Import the icon as `import { ArrowDown04Icon } from '@hugeicons/core-free-icons';` and then render it using `<HugeiconsIcon icon={ArrowDown04Icon} />` within your React component.
- What is the license for this icon?
- The HugeIcons icon library, including the ArrowDown04Icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.