Jlab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jlab 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/327695.svg" alt="Jlab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327695.svg" alt="Jlab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327695.svg" alt="Jlab icon" :width="24" :height="24" />
CSS background
.icon-jlab {
background-image: url('https://proicons.com/icon/327695.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"><circle cx="24" cy="24" r="21.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,24H7.5s4.125-7.1447,4.125-7.1447h6.1875l-1.65,2.8579h4.125l5.775-10.003h6.1875l-8.25,14.2898Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,24l8.25-14.289,4.125,7.1447-3.0938,5.3585-1.65-2.8579-2.0625,3.5724,5.775,10.003-3.0938,5.3585-8.2499-14.2902Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,24l8.25,14.289h-8.25l-3.0938-5.3585h3.3l-2.0625-3.5724h-11.55s-3.0938-5.3585-3.0938-5.3585l16.5001.0004Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!