Link Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Link Svg 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/308920.svg" alt="Link Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308920.svg" alt="Link Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308920.svg" alt="Link Svg icon" :width="24" :height="24" />
CSS background
.icon-link---svg {
background-image: url('https://proicons.com/icon/308920.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M6 9C4.34315 9 3 10.3431 3 12C3 13.6569 4.34315 15 6 15H9C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17H6C3.23858 17 1 14.7614 1 12C1 9.23858 3.23858 7 6 7H9C9.55228 7 10 7.44772 10 8C10 8.55228 9.55228 9 9 9H6ZM7 12C7 11.4477 7.44772 11 8 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H8C7.44772 13 7 12.5523 7 12ZM15 7C14.4477 7 14 7.44772 14 8C14 8.55228 14.4477 9 15 9H18C19.6569 9 21 10.3431 21 12C21 13.6569 19.6569 15 18 15H15C14.4477 15 14 15.4477 14 16C14 16.5523 14.4477 17 15 17H18C20.7614 17 23 14.7614 23 12C23 9.23858 20.7614 7 18 7H15Z" fill="#292929"/> </svg>
Copied!