Lineage Files Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Files 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/343088.svg" alt="Lineage Files icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343088.svg" alt="Lineage Files icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343088.svg" alt="Lineage Files icon" :width="24" :height="24" />
CSS background
.icon-lineage-files {
background-image: url('https://proicons.com/icon/343088.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.8779,13.0423H27.846L23.7615,8.9578H11.2066L7.1221,13.0423A2.6221,2.6221,0,0,0,4.5,15.6644V36.42a2.6221,2.6221,0,0,0,2.6221,2.622H40.8779A2.6221,2.6221,0,0,0,43.5,36.42V15.6644A2.6221,2.6221,0,0,0,40.8779,13.0423Z"/><path class="a" d="M43.24,26.04A19.2648,19.2648,0,0,0,8.6647,37.7322q0,.659.0437,1.3072"/></svg>
Copied!