External Link Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The External Link icon is commonly used in URL inputs, reference sections and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305613.svg" alt="External Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305613.svg" alt="External Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305613.svg" alt="External Link icon" :width="24" :height="24" />
CSS background
.icon-external-link {
background-image: url('https://proicons.com/icon/305613.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M808 499h-67c-11 0-21 9-21 21v280c0 12-9 21-21 21H196c-12 0-21-9-21-21V295c0-12 9-21 21-21h280c12 0 21-9 21-21v-65c0-12-9-21-21-21H84c-12 0-21 9-21 21v726c0 11 9 21 21 21h724c12 0 21-10 21-21V520c0-12-9-21-21-21zm16-433H575c-8 0-15 7-15 15v83c0 9 7 15 15 15h127c8 0 10 5 5 11L495 401c-6 6-6 16 0 21l86 86c6 6 15 6 21 0l212-212c6-6 10-4 10 5v128c0 8 7 15 15 15h84c8 0 15-7 15-15V66H824z"/></svg>
External Link in other icon packs
Copied!