The Heroicons divide icon depicts a horizontal line, commonly used to visually separate content sections or elements in a user interface.
Common uses
- Section separator in forms
- Divider between list items
- Visual break in card layouts
Use it in React
Install
npm i @heroicons/reactImport & render
import { DivideIcon } from '@heroicons/react/24/outline';
<DivideIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<DivideIcon className="size-6" />24/solid
<DivideIcon className="size-6" />20/solid
<DivideIcon className="size-6" />16/solid
<DivideIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dividehorizontal ruleseparatorlinedivider
FAQ
- What does the divide icon represent?
- It represents a horizontal line used to visually separate content or elements in a UI.
- How do I use the divide icon in React?
- Import it using `import { DivideIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<DivideIcon />`.
- What is the license for Heroicons?
- Heroicons are distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Heroicons.