The Tabler separator vertical icon depicts a thin vertical line, commonly used in UI design to visually divide or group related content or elements.
Common uses
- Separating navigation links in a header.
- Dividing form fields in a sidebar.
- Grouping action buttons in a toolbar.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSeparatorVertical } from '@tabler/icons-react';
<IconSeparatorVertical size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- dividerspaceseparateset apartuprightseparatorverticaltypographywritingfonttextvertical dividervertical linetext separator
FAQ
- What is the purpose of the separator vertical icon?
- It serves as a visual divider to distinguish between distinct sections or elements on a user interface, improving layout clarity.
- How do I use this icon in React?
- You can import and use it like this: import { IconSeparatorVertical } from '@tabler/icons-react'; <IconSeparatorVertical />
- What is the license for this icon?
- The Tabler icons, including the separator vertical icon, are 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 →