The HugeIcons expander icon visually represents the action of revealing or concealing content, commonly used to toggle the visibility of sections or details in a user interface.
Common uses
- Expand/collapse sections in a form
- Toggle details in a table row
- Open/close accordions
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ExpanderIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ExpanderIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- chevron downcaret downdisclosuretoggle
FAQ
- What is the purpose of the expander icon?
- It indicates that content can be expanded to show more information or collapsed to hide it, helping to manage screen space and user focus.
- How do I use the ExpanderIcon in React?
- Import both HugeiconsIcon and ExpanderIcon, then render it using <HugeiconsIcon icon={ExpanderIcon} />.
- What is the license for this icon?
- The ExpanderIcon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →