The Tabler external link icon depicts a square with an upward-pointing arrow, commonly used to indicate that a link will open in a new tab or window, or lead to an external website.
Common uses
- Opening a URL in a new browser tab
- Linking to an external resource or website
- Indicating a navigation action that leaves the current application
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconExternalLink } from '@tabler/icons-react';
<IconExternalLink size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconExternalLink size={24} stroke={2} />filled
<IconExternalLinkFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- connectionoutboundredirectnew tabtabsquarearrowexternallinkcontrolsystemnew tab iconoutbound linkredirect iconopen in new window
FAQ
- What does the external link icon represent?
- It signifies an action that navigates the user away from the current context, typically to an external resource or in a new tab.
- How do I use this icon in React?
- Import it using `import { IconExternalLink } from '@tabler/icons-react';` and then render it as a component: `<IconExternalLink />`.
- What is the license for this icon?
- The Tabler icon set, including the external link icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.