Limbo X86 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Limbo X86 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/328497.svg" alt="Limbo X86 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328497.svg" alt="Limbo X86 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328497.svg" alt="Limbo X86 icon" :width="24" :height="24" />
CSS background
.icon-limbo-x86 {
background-image: url('https://proicons.com/icon/328497.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><path class="a" d="M6,5.3H41.4V29.1H6Z"/><path class="a" d="M8.7,8h30V26.4H8.7Z"/><path class="a" d="M18.7,29.1l-4,4.9h18l-4-4.9"/><path class="a" d="M7.2,37,4.9,41.5H42.5l-3-4.5Z"/><path class="a" d="M36,37c-2.906-6.762,5.657-.81,5.787-4.043.1224-3.039-7.959-1.947-11.19-1.957"/></svg>
Copied!