Link Pixel Art Icon
A chain link icon for URLs, hyperlinks, 'Copy link' buttons, connection indicators, and sharing flows.
Tags
urlchainhyperlinkconnect
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 Link icon
Two interlocked chain links, the standard symbol for a hyperlink or URL. Use it on a 'Copy link' button, a 'Share' action producing a shareable URL, a URL field label, or a 'Connect accounts' action that links two services. It reads immediately as 'there is a web address involved here.' For breaking a connection, a broken chain is the counterpart. When the connection is Bluetooth or a network link rather than a URL, a hardware connectivity icon reads more precisely.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/link.svg" width="24" height="24" alt="Link" />
<!-- React -->
import { Link } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="link.svg" width="48" height="48" style="image-rendering: pixelated" />