Database Pixel Art Icon
A database icon for SQL tables, data storage, server connections, and data-layer navigation in developer tools.
Tags
serverdatasql
Style variants
base
Outline · rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Database icon
A cylindrical stack representing a relational database or data storage system. It appears in database management tools, backend dashboards, and API configuration panels next to connection strings, table browsers, and query editors. Users scanning a sidebar for 'Data' or 'Storage' reliably recognize this icon. For a database with high-speed or real-time emphasis, database-zap adds that connotation; the plain database suits standard CRUD and query contexts without any special performance implication.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/database.svg" width="24" height="24" alt="Database" />
<!-- React -->
import { Database } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="database.svg" width="48" height="48" style="image-rendering: pixelated" />