John KuehJohn Kueh

point icon

Tabler · point · MIT

Download SVG

The Tabler point icon depicts a small, solid circle, commonly used to indicate a specific location, a marker, or a status indicator in user interfaces.

Common uses

  • Map marker
  • Status indicator (e.g., online/offline)
  • Navigation waypoint

Use it in React

Install
npm i @tabler/icons-react
Import & render
import { IconPoint } from '@tabler/icons-react';

<IconPoint size={24} stroke={2} />

Styles

Tabler ships this icon in 2 styles — each its own import:

outline
<IconPoint size={24} stroke={2} />
filled
<IconPointFilled size={24} stroke={2} />

Details

Library
Tabler (5,093 icons)
License
MIT
viewBox
0 0 24 24
Category
System
Keywords
dotlabelpointdesignsystemmarkercirclelocation

FAQ

What is the point icon used for?
It's typically used for marking locations, indicating status, or as a visual cue for specific points of interest in a design.
How do I use the point icon in React?
You can import and use it like this: import { IconPoint } from '@tabler/icons-react'; <IconPoint />
What is the license for the point icon?
The Tabler point 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 →