The Tabler play card icon depicts a playing card, commonly used to represent actions related to games, entertainment, or card-related features in a user interface.
Common uses
- Start game button
- Card game category filter
- Casino or entertainment section link
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlayCard } from '@tabler/icons-react';
<IconPlayCard size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlayCard size={24} stroke={2} />filled
<IconPlayCardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Games
- Keywords
- gamemagictrickcasinoentertainmentspadeheartdiamondclubplayinggamesplaycardcard gamepoker cardtarot card
FAQ
- What does the play card icon represent?
- It represents a playing card, often used for games, magic tricks, or casino-related themes.
- How do I use this icon in React?
- Import it using `import { IconPlayCard } from '@tabler/icons-react';` and then use it as a component: `<IconPlayCard />`.
- What is the license for this icon?
- The Tabler icon library, including the play card icon, is 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 →