The HugeIcons parallelogram icon visually represents a skewed rectangle, often used to denote concepts like transformation, movement, or a non-standard shape in user interfaces.
Common uses
- Indicate data transformation or processing steps.
- Represent a skewed or angled element in a diagram.
- Symbolize motion or directionality.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ParallelogramIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ParallelogramIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- rhomboidskewed rectangleangled shape
FAQ
- What does the parallelogram icon represent?
- It depicts a parallelogram, a quadrilateral with two pairs of parallel sides. It's commonly used for concepts like transformation, movement, or non-standard shapes.
- How do I use the ParallelogramIcon in React?
- Import both HugeiconsIcon and ParallelogramIcon, then render it using <HugeiconsIcon icon={ParallelogramIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the ParallelogramIcon, 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 →