The HugeIcons chart no axes combined icon visually represents data aggregation or a combination of different data points without specific axis references, often used to signify overall trends or summarized information.
Common uses
- Displaying aggregated sales figures.
- Indicating overall user engagement metrics.
- Representing a summary of survey results.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartNoAxesCombinedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartNoAxesCombinedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- data summary iconcombined chart iconaggregation icontrends icon
FAQ
- What does the 'chart no axes combined' icon represent?
- This icon depicts a combination of data points or an aggregated view of information, typically used when specific axis scales are not necessary for the context.
- How do I use the ChartNoAxesCombinedIcon in React?
- Import both HugeiconsIcon and ChartNoAxesCombinedIcon, then render the icon using <HugeiconsIcon icon={ChartNoAxesCombinedIcon} />.
- What is the license for this icon?
- This icon is distributed 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 →