John KuehJohn Kueh

play card 5 icon

Tabler · play-card-5 · MIT

Download SVG

The Tabler play card 5 icon depicts the number 5 on a playing card, commonly used to represent card games, specific card values, or elements of chance in a user interface.

Common uses

  • Button to start a card game
  • Displaying a specific card in a game UI
  • Indicator for a '5 of a kind' win condition

Use it in React

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

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

Styles

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

outline
<IconPlayCard5 size={24} stroke={2} />
filled
<IconPlayCard5Filled size={24} stroke={2} />

Details

Library
Tabler (5,093 icons)
License
MIT
viewBox
0 0 24 24
Category
Games
Keywords
cardfivegamedecknumberfungambleluckpokerstrategygamesplay5card 5five of cardsplaying card number 5

FAQ

What does the play card 5 icon represent?
This icon represents the number 5 on a playing card. It's suitable for interfaces related to card games or any context involving the number 5 in a playful or game-related manner.
How do I use the play card 5 icon in React?
You can import and use it in your React application with the following import statement: `import { IconPlayCard5 } from '@tabler/icons-react'`. Then, render it as `<IconPlayCard5 />`.
What is the license for the play card 5 icon?
The Tabler icons, including play card 5, are distributed under the MIT license, allowing for free use in both personal and commercial projects.

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 →