Adventure Lab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adventure Lab 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/335972.svg" alt="Adventure Lab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335972.svg" alt="Adventure Lab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335972.svg" alt="Adventure Lab icon" :width="24" :height="24" />
CSS background
.icon-adventure-lab {
background-image: url('https://proicons.com/icon/335972.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-rule:evenodd;}.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.7895,12.4499c0,1.0755-.8718,1.9474-1.9474,1.9474s-1.9474-.8718-1.9474-1.9474.8718-1.9474,1.9474-1.9474,1.9474.8718,1.9474,1.9474Z"/><path class="c" d="m35.6842,12.4499c0,2.353-3.1071,6.4525-4.7895,8.4997-.5517.6715-1.5536.6715-2.1053,0-1.6823-2.0472-4.7895-6.1467-4.7895-8.4997,0-3.2265,2.6156-5.8421,5.8421-5.8421s5.8421,2.6156,5.8421,5.8421Z"/><path class="d" d="m5.5,36.792c6.0044-6.3289,23.3684-17.5146,37-7.3883"/><path class="d" d="m20.1053,27.0551c-3.4079-2.4342-5.8421-4.8684-14.6053-4.8684"/><path class="d" d="m6.4737,40.6867c2.9211,1.136,9.8342,1.3632,14.1184-2.9211,5.3553-5.3553,13.3708.6294,15.0921.9737,7.3026,1.4605,10.2237-6.8158-4.8684-11.6842"/></svg>
Copied!