Cable Pixel Art Icon
A cable icon for wired connections, USB or data cable setups, charge-via-cable flows, and hardware connectivity options.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cable icon
A physical cable icon representing a wired data or power connection. Use it to label a 'Connect via USB' option, a wired network setup step, or a hardware pairing flow that requires a physical cable rather than wireless. It works in device management panels, setup wizards, and IT documentation where distinguishing wired from wireless matters. When the connection is specifically Ethernet, ethernet-port is more precise; for wireless alternatives, bluetooth or a Wi-Fi icon forms the natural contrast.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cable.svg" width="24" height="24" alt="Cable" />
<!-- React -->
import { Cable } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cable.svg" width="48" height="48" style="image-rendering: pixelated" />