8 Bit Wonders Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 8 Bit Wonders 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/335813.svg" alt="8 Bit Wonders icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335813.svg" alt="8 Bit Wonders icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335813.svg" alt="8 Bit Wonders icon" :width="24" :height="24" />
CSS background
.icon-8-bit-wonders {
background-image: url('https://proicons.com/icon/335813.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>.q{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="q" x="5.292" y="10.4637" width="36.6378" height="4.1649"/><rect id="c" class="q" x="5.5926" y="17.1199" width="8.5997" height="3.3268"/><rect id="d" class="q" x="5.5928" y="22.7661" width="8.5997" height="3.3268"/><rect id="e" class="q" x="5.5928" y="28.4308" width="8.5997" height="3.3268"/><rect id="f" class="q" x="33.3915" y="17.0359" width="8.5997" height="3.3268"/><rect id="g" class="q" x="33.3915" y="22.7666" width="8.5997" height="3.3268"/><rect id="h" class="q" x="33.3914" y="28.4303" width="8.5997" height="3.3268"/><rect id="i" class="q" x="20.4099" y="17.4373" width="6.2498" height="2.5674"/><rect id="j" class="q" x="5.6543" y="34.329" width="36.6377" height="4.1649"/><rect id="k" class="q" x="20.3819" y="23.1595" width="6.2498" height="2.5674"/><rect id="l" class="q" x="20.3816" y="28.6464" width="6.2498" height="2.5674"/><rect id="m" class="q" x="26.797" y="19.1202" width="2.2253" height="4.4114"/><rect id="n" class="q" x="18.0142" y="19.12" width="2.2253" height="4.4114"/><rect id="o" class="q" x="26.7318" y="25.6112" width="2.2253" height="4.4114"/><rect id="p" class="q" x="18.0491" y="25.6111" width="2.2253" height="4.4114"/></svg>
Copied!