Rocket Pixel Art Icon
A rocket icon for product launches, startup branding, deployment pipelines, performance dashboards and 'Get started' CTAs.
Tags
launchspacestartup
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Rocket icon
A rocket ship pointing upward, one of the most versatile metaphorical icons in software interfaces. Dev tools use it for deployment pipelines and release workflows; product pages use it on 'Launch' or 'Get started' call-to-action buttons; startup brands reach for it to signal speed, ambition, and growth. Marketing dashboards show it on performance spikes. Because its meaning is so broad (speed, launch, ambition), a label usually helps clarify intent in mixed-context UIs.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/rocket.svg" width="24" height="24" alt="Rocket" />
<!-- React -->
import { Rocket } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="rocket.svg" width="48" height="48" style="image-rendering: pixelated" />