Workit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Workit 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/349818.svg" alt="Workit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349818.svg" alt="Workit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349818.svg" alt="Workit icon" :width="24" :height="24" />
CSS background
.icon-workit {
background-image: url('https://proicons.com/icon/349818.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>.w{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="w" d="M12.1484,18.4524c0-1.3336,1.0811-2.4148,2.4148-2.4148s2.4148,1.0811,2.4148,2.4148h0"/><path id="d" class="w" d="M16.9743,29.8078c-.0765,1.2752-1.1329,2.2702-2.4104,2.2702s-2.3339-.995-2.4104-2.2702"/><path id="e" class="w" d="M16.9762,18.5566v11.2078"/><path id="f" class="w" d="M12.1489,18.5577v11.1858"/><path id="g" class="w" d="M6.5148,19.765c0-.9722,.7881-1.7604,1.7604-1.7604s1.7604,.7881,1.7604,1.7604h0"/><path id="h" class="w" d="M10.0329,28.0431c-.0558,.9296-.8259,1.655-1.7572,1.655s-1.7014-.7254-1.7572-1.655"/><path id="i" class="w" d="M10.0342,19.841v8.1705"/><path id="j" class="w" d="M6.5152,19.8418v8.1544"/><path id="k" class="w" d="M37.6287,19.7724c0-.9722,.7881-1.7604,1.7604-1.7604s1.7604,.7881,1.7604,1.7604h0"/><path id="l" class="w" d="M41.1468,28.0505c-.0558,.9296-.8259,1.655-1.7572,1.655-.9313,0-1.7014-.7254-1.7572-1.655"/><path id="m" class="w" d="M41.1482,19.8484v8.1705"/><path id="n" class="w" d="M37.6291,19.8492v8.1544"/><path id="o" class="w" d="M30.808,18.3367c0-1.3336,1.0811-2.4148,2.4148-2.4148s2.4148,1.0811,2.4148,2.4148h0"/><path id="p" class="w" d="M35.6339,29.8036c-.0765,1.2752-1.1329,2.2702-2.4104,2.2702s-2.3339-.995-2.4104-2.2702"/><path id="q" class="w" d="M35.6358,18.4409v11.2078"/><path id="r" class="w" d="M30.8086,18.4421v11.1858"/><line id="s" class="w" x1="18.8528" y1="22.6352" x2="28.9318" y2="22.6352"/><line id="t" class="w" x1="28.9318" y1="25.1549" x2="18.8528" y2="25.1549"/><path id="u" class="w" d="M43.235,22.6321c.6993,.0024,1.265,.5701,1.265,1.2694h0c0,.6994-.5657,1.267-1.265,1.2694"/><path id="v" class="w" d="M4.7738,25.1709c-.0015,0-.0029,0-.0044,0-.7011,0-1.2694-.5683-1.2694-1.2694h0c0-.7011,.5683-1.2694,1.2694-1.2694,.0015,0,.003,0,.0044,0"/></g></svg>
Copied!