Anchor Pixel Art Icon
An anchor icon for maritime themes, fixed-position page sections, stable connection states and nautical navigation apps.
Tags
boatshipsecure
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Anchor icon
A nautical anchor: a curved shank with a crossbar and two curved flukes. Beyond boats and harbors, web developers recognize it as the symbol for an HTML anchor link. Use it on maritime booking platforms, in docs to mark stable API endpoints, or as a visual metaphor for 'fixed' or 'pinned' content. In navigation contexts it pairs naturally with the ship or compass icons. For general location pinning on a map, a location pin reads more clearly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/anchor.svg" width="24" height="24" alt="Anchor" />
<!-- React -->
import { Anchor } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="anchor.svg" width="48" height="48" style="image-rendering: pixelated" />