Glitch Lab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glitch 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/341089.svg" alt="Glitch Lab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341089.svg" alt="Glitch Lab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341089.svg" alt="Glitch Lab icon" :width="24" :height="24" />
CSS background
.icon-glitch-lab {
background-image: url('https://proicons.com/icon/341089.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><path class="a" d="M17.8835,34.73a8.1971,8.1971,0,0,0,9.7606-9.76l6.5622-6.5622A16.7745,16.7745,0,0,1,11.3218,41.2928Z"/><path class="a" d="M16.7818,35.8328A16.7721,16.7721,0,1,1,39.6663,12.9479L33.1041,19.51a8.191,8.191,0,1,0-9.7606,9.76Z"/></svg>
Copied!