Link Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Link Alt 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/306003.svg" alt="Link Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306003.svg" alt="Link Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306003.svg" alt="Link Alt icon" :width="24" :height="24" />
CSS background
.icon-link-alt {
background-image: url('https://proicons.com/icon/306003.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="M531 595l-62 62c9 9 14 20 14 32s-4 23-14 32L313 879c-8 9-19 14-31 14-13 0-23-5-33-14L124 754c-9-9-14-20-14-32s4-22 13-31l157-158c8-9 18-14 31-14s23 5 32 13l63-62-32-32c-18-18-39-27-63-26-25 0-46 9-64 26L28 660c-17 17-26 38-26 63 1 25 10 46 27 64l190 188c17 17 38 25 63 25 24 0 46-9 64-26l219-222c17-18 26-39 25-64 0-24-9-45-27-62l-32-31zm440-382L781 25C764 8 743 0 718 0c-24 0-46 9-64 26L435 248c-17 18-25 39-25 63 0 25 9 46 27 63l32 31 62-62c-9-10-14-20-14-32s5-23 14-32l156-158c8-9 19-14 31-14 13 0 24 5 33 14l125 125c9 9 14 19 14 31 0 13-4 23-13 32L720 467c-8 9-18 14-31 13-12 0-23-4-32-12l-63 62 32 32c18 18 39 27 63 26 25 0 46-9 64-26l220-222c17-18 25-39 25-63-1-25-9-46-27-64zM331 627c0 12 4 23 12 32 9 8 19 12 32 12 12 0 23-4 32-13l251-254c8-8 11-19 11-31 0-13-4-23-12-32-9-8-19-12-32-12-12 0-23 4-32 13L343 595c-8 9-12 19-12 32z"/></svg>
Link Alt in other icon packs
Copied!