John KuehJohn Kueh

link simple icon

Phosphor · link-simple · MIT

Download SVG

The Phosphor link simple icon depicts a stylized chain link, commonly used to represent hyperlinks, external connections, or related items in a user interface.

Common uses

  • Representing a hyperlink to an external website.
  • Indicating a connection or relationship between two pieces of content.
  • As a button or menu item for actions like 'copy link' or 'share'.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { LinkSimple } from '@phosphor-icons/react';

<LinkSimple size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<LinkSimple size={24} />
thin
<LinkSimple size={24} weight="thin" />
light
<LinkSimple size={24} weight="light" />
bold
<LinkSimple size={24} weight="bold" />
fill
<LinkSimple size={24} weight="fill" />
duotone
<LinkSimple size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
communications
Keywords
anchorhyperlinkhypertextchainschainedcommunicationsobjectslinksimplechainconnection

FAQ

What is the purpose of the link simple icon?
It visually signifies a hyperlink or a connection. It's often used for navigation to external resources or to denote related content.
How do I use the link simple icon in React?
You can import and use it directly from the Phosphor React library: import { LinkSimple } from '@phosphor-icons/react'.
What is the license for the Phosphor link simple icon?
The Phosphor icon library, including the link simple icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor 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 →