Case Lower Pixel Art Icon
A lowercase 'aa' icon for converting text to lowercase in rich-text editors, code formatters, and typography tools.
Tags
caselower
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Case Lower icon
Two lowercase letters side by side, the conventional representation of a 'lowercase' text-transform option. Use it in a rich-text toolbar, a code formatter's case setting, a database field that enforces lowercase input, or a design tool's typography panel. It forms a natural set with case-upper and case-sensitive. When mixed-case awareness matters, pair it with the case-sensitive icon so users can choose both transform and matching rules.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/case-lower.svg" width="24" height="24" alt="Case Lower" />
<!-- React -->
import { CaseLower } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="case-lower.svg" width="48" height="48" style="image-rendering: pixelated" />