The HugeIcons chart decrease icon visually represents a downward trend or a decline in data, commonly used to indicate negative performance, losses, or a reduction in a metric.
Common uses
- Showing stock market drops
- Indicating a decrease in user engagement
- Representing a negative sales trend
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartDecreaseIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartDecreaseIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- downward trenddeclinenegative growthfalling chart
FAQ
- What does the chart decrease icon signify?
- This icon signifies a downward trend or a decrease in data. It's typically used in interfaces to show negative changes or declines.
- How do I use the ChartDecreaseIcon in React?
- Import both HugeiconsIcon and ChartDecreaseIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={ChartDecreaseIcon} /> component.
- What is the license for this icon?
- The HugeIcons chart decrease icon is available under the MIT license, allowing for free use in both personal and commercial projects.
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 →