Onebit Adventure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onebit Adventure 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/345179.svg" alt="Onebit Adventure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345179.svg" alt="Onebit Adventure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345179.svg" alt="Onebit Adventure icon" :width="24" :height="24" />
CSS background
.icon-onebit-adventure {
background-image: url('https://proicons.com/icon/345179.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="4.5" y="28.3333" width="4.3333" height="8.6667"/><polygon class="c" points="26.1667 11 8.8333 11 8.8333 15.3334 4.5 15.3334 4.5 24 21.8333 24 21.8333 28.3333 13.1666 28.3333 13.1666 37 30.5 37 30.5 15.3334 26.1667 15.3334 26.1667 11"/><polygon class="c" points="39.1667 15.3334 39.1667 11 30.5 11 30.5 15.3334 34.8334 15.3334 34.8334 19.6667 39.1667 19.6667 39.1667 24 43.5 24 43.5 15.3334 39.1667 15.3334"/></svg>
Copied!