Info Box Pixel Art Icon
An info icon enclosed in a box for boxed help tooltips, informational callouts and details buttons in toolbar and settings contexts.
Tags
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 Info Box icon
A lowercase 'i' or information symbol enclosed in a square border, making it a self-contained boxed information control. Use it in toolbars where each action sits in a bordered tile, as a 'Learn more' or 'Details' button that opens a tooltip or popover, or beside a field to explain what the value means. The box framing signals an interactive control rather than decorative text. For inline information hints without a box, a plain circle-info icon keeps the visual weight lighter.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/info-box.svg" width="24" height="24" alt="Info Box" />
<!-- React -->
import { InfoBox } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="info-box.svg" width="48" height="48" style="image-rendering: pixelated" />