Downasaur Pixel Art Icon
Chrome's offline dinosaur icon for no-connection states, offline mode indicators, and error page illustrations.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Downasaur icon
The pixelated dinosaur that Chrome shows during network outages, a widely recognized symbol of the offline experience. Use it on a 'You are offline' error page, a connection-lost banner, or an offline mode indicator in a progressive web app. Its cultural familiarity makes it a friendly alternative to generic warning icons when tone allows. Outside of offline or network-error contexts, it reads as a novelty; for general error states, a cloud-off or wifi-off icon communicates more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/downasaur.svg" width="24" height="24" alt="Downasaur" />
<!-- React -->
import { Downasaur } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="downasaur.svg" width="48" height="48" style="image-rendering: pixelated" />