Cylinder Pixel Art Icon
A 3D cylinder shape icon for geometry pickers, 3D design tools, database symbols and storage representations.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cylinder icon
A three-dimensional cylinder with an elliptical top and bottom, representing this geometric solid as well as the traditional symbol for a database or data store. Use it in a 3D design tool's shape library, a geometry-education app, a database-architecture diagram, or a data-storage configuration panel. In technical contexts (infrastructure diagrams, SQL tools) it carries the specific meaning of a database. For flat disc shapes without depth, a simple circle is less likely to trigger the database association.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cylinder.svg" width="24" height="24" alt="Cylinder" />
<!-- React -->
import { Cylinder } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cylinder.svg" width="48" height="48" style="image-rendering: pixelated" />