Linea Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linea Icon 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/343080.svg" alt="Linea Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343080.svg" alt="Linea Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343080.svg" alt="Linea Icon icon" :width="24" :height="24" />
CSS background
.icon-linea-icon {
background-image: url('https://proicons.com/icon/343080.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="m27.658,5.5h12.7218c1.171,0,2.1203.9493,2.1203,2.1203h0v12.7216c-.0059,1.1668-.9535,2.1095-2.1203,2.1095h-12.7218c-1.1626-.0059-2.1036-.9469-2.1095-2.1095V7.6203c0-1.1668.9427-2.1143,2.1095-2.1203Z"/><path id="c" class="f" d="m7.6206,25.5486h12.7218c1.1668,0,2.1144.9427,2.1203,2.1095v12.7216c0,1.171-.9493,2.1203-2.1203,2.1203H7.6206c-1.1668-.0059-2.1095-.9535-2.1095-2.1203v-12.7216c.0059-1.1626.9469-2.1036,2.1095-2.1095Z"/><path id="d" class="f" d="m5.5108,15.0577l-.0108-7.2003c0-1.5714.7857-2.3571,2.3571-2.3571h12.2482c1.5714,0,2.3571.7857,2.3571,2.3571v12.2481c0,1.5714-.7857,2.3571-2.3571,2.3571H7.8571c-1.5714-.0072-2.3571-.7929-2.3571-2.3571l.0108-2.088"/><path id="e" class="f" d="m42.5,34.557v-6.6622c0-1.5642-.7857-2.3463-2.3571-2.3463h-12.2482c-1.5642,0-2.3463.7821-2.3463,2.3463v12.2481c0,1.5714.7821,2.3571,2.3463,2.3571h12.2482c1.5714,0,2.3571-.7857,2.3571-2.3571v-1.8189"/></svg>
Copied!