The HugeIcons border top 02 icon visually represents the absence of a top border, often used to indicate a distinct section or to remove visual separation at the top of an element.
Common uses
- Removing top border in form inputs
- Indicating the start of a new content block
- Styling table rows without top borders
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BorderTop02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BorderTop02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no border topborderless toptop border offremove top border
FAQ
- What does the border top 02 icon represent?
- This icon signifies the removal or absence of a top border on an element. It's useful for visual design where top borders are intentionally omitted.
- How do I use the BorderTop02Icon in React?
- Import both HugeiconsIcon and BorderTop02Icon, then render the icon using <HugeiconsIcon icon={BorderTop02Icon} />.
- What is the license for this icon?
- The HugeIcons border top 02 icon is released under the MIT license.
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 →