The HugeIcons chart bar decreasing icon visually represents a downward trend in data, commonly used to indicate negative performance, losses, or a decline in metrics.
Common uses
- Displaying stock market downturns
- Showing a decrease in user engagement
- Indicating a negative sales report
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartBarDecreasingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartBarDecreasingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- downward trendnegative growthdeclining chartstock down
FAQ
- What does the chart bar decreasing icon represent?
- This icon represents a negative trend or decrease in data, often used for financial reports, performance metrics, or any situation showing a decline.
- How do I use the ChartBarDecreasingIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { ChartBarDecreasingIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={ChartBarDecreasingIcon} />.
- What is the license for this icon?
- The HugeIcons library, including this 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 →