Icons Pixel Art Icon
An icons library symbol for icon pickers, asset browsers, design system icon sections, and 'Browse icons' entry points.
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Icons icon
A symbol representing a collection of icons, used to label an icon picker, asset browser, or design-system icon library section. Place it on a 'Browse icons' button, the header of an icon management panel, or a sidebar item that leads to the full icon set. It signals that clicking reveals a visual catalog of symbols to choose from. For navigating icons by theme, icon-category is the grouping tool; when icons are toggled off, icons-off is the disabled counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/icons.svg" width="24" height="24" alt="Icons" />
<!-- React -->
import { Icons } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="icons.svg" width="48" height="48" style="image-rendering: pixelated" />