External Link Sharp Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The External Link Sharp 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/312904.svg" alt="External Link Sharp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312904.svg" alt="External Link Sharp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312904.svg" alt="External Link Sharp icon" :width="24" :height="24" />
CSS background
.icon-external-link-sharp {
background-image: url('https://proicons.com/icon/312904.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 5H3v2h8V5ZM5 7H3v12h2V7Zm14 12H3v2h16v-2Zm0-6h-2v6h2v-6Zm-8 0H9v2h2v-2Zm2-2h-2v2h2v-2Zm2-2h-2v2h2V9Zm2-2h-2v2h2V7Zm2-2h-2v2h2V5Zm2-2h-2v8h2V3Z"/> <path d="M21 3h-8v2h8V3Z"/> </svg>
Copied!