Two chain links, for URLs, hyperlinks and connecting one record to another. On a 24×24 grid in stroke, two-tone, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M8.1883 18.4383C7.5084 19.1181 6.5864 19.5 5.625 19.5C4.6636 19.5 3.7416 19.1181 3.0617 18.4383C2.3819 17.7584 2 16.8364 2 15.875C2 14.9136 2.3819 13.9916 3.0617 13.3117L8.1867 8.1867C8.8666 7.5069 9.7886 7.125 10.75 7.125C11.7114 7.125 12.6334 7.5069 13.3133 8.1867C13.9931 8.8666 14.375 9.7886 14.375 10.75C14.375 11.7114 13.9931 12.6334 13.3133 13.3133M15.8117 5.5617C16.4916 4.8819 17.4136 4.5 18.375 4.5C19.3364 4.5 20.2584 4.8819 20.9383 5.5617C21.6181 6.2416 22 7.1636 22 8.125C22 9.0864 21.6181 10.0084 20.9383 10.6883L15.8133 15.8133C15.1334 16.4931 14.2114 16.875 13.25 16.875C12.2886 16.875 11.3666 16.4931 10.6867 15.8133C10.0069 15.1334 9.625 14.2114 9.625 13.25C9.625 12.2886 10.0069 11.3666 10.6867 10.6867" fill="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- chain
- url
- hyperlink
- attach
- connect
- reconnect
- retry connection
- re-establish
Related icons
The rest of the link family first, then the Web shelf.
FAQ
Answered from link's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- [ FAQ #01 ]What is the link icon for?
- Two chain links, for URLs, hyperlinks and connecting one record to another. It is filed under Web in Flux Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as chain, url, hyperlink, attach, connect, reconnect, retry connection and re-establish, and the browser's search matches all of those.
- [ FAQ #02 ]What styles does the link icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- [ FAQ #03 ]Is there a square or circle version of link?
- No. link is drawn as a bare glyph, and the set has no boxed variant of it.
- [ FAQ #04 ]What other icons go with link?
- link-2, link-2-off, bookmark, circle-navigation, cloud-alert and cloud-check, and 12 more, all shown below. The link family is listed first, then the rest of the Web shelf, so the row under this one is the useful one even where a shelf runs long.
- [ FAQ #05 ]How do I import link in React?
- <Link /> is the component, and the weight decides the module: stroke from "@flux-icons/react", two-tone from "@flux-icons/react/two-tone", duotone from "@flux-icons/react/duotone" and fill from "@flux-icons/react/fill". It takes the usual SVG props plus a size, so <Link size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- [ FAQ #06 ]Where is the link SVG?
- icons/stroke/link.svg, icons/two-tone/link.svg, icons/duotone/link.svg and icons/fill/link.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- [ FAQ #07 ]When was link added to the set?
- Added 10 Aug 2026, and last redrawn 16 Sept 2026. It ships in v0.1.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.