The HugeIcons chart scatter icon depicts a collection of data points, commonly used to visualize relationships and distributions between two variables in data analysis and dashboards.
Common uses
- Displaying correlation between metrics
- Visualizing survey result distributions
- Showing experimental data points
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ChartScatterIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ChartScatterIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- scatter plotdata pointscorrelation chartdistribution graph
FAQ
- What is the chart scatter icon used for?
- This icon represents a scatter plot, ideal for showing the relationship or correlation between two sets of data points.
- How do I use the ChartScatterIcon in React?
- Import both HugeiconsIcon and ChartScatterIcon, then render it using <HugeiconsIcon icon={ChartScatterIcon} />.
- What is the license for this icon?
- The ChartScatterIcon is part of the HugeIcons library and 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 →