The HugeIcons chart maximum icon visually represents reaching the highest point or peak value on a chart, commonly used to indicate a maximum value, target, or achievement.
Common uses
- Displaying the highest sales figure.
- Highlighting a peak performance metric.
- Indicating a maximum storage capacity reached.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartMaximumIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartMaximumIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- peaktop valuemaximum pointhighest
FAQ
- What does the chart maximum icon represent?
- It signifies the highest point or maximum value within a dataset or chart. It's often used to denote a peak, limit, or top performance.
- How do I use the ChartMaximumIcon in React?
- Import both HugeiconsIcon and ChartMaximumIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={ChartMaximumIcon} /> component.
- What is the license for this icon?
- The HugeIcons chart maximum 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 →