Cat Pixel Art Icon
A cat icon for pet care apps, animal categories, mascot branding and feline-themed content or products.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cat icon
A cat face or full cat silhouette, the universal icon for feline pets. Place it in a pet-care app's species selector, in a vet booking platform's animal category list, in a shelter adoption app alongside other animal icons, or as a mascot element in cat-themed branding. In developer culture, cat mascots are common, so it feels playful in technical tools too. For the broader pet category, pair it with a dog icon; this one is specifically feline.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cat.svg" width="24" height="24" alt="Cat" />
<!-- React -->
import { Cat } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cat.svg" width="48" height="48" style="image-rendering: pixelated" />