Plug Pixel Art Icon
An electrical plug icon for power connections, plugin installations, integration setup and 'Connect' actions.
Tags
powerelectriccable
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Plug icon
A two-prong plug, visually borrowed from electrical wiring to represent any kind of connection. Beyond literal power cords, it appears in plugin marketplaces, integration setup flows, and API connection screens where something needs to be 'plugged in' to a service. Use it on a 'Connect' or 'Install plugin' button. For the receiving end of a connection, a power-cable or socket icon provides a complementary pair.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/plug.svg" width="24" height="24" alt="Plug" />
<!-- React -->
import { Plug } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="plug.svg" width="48" height="48" style="image-rendering: pixelated" />