Ufo Pixel Art Icon
A flying saucer icon for sci-fi game UIs, alien-themed events, 404 or 'nothing here' empty states and novelty features.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Ufo icon
A classic disc-shaped UFO with a dome and beam, the cartoon symbol for extraterrestrial visitors and science fiction. Game UIs with a space or alien theme use it as an enemy or encounter icon; novelty marketing campaigns reach for it for otherworldly branding; creative apps sometimes deploy it on 404 pages or empty states as a playful 'out of this world' metaphor. Its distinctly humorous tone makes it most effective where whimsy is intentional, not in serious productivity interfaces.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/ufo.svg" width="24" height="24" alt="Ufo" />
<!-- React -->
import { Ufo } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="ufo.svg" width="48" height="48" style="image-rendering: pixelated" />