Case Sensitive Pixel Art Icon
An uppercase and lowercase 'Aa' icon for toggling case-sensitive search, matching options, and text comparison settings.
Tags
casesensitive
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Case Sensitive icon
An uppercase letter paired with a lowercase letter, signaling case sensitivity. It belongs in a search bar's options panel (to switch between case-insensitive and case-sensitive matching), a code editor's find dialog, a database query builder, or any filter that distinguishes 'Apple' from 'apple'. When the need is simply to transform text rather than match it, case-upper or case-lower is the more direct choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/case-sensitive.svg" width="24" height="24" alt="Case Sensitive" />
<!-- React -->
import { CaseSensitive } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="case-sensitive.svg" width="48" height="48" style="image-rendering: pixelated" />