Lifelinker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lifelinker 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/328470.svg" alt="Lifelinker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328470.svg" alt="Lifelinker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328470.svg" alt="Lifelinker icon" :width="24" :height="24" />
CSS background
.icon-lifelinker {
background-image: url('https://proicons.com/icon/328470.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="9.5393" y="14.3854" width="19.9844" height="29.383" rx="2"/><rect class="a" x="9.5393" y="14.3854" width="19.9844" height="29.383" rx="2"/><path class="a" d="M9.7209,15.5569l-.4862-.92a2,2,0,0,1,.8334-2.7028L24.1994,4.4638a2,2,0,0,1,2.7028.8334l11.8631,22.44a2,2,0,0,1-.8334,2.7028l-8.4082,4.4451"/></svg>
Copied!