The Tabler play card 2 icon depicts two playing cards, often used to represent card games, betting, or game-related actions in a user interface.
Common uses
- Button to start a card game
- Indicator for a 'two of a kind' hand
- Icon for a casino or gambling section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlayCard2 } from '@tabler/icons-react';
<IconPlayCard2 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlayCard2 size={24} stroke={2} />filled
<IconPlayCard2Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Games
- Keywords
- gamedecktwopairgambleshuffledealcardtablehandgamesplay2two cardscard gamegambling
FAQ
- What does the play card 2 icon represent?
- It visually represents two playing cards, commonly used for card games, betting, or any UI element related to games involving cards.
- How do I use the play card 2 icon in React?
- You can import it directly from '@tabler/icons-react' using: import { IconPlayCard2 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icons, including play card 2, 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 →