Bold Box Pixel Art Icon
A bold-box icon for bold text enclosed in a container, boxed style formatting controls, and highlighted text blocks.
Tags
boldboxpackagecontainer
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bold Box icon
A bold 'B' inside a rectangular box, combining the bold formatting symbol with a container shape. Use it in a rich-text editor when you need to distinguish between inline bold and a block-level bold style, or as a button that applies a boxed or highlighted bold treatment to a text selection. In design tools it can also represent a text block element with a heavy font. The box wrapper distinguishes it from the plain bold icon in the same toolbar.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bold-box.svg" width="24" height="24" alt="Bold Box" />
<!-- React -->
import { BoldBox } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bold-box.svg" width="48" height="48" style="image-rendering: pixelated" />