The Tabler fold up icon depicts an arrow pointing upwards and slightly to the left, commonly used to indicate folding content upwards, returning to a previous state, or moving an item to a higher level.
Common uses
- Collapse a section of content.
- Navigate back to a parent category.
- Indicate an item being moved to a higher tier.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFoldUp } from '@tabler/icons-react';
<IconFoldUp size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Arrows
- Keywords
- arrowmovetogglefoldtopincreasenavigationflowriseupwardarrowsuparrow up leftcollapseunfoldback arrow
FAQ
- What does the fold up icon represent?
- It visually represents an action of folding content upwards, returning to a previous view, or indicating an upward movement or increase.
- How do I use the fold up icon in React?
- You can import and use it in your React application with: `import { IconFoldUp } from '@tabler/icons-react'`. Then, render it as `<IconFoldUp />`.
- What is the license for the fold up icon?
- The fold up icon is part of the Tabler icon library, which is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →