Dock Pixel Art Icon
A dock or pier icon for marina listings, waterfront property searches, boating apps and harbor wayfinding systems.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Dock icon
A horizontal platform extending over water, representing a boat dock, pier, or marina slip. Use it in a marina management app for slip-booking, a waterfront real-estate search filter, a boating or sailing app's 'Find a dock' feature, or a coastal venue map. It clearly communicates water access and boat facilities. For a macOS or mobile app taskbar concept also called a 'dock', a different icon (like a horizontal row of app squares) avoids confusion with the nautical meaning.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/dock.svg" width="24" height="24" alt="Dock" />
<!-- React -->
import { Dock } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="dock.svg" width="48" height="48" style="image-rendering: pixelated" />