Docker Pixel Art Icon
Docker's brand icon for containerization docs, DevOps stack badges and 'Deploy with Docker' integration buttons.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Docker icon
The Docker whale carrying a stack of containers, the defining image of modern containerized deployment. Use it in a tech-stack section, a CI/CD pipeline diagram badge, or a 'Deploy with Docker' button on a project README or docs page. Engineers immediately associate it with containers and Kubernetes-adjacent workflows. For a generic server or cloud concept, a simple server or cloud icon is cleaner; Docker implies a specific containerization approach.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/docker.svg" width="24" height="24" alt="Docker" />
<!-- React -->
import { Docker } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="docker.svg" width="48" height="48" style="image-rendering: pixelated" />