Case Upper Pixel Art Icon
An uppercase 'AA' icon for converting text to uppercase in editors, formatters, label generators, and typography controls.
Tags
caseupper
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Case Upper icon
Two uppercase letters side by side, representing the 'uppercase' or 'all-caps' text-transform action. Reach for it on a 'UPPERCASE' button in a rich-text editor, a typography panel's transform options, a code formatter that enforces capitalization conventions, or a label generator that outputs all-caps text. It pairs with case-lower to offer a complete transform toggle. For searching rather than transforming, case-sensitive is the right companion.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/case-upper.svg" width="24" height="24" alt="Case Upper" />
<!-- React -->
import { CaseUpper } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="case-upper.svg" width="48" height="48" style="image-rendering: pixelated" />