Lenovo Link Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lenovo Link Pro 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/342830.svg" alt="Lenovo Link Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342830.svg" alt="Lenovo Link Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342830.svg" alt="Lenovo Link Pro icon" :width="24" :height="24" />
CSS background
.icon-lenovo-link-pro {
background-image: url('https://proicons.com/icon/342830.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.2949,5.5v37h29.4103"/><path class="b" d="M15.3667,7.3974v29.0308h21.441"/><path class="b" d="M21.4385,5.5v24.8564h17.2667"/><circle class="b" cx="15.3667" cy="6.4487" r=".9487"/><circle class="b" cx="37.7564" cy="36.4282" r=".9487"/></svg>
Copied!