The HugeIcons horizontal resize icon depicts a double-ended arrow pointing left and right, commonly used to indicate the ability to adjust the width of an element or window.
Common uses
- Adjusting column width in tables
- Resizing sidebars
- Modifying the width of a content area
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HorizontalResizeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HorizontalResizeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- resize horizontalwidth adjustexpand left righthorizontal expand
FAQ
- What does the horizontal resize icon represent?
- It represents the action of changing the width of an element. It's typically used for controls that allow users to make something wider or narrower.
- How do I use the HorizontalResizeIcon in React?
- Import both HugeiconsIcon and HorizontalResizeIcon, then render <HugeiconsIcon icon={HorizontalResizeIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
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 →