The Tabler square dot icon depicts a small filled square within a larger square, often used to represent a selected state, a specific point, or a distinct item within a group.
Common uses
- Indicate a selected option in a list or menu.
- Mark a specific location or point on a map or diagram.
- Represent a discrete data point or segment.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSquareDot } from '@tabler/icons-react';
<IconSquareDot size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSquareDot size={24} stroke={2} />filled
<IconSquareDotFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- cornershapepointsquaredotrectangulargeometryformfigurepatternshapesselected squaregeometry pointfilled squarecorner marker
FAQ
- What is the square dot icon used for?
- It's commonly used to signify selection, a point of interest, or a distinct element. It can also represent a specific state or status.
- How do I use the square dot icon in React?
- You can import and use it directly in your React components like this: import { IconSquareDot } from '@tabler/icons-react'.
- What is the license for the square dot icon?
- The Tabler icon library, including the square dot icon, is distributed 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 →