Moondrop Link Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moondrop 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/344099.svg" alt="Moondrop Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344099.svg" alt="Moondrop Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344099.svg" alt="Moondrop Link icon" :width="24" :height="24" />
CSS background
.icon-moondrop-link {
background-image: url('https://proicons.com/icon/344099.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><line id="c" class="i" x1="32.0953" y1="18.0421" x2="32.0953" y2="29.9578"/><line id="d" class="i" x1="32.0953" y1="25.8074" x2="38.5" y2="18.0821"/><line id="e" class="i" x1="38.5" y1="29.9578" x2="33.5938" y2="24"/></g><line id="f" class="i" x1="18.3723" y1="18.0421" x2="18.3723" y2="29.9579"/><polyline id="g" class="i" points="9.5 18.0421 9.5 29.9578 15.4579 29.9578"/><polyline id="h" class="i" points="21.2866 29.9578 21.2866 18.0421 29.1809 29.9578 29.1809 18.0421"/><rect class="i" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!