Liveboot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Liveboot 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/343157.svg" alt="Liveboot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343157.svg" alt="Liveboot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343157.svg" alt="Liveboot icon" :width="24" :height="24" />
CSS background
.icon-liveboot {
background-image: url('https://proicons.com/icon/343157.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><line class="a" x1="4.5" y1="6.8839" x2="43.5" y2="6.8839"/><line class="a" x1="4.5" y1="41.1161" x2="43.5" y2="41.1161"/><line class="a" x1="4.5" y1="36.8371" x2="43.5" y2="36.8371"/><line class="a" x1="4.5" y1="24" x2="43.5" y2="24"/><line class="a" x1="4.5" y1="28.279" x2="19.338" y2="28.279"/><line class="a" x1="4.5" y1="32.5581" x2="19.338" y2="32.5581"/><line class="a" x1="4.5" y1="15.4419" x2="29.865" y2="15.4419"/><line class="a" x1="4.5" y1="11.1629" x2="29.865" y2="11.1629"/><line class="a" x1="4.5" y1="19.721" x2="29.865" y2="19.721"/></svg>
Copied!