The Tabler border bottom icon visually represents a line along the bottom edge of an element, commonly used in UI design to delineate sections or highlight the lower boundary of a component.
Common uses
- Underlining a selected tab in a tabbed interface.
- Indicating the active row in a data table.
- Styling the footer of a card or modal.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBorderBottom } from '@tabler/icons-react';
<IconBorderBottom size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- tablesidelineborderbottomcreativeartisticvisualaestheticstyledesignunderlinetable borderbottom lineactive border
FAQ
- What is the border bottom icon used for?
- It's used to show a line at the bottom of an element, often for visual separation or to indicate an active state.
- How do I use this icon in React?
- Import it using: import { IconBorderBottom } from '@tabler/icons-react'; and then use it as a component: <IconBorderBottom />.
- What is the license for Tabler icons?
- Tabler icons are distributed 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 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 →