Widget Lab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Widget 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/349705.svg" alt="Widget Lab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349705.svg" alt="Widget Lab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349705.svg" alt="Widget Lab icon" :width="24" :height="24" />
CSS background
.icon-widget-lab {
background-image: url('https://proicons.com/icon/349705.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="n" d="M10.4311,15.8494v20.9316l20.8892,3.712v-20.9385"/><path id="c" class="n" d="M20.5381,7.507l20.4863,3.6857-9.7042,8.2688-20.8415-3.7036h0l10.0594-8.2509Z"/><path id="d" class="n" d="M29.3824,9.3166l-9.1083,8.0055"/><path id="e" class="n" d="M40.1918,32.7545l-8.6523,7.6048"/><path id="f" class="n" d="M41.0404,11.2925v15.502"/><path id="g" class="n" d="M42.9142,29.6904s-3.0709-5.2055-4.8124-6.4308c-1.7499-1.2312-3.4378-.0307-2.0868,2.2572,1.2819,1.8834,2.6139,2.2551,3.9181,6.0901.2969.8304,1.6922,2.2908,2.8534,1.5757,1.1612-.7151.6814-2.2572.1278-3.4922Z"/><path id="h" class="n" d="M10.3345,21.1729s-4.6249,6.9811-2.3849,8.5176c1.0647.7303,2.0375-.7938,2.436-1.8484"/><path id="i" class="n" d="M6.9701,16.7437l-2.4701.1278"/><path id="j" class="n" d="M7.4248,13.9783l-2.187-1.1554"/><path id="k" class="n" d="M9.5553,12.3638l-.4006-2.4407"/><path id="l" class="n" d="M17.3209,25.4097c.137,1.6066-3.2112,1.6156-3.2674-.025l.0122-3.3363c.0938-1.6545,3.0101-1.8895,3.2674.0126l-.0122,3.3487Z"/><path id="m" class="n" d="M26.6294,27.1527c.137,1.6066-3.2112,1.6156-3.2674-.025l.0122-3.3363c.0938-1.6545,3.0101-1.8895,3.2674.0126l-.0122,3.3487Z"/></svg>
Copied!