External Link Icon
Free SVG icon from the Pixelarticons 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/312905.svg" alt="External Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312905.svg" alt="External Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312905.svg" alt="External Link icon" :width="24" :height="24" />
CSS background
.icon-external-link {
background-image: url('https://proicons.com/icon/312905.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M11 5H5v2h6V5ZM5 7H3v12h2V7Zm12 12H5v2h12v-2Zm2-6h-2v6h2v-6Zm-8 0H9v2h2v-2Zm2-2h-2v2h2v-2Zm2-2h-2v2h2V9Zm2-2h-2v2h2V7Zm2-2h-2v2h2V5Zm2-2h-2v8h2V3Z"/> <path d="M21 3h-8v2h8V3Z"/> </svg>
External Link in other icon packs
Copied!