The Tabler oval vertical icon depicts a vertically oriented oval shape, commonly used to represent elements with a rounded, elongated form or as a distinct graphical element in UI design.
Common uses
- Representing a vertical container or card.
- Indicating a status or state with a rounded indicator.
- As a decorative element in a "hero" section or banner.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconOvalVertical } from '@tabler/icons-react';
<IconOvalVertical size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconOvalVertical size={24} stroke={2} />filled
<IconOvalVerticalFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapecircleovalverticalgeometryformfigurepatternoutlineshapesvertical ellipsepill shapecapsuleelongated circle
FAQ
- What is the purpose of the oval vertical icon?
- This icon represents a vertically oriented oval shape. It's useful for UI elements that need a rounded, elongated form or as a distinct graphical marker.
- How do I use the oval vertical icon in React?
- You can import and use it in your React application with: import { IconOvalVertical } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including oval-vertical, are available 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 →