Bold Pixel Art Icon
A bold 'B' icon for text formatting controls, rich-text editors, and font-weight toggles in document tools.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bold icon
A heavy, bold letter 'B', the standard icon for applying bold formatting to selected text. It is a fixture in every rich-text toolbar: word processors, blog editors, email composers, and note-taking apps. Place it in the formatting bar alongside italic and underline controls. Tapping it should toggle bold on or off for the selected text, with a visual active state (filled or highlighted) when bold is currently applied.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bold.svg" width="24" height="24" alt="Bold" />
<!-- React -->
import { Bold } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bold.svg" width="48" height="48" style="image-rendering: pixelated" />