Mlink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mlink icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/329400.svg" alt="Mlink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329400.svg" alt="Mlink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329400.svg" alt="Mlink icon" :width="24" :height="24" />
CSS background
.icon-mlink {
background-image: url('https://proicons.com/icon/329400.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="16.492" y1="17.6459" x2="31.508" y2="17.6459"/><line class="b" x1="24" y1="34.4797" x2="24" y2="17.6459"/><path class="b" d="M40.5132,35.4899l-14.8195,8.5563c-1.0481.6051-2.3393.6051-3.3874,0l-14.8195-8.5563c-1.0481-.6051-1.6937-1.7234-1.6938-2.9336V15.4437c0-1.2102.6457-2.3285,1.6938-2.9336L22.3063,3.9538c1.0481-.6051,2.3393-.6051,3.3874,0l14.8195,8.5563c1.0481.6051,1.6937,1.7234,1.6938,2.9336v17.1126c0,1.2102-.6457,2.3285-1.6938,2.9336Z"/></svg>
Copied!