Dock Pixel Art Icon
A sharp-edged dock icon for marina or pier uses in UIs that favor angular, high-contrast icon styling.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Dock icon
The dock icon rendered with sharp corners and a more angular silhouette, matching design systems that prefer a geometric or squared-off icon treatment. Use it wherever the standard dock icon fits but your set uses sharp rather than rounded forms. Both variants represent the same concept: a boat dock, pier, or marina slip. Consistent edge style across an icon set matters most, so pair dock-sharp with other sharp-style icons in the same UI.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/dock-sharp.svg" width="24" height="24" alt="Dock" />
<!-- React -->
import { Dock } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="dock-sharp.svg" width="48" height="48" style="image-rendering: pixelated" />