The HugeIcons chart breakout square icon visually represents data that is deviating from a general trend, often used to highlight anomalies or significant shifts in performance.
Common uses
- Highlighting outlier data points in a dashboard.
- Indicating a sudden surge or drop in sales figures.
- Signaling a performance metric that has exceeded or fallen below expectations.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartBreakoutSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartBreakoutSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- outlier iconanomaly icondata deviation icontrend break icon
FAQ
- What does the chart breakout square icon represent?
- This icon signifies a data point or trend that is significantly different from the norm, suggesting an anomaly or a notable event.
- How do I use the ChartBreakoutSquareIcon in React?
- Import both HugeiconsIcon and ChartBreakoutSquareIcon, then render it using <HugeiconsIcon icon={ChartBreakoutSquareIcon} />.
- What is the license for this icon?
- The HugeIcons chart breakout square 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 →