The HugeIcons unfold more down icon visually represents expanding or revealing more content below the current view, commonly used to indicate an expandable section or to show additional details.
Common uses
- Expanding a collapsible content section
- Showing more search results
- Revealing hidden form fields
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { UnfoldMoreDownIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={UnfoldMoreDownIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- expand downshow morereveal contentdownload
FAQ
- What is the purpose of the unfold more down icon?
- This icon signifies an action to expand or reveal more content that is located below the current element. It's often used for collapsible sections or to display additional information.
- How do I use the UnfoldMoreDownIcon in React?
- Import both HugeiconsIcon and UnfoldMoreDownIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={UnfoldMoreDownIcon} /> component.
- What is the license for this icon?
- The HugeIcons icon library, including the UnfoldMoreDownIcon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.