The HugeIcons straight edge icon visually represents a ruler or a straight line, commonly used to indicate alignment, precision, or a dividing line in user interfaces.
Common uses
- Aligning elements
- Indicating a ruler tool
- Creating visual separators
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StraightEdgeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StraightEdgeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rulerstraight linealignment toolstraight ruler
FAQ
- What is the straight edge icon used for?
- It's typically used to represent alignment, precision, or to act as a visual separator in UI designs.
- How do I use the StraightEdgeIcon in React?
- Import both HugeiconsIcon and StraightEdgeIcon, then render <HugeiconsIcon icon={StraightEdgeIcon} />.
- What is the license for this icon?
- The StraightEdgeIcon 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 →