Kanban Pixel Art Icon
A kanban board icon for project management columns, task workflow views, sprint boards, and 'Board view' toggles.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Kanban icon
Three vertical columns with cards inside, the definitive icon for a kanban or board-view layout. Use it on a 'Board view' toggle in a project management tool, a 'Kanban' sidebar link, a sprint board navigation item, or a dashboard widget showing task cards across status columns. It pairs with a list icon to form a view-switcher. When the layout is a single column or a timeline rather than multi-column lanes, a list or calendar icon is the more accurate choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/kanban.svg" width="24" height="24" alt="Kanban" />
<!-- React -->
import { Kanban } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="kanban.svg" width="48" height="48" style="image-rendering: pixelated" />