The HugeIcons solid line 02 icon is a simple, abstract shape that can represent a variety of concepts, often used to indicate a secondary action or a less prominent element in a user interface.
Common uses
- Secondary button action
- Status indicator
- Divider or separator
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SolidLine02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SolidLine02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- abstract shapesecondary actionline elementgeometric icon
FAQ
- What does the solid line 02 icon represent?
- This icon is an abstract shape, often used for secondary actions or less prominent UI elements. Its abstract nature allows for flexible interpretation.
- How do I use the SolidLine02Icon in React?
- Import both HugeiconsIcon and SolidLine02Icon, then render the icon using the prop: <HugeiconsIcon icon={SolidLine02Icon} />.
- What is the license for this icon?
- The HugeIcons solid line 02 icon is available 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 →