The HugeIcons tetris icon depicts the classic falling block puzzle game, commonly used to represent games, challenges, or a sense of order and arrangement in UI.
Common uses
- Game section link
- Puzzle or logic game element
- Arrangement or stacking feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TetrisIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TetrisIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- gamepuzzleblocksfalling blocks
FAQ
- What does the tetris icon represent?
- It represents the classic game Tetris, often used for game-related features or to symbolize order and fitting pieces together.
- How do I use the Tetris icon in React?
- Import both HugeiconsIcon and TetrisIcon, then render <HugeiconsIcon icon={TetrisIcon} />.
- What is the license for this icon?
- The HugeIcons tetris icon is available under the MIT license.