The HugeIcons border none 01 icon depicts a square with no visible border, commonly used to indicate the removal or absence of borders in UI elements.
Common uses
- Removing borders from tables
- Disabling borders on input fields
- Styling cards without borders
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BorderNone01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BorderNone01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no borderborderlessremove borderclear border
FAQ
- What is this icon used for?
- This icon visually represents the concept of 'no border'. It's typically used in UI design to signify that an element or a group of elements should not have any visible borders.
- How do I use this icon in React?
- To use the BorderNone01Icon in React, first import it: `import { BorderNone01Icon } from '@hugeicons/core-free-icons';`. Then, render it using the Hugeicons wrapper: `<HugeiconsIcon icon={BorderNone01Icon} />`.
- What is the license for this icon?
- The HugeIcons border none 01 icon is released under the MIT license, which allows for free use in both personal and commercial projects.
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 →