Mylink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mylink 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/344429.svg" alt="Mylink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344429.svg" alt="Mylink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344429.svg" alt="Mylink icon" :width="24" :height="24" />
CSS background
.icon-mylink {
background-image: url('https://proicons.com/icon/344429.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>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><g id="e"><path id="f" class="m" d="M28.0231435,20.33435236c1.65572364-3.29909405,5.31738026-5.07878726,8.93445948-4.3424605,3.61707922.73632571,6.29158156,3.80586782,6.52579721,7.48969652.23421148,3.6838287-2.03000636,7.06736908-5.52471119,8.25585469-3.49470066,1.18848561-7.35226377-.1131428-9.41247431-3.17598246"/><path id="g" class="m" d="M28.48482342,28.46884057l-5.59460729-9.69013969"/></g><g id="h"><path id="i" class="m" d="M19.9768565,27.66564764c-1.65572364,3.29909405-5.31738026,5.07878726-8.93445948,4.3424605-3.61707922-.73632571-6.29158156-3.80586782-6.52579721-7.48969652-.23421148-3.6838287,2.03000636-7.06736908,5.52471119-8.25585469,3.49470066-1.18848561,7.35226377.1131428,9.41247431,3.17598246"/><path id="j" class="m" d="M19.51517658,19.53115943l5.59460729,9.69013969"/></g></g></svg>
Copied!