The Tabler pacman icon depicts the classic arcade character, often used to represent games, gaming-related features, or entertainment sections in a UI.
Common uses
- Button to launch a game
- Icon for a 'Games' category in an app
- Visual element in an entertainment dashboard
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPacman } from '@tabler/icons-react';
<IconPacman size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPacman size={24} stroke={2} />filled
<IconPacmanFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Games
- Keywords
- gameplayonlinemazeeatdotghostpacmanentertainmentplayinggamesarcadecharactervideo game8-bit
FAQ
- What does the pacman icon represent?
- It represents the iconic character from the popular arcade game, commonly associated with gaming and entertainment.
- How do I use the pacman icon in React?
- You can import and use it with `import { IconPacman } from '@tabler/icons-react'`. Then render it as `<IconPacman />`.
- What is the license for the pacman icon?
- The Tabler icon library, including the pacman icon, is available under the MIT license.