The Tabler unlink icon visually represents the removal of a hyperlink, commonly used in user interfaces to indicate an action that breaks the connection between text and its associated URL.
Common uses
- Removing a hyperlink from selected text.
- Disabling a link without deleting its text content.
- An option in a rich text editor's toolbar.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconUnlink } from '@tabler/icons-react';
<IconUnlink size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- chainurladdressremovebrokeunconnectunlinktypographywritingfonttextremove linkbreak linkdisassociate url
FAQ
- What does the unlink icon signify?
- It signifies the action of removing a hyperlink, effectively disconnecting text from its URL.
- How do I use the unlink icon in React?
- You can import and use it like this: import { IconUnlink } from '@tabler/icons-react'. Then render it as <IconUnlink />.
- What is the license for the Tabler unlink icon?
- The Tabler icon library, including the unlink icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →