Couchdb Pixel Art Icon
CouchDB's brand icon for database integration menus, developer tech-stack badges and NoSQL documentation pages.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Couchdb icon
The Apache CouchDB logo, a couch silhouette representing the document-oriented NoSQL database known for its sync and offline-first capabilities. Use it in a developer tech-stack badge row alongside MongoDB and Firebase icons, in a database-selection dropdown for a backend setup guide, or in open-source project documentation. Because the couch shape is whimsical and not universally associated with databases, a 'CouchDB' label is helpful outside developer-tool contexts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/couchdb.svg" width="24" height="24" alt="Couchdb" />
<!-- React -->
import { Couchdb } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="couchdb.svg" width="48" height="48" style="image-rendering: pixelated" />