Bird Pixel Art Icon
A bird icon for wildlife categories, social media metaphors, freedom themes and ornithology or birding apps.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Bird icon
A simple bird silhouette, evocative of nature and also of social media heritage. In a wildlife or nature app it marks the bird-watching or ornithology category. In a travel context it adds outdoor ambiance. It can metaphorically represent freedom, flight, or light communication. Because the bird shape is strongly associated with a now-rebranded social platform, consider context carefully: in a purely nature app the association is clean, but in a social context users may read it differently.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/bird.svg" width="24" height="24" alt="Bird" />
<!-- React -->
import { Bird } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="bird.svg" width="48" height="48" style="image-rendering: pixelated" />