The Tabler pinned icon depicts a thumbtack or pushpin, commonly used to mark or highlight a specific location, item, or piece of information within a user interface.
Common uses
- Marking a favorite or saved item.
- Indicating a current location on a map.
- Attaching a notice or important element to a board.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPinned } from '@tabler/icons-react';
<IconPinned size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPinned size={24} stroke={2} />filled
<IconPinnedFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Map
- Keywords
- boardattachnailpointedcorkboardfavouritenoticeboardpinnedlocationnavigationmappushpinthumbtackmap pinlocation marker
FAQ
- What is the purpose of the pinned icon?
- It visually represents something being fixed in place, like a pin on a map or a notice on a corkboard, signifying importance or a fixed state.
- How do I use the pinned icon in React?
- You can import and use it directly with `import { IconPinned } from '@tabler/icons-react'`. Then, render it as a component: `<IconPinned />`.
- What is the license for the Tabler pinned icon?
- The Tabler icons, including the pinned icon, are released under the MIT license, allowing for free usage.
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 →