Tournament Pixel Art Icon
A tournament bracket icon for competition draws, playoff structures, esports events, and bracket-view navigation.
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Tournament icon
A bracket diagram showing rounds of competition, immediately readable as a tournament structure. Use it on a 'View bracket' tab in an esports app, a competition draw screen, a playoffs section in a sports platform, or a 'Tournament mode' button in a game. The bracket shape communicates multi-round elimination at a glance. For a broader competition concept without the bracket, the trophy or crown icon covers achievement and winning without implying a specific format.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/tournament.svg" width="24" height="24" alt="Tournament" />
<!-- React -->
import { Tournament } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="tournament.svg" width="48" height="48" style="image-rendering: pixelated" />