Unlink Pixel Art Icon
An unlink icon of a broken chain for removing hyperlinks, disconnecting linked content and 'Remove link' actions in text editors.
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 Unlink icon
A chain with a break between two links, the standard metaphor for severing a hyperlink or connection. Reach for it on a 'Remove link' or 'Unlink' button in a rich-text editor's link toolbar. It also fits data-binding panels in no-code tools where users disconnect a field from its data source. Its counterpart, a solid unbroken chain, represents the link action; using both as a toggle pair gives users a clear on/off reading for link state.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/unlink.svg" width="24" height="24" alt="Unlink" />
<!-- React -->
import { Unlink } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="unlink.svg" width="48" height="48" style="image-rendering: pixelated" />