Server Pixel Art Icon
A server rack icon for backend infrastructure, database connections, hosting panels and developer-tool navigation.
Tags
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Server icon
A rectangular server unit with indicator lights and drive slots, the standard icon for backend computing infrastructure. Use it in hosting dashboards, database-connection settings, API configuration panels, and developer documentation that refers to remote services. It conveys 'something is running in the cloud or data center.' When representing a database specifically rather than general server hardware, server-2 or server-3 variants offer slightly different styling to match your design system.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/server.svg" width="24" height="24" alt="Server" />
<!-- React -->
import { Server } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="server.svg" width="48" height="48" style="image-rendering: pixelated" />