The Tabler chart dots 3 icon depicts a scatter plot with three distinct data series, commonly used to visualize relationships between variables or display statistical distributions.
Common uses
- Displaying multi-series data comparison.
- Visualizing correlations in datasets.
- Representing statistical analysis results.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconChartDots3 } from '@tabler/icons-react';
<IconChartDots3 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconChartDots3 size={24} stroke={2} />filled
<IconChartDots3Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Charts
- Keywords
- graphdiagramanalyticksstatisticsdatavaluevariablescalestatisticalchartchartsdots3scatter plotdata pointsmulti series graph
FAQ
- What is the chart dots 3 icon used for?
- It's used to represent scatter plot data, often for showing relationships between different sets of values or statistical distributions.
- How do I use the chart dots 3 icon in React?
- You can import and use it like this: import { IconChartDots3 } from '@tabler/icons-react'. Then, render it as <IconChartDots3 />.
- What is the license for this icon?
- The Tabler icons, including chart dots 3, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →