List Box Pixel Art Icon
A list inside a box for contained item lists, selection dropdowns, checklist widgets, and list-view components.
Tags
listboxpackagecontainer
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 List Box icon
A rectangular container enclosing horizontal list items, representing a bounded list component such as a select box, a checklist widget, or a card with an ordered list inside. Use it in a UI component library for a 'List' widget, a dropdown element in a form builder, or a settings panel's list-view option. The box emphasizes containment, distinguishing it from a free-floating bullet list. For a scrollable list without a hard border, the plain bulletlist icon reads more openly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/list-box.svg" width="24" height="24" alt="List Box" />
<!-- React -->
import { ListBox } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="list-box.svg" width="48" height="48" style="image-rendering: pixelated" />