Link Now Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Link Now 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/328551.svg" alt="Link Now icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328551.svg" alt="Link Now icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328551.svg" alt="Link Now icon" :width="24" :height="24" />
CSS background
.icon-link-now {
background-image: url('https://proicons.com/icon/328551.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M15.9242,9.1737H32.66c15.4358,0,15.0145,28.9943-5.3274,29.6528V35.1576H16.2253c-16.39,0-14.7626-25.9841-.3016-25.9841Z"/><path class="a" d="M13.6593,24.895c5.0128,6.7224,15.0761,6.7675,20.6837,0"/></svg>
Copied!