The HugeIcons layout two row icon depicts a content area divided into two horizontal sections, commonly used to represent distinct content blocks or sections within a user interface.
Common uses
- Displaying a header and a main content area.
- Separating a sidebar from the main content.
- Showing a hero banner above primary content.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LayoutTwoRowIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LayoutTwoRowIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- two row layoutsplit layoutsection dividertwo column layout
FAQ
- What does the layout two row icon represent?
- This icon represents a layout divided into two distinct horizontal rows, often used to visually separate different content sections.
- How do I use the layout two row icon in React?
- Import the icon and then render it using the HugeiconsIcon component: import { HugeiconsIcon } from '@hugeicons/react'; import { LayoutTwoRowIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={LayoutTwoRowIcon} />.
- What is the license for this icon?
- The HugeIcons layout two row icon is released under the MIT license, allowing 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 →