The Lucide link icon depicts a chain, commonly used in user interfaces to represent a hyperlink or a connection between items.
Common uses
- Hyperlink button
- Copy link action
- Related item connection
Use it in React
Install
npm i lucide-reactImport & render
import { Link } from 'lucide-react';
<Link size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- chainurllinkanchorconnection
FAQ
- What is the link icon used for?
- It visually represents a hyperlink, a URL, or a connection. It's often used for actions like copying a link or navigating to a web address.
- How do I use the link icon in React?
- You can import and use it directly from the 'lucide-react' library like this: `import { Link } from 'lucide-react'`. Then render it as `<Link />`.
- What is the license for the Lucide link icon?
- The Lucide icon library, including the link icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →