Lineagerec Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineagerec 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/328539.svg" alt="Lineagerec icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328539.svg" alt="Lineagerec icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328539.svg" alt="Lineagerec icon" :width="24" :height="24" />
CSS background
.icon-lineagerec {
background-image: url('https://proicons.com/icon/328539.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><path class="b" d="M7.4497,9.7716c-1.6261-.0029-2.9467,1.3129-2.9497,2.939,0,.0032,0,.0065,0,.0097v22.5593c-.0029,1.6261,1.3129,2.9467,2.939,2.9497.0035,0,.0071,0,.0106,0h33.1007c1.6261.0029,2.9467-1.3129,2.9497-2.939,0-.0035,0-.0071,0-.0106V12.7203c.0029-1.6261-1.3129-2.9467-2.939-2.9497-.0035,0-.0071,0-.0106,0l-33.1007.0009ZM14.9055,18.625c-2.8224,0-5.3915,2.5691-5.3915,5.3915s2.5681,5.3925,5.3915,5.3925,5.3915-2.5691,5.3915-5.3925-2.5681-5.3915-5.3915-5.3915ZM33.1276,18.625c-2.8234,0-5.3915,2.5691-5.3915,5.3915s2.5681,5.3925,5.3915,5.3925,5.3915-2.5691,5.3915-5.3925-2.5681-5.3915-5.3915-5.3915ZM14.9055,29.409h18.2221"/></svg>
Copied!