Italic Box Pixel Art Icon
An italic I inside a box for formatting controls, typographic style buttons, and icon-in-box toolbar conventions.
Tags
italicboxpackagecontainer
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Italic Box icon
A slanted I enclosed in a square or rounded box, representing italic formatting within a boxed-icon design language. Use it in toolbars or button groups where all formatting icons are box-enclosed for visual consistency, a settings panel that uses boxed symbols for style controls, or a CMS block editor that renders formatting buttons as bordered squares. For open-style toolbars that do not use boxes, the plain italic icon reads more lightly and matches the conventional Bold, Italic, Underline toolbar pattern.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/italic-box.svg" width="24" height="24" alt="Italic Box" />
<!-- React -->
import { ItalicBox } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="italic-box.svg" width="48" height="48" style="image-rendering: pixelated" />