Myride Link Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myride 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/329901.svg" alt="Myride Link icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329901.svg" alt="Myride Link icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329901.svg" alt="Myride Link icon" :width="24" :height="24" />
CSS background
.icon-myride-link {
background-image: url('https://proicons.com/icon/329901.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M40.5037,9.4679l.7292.8727c1.9273,2.3065,1.622,5.715-.6844,7.6424l-9.9591,8.3222c-2.3064,1.9274-5.7148,1.6221-7.6421-.6844l-.7292-.8727c-1.9273-2.3065-1.622-5.715.6844-7.6424l9.9591-8.3222c2.3064-1.9274,5.7148-1.6221,7.6421.6844Z"/><path id="d" class="e" d="M25.0527,22.3793l.7292.8727c1.9273,2.3065,1.622,5.715-.6844,7.6424l-9.9591,8.3222c-2.3064,1.9274-5.7148,1.6221-7.6421-.6844l-.7292-.8727c-1.9273-2.3065-1.622-5.715.6844-7.6424l9.9591-8.3222c2.3064-1.9274,5.7148-1.6221,7.6421.6844Z"/></svg>
Copied!