labs from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
labs
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the labs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M17.5 21a3.5 3.5 0 0 1-3.5-3.5V3h7v14.5a3.5 3.5 0 0 1-3.5 3.5Z"/><path stroke-linecap="round" d="M22 3h-9m4 4h-3"/><path stroke-linejoin="round" d="M10 16.875C10 19.913 8 21 6 21s-4-1.087-4-4.125S6 10 6 10s4 3.837 4 6.875Z"/><path stroke-linecap="round" d="M14 12c1.083-.866 2.297-2.122 3.771-1.237c1.23.738 2.263-.039 3.229-.763"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLabs(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M17.5 21a3.5 3.5 0 0 1-3.5-3.5V3h7v14.5a3.5 3.5 0 0 1-3.5 3.5Z"/><path strokeLinecap="round" d="M22 3h-9m4 4h-3"/><path strokeLinejoin="round" d="M10 16.875C10 19.913 8 21 6 21s-4-1.087-4-4.125S6 10 6 10s4 3.837 4 6.875Z"/><path strokeLinecap="round" d="M14 12c1.083-.866 2.297-2.122 3.771-1.237c1.23.738 2.263-.039 3.229-.763"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M17.5 21a3.5 3.5 0 0 1-3.5-3.5V3h7v14.5a3.5 3.5 0 0 1-3.5 3.5Z"/><path stroke-linecap="round" d="M22 3h-9m4 4h-3"/><path stroke-linejoin="round" d="M10 16.875C10 19.913 8 21 6 21s-4-1.087-4-4.125S6 10 6 10s4 3.837 4 6.875Z"/><path stroke-linecap="round" d="M14 12c1.083-.866 2.297-2.122 3.771-1.237c1.23.738 2.263-.039 3.229-.763"/></g></svg>
</template>

CSS

.icon-labs {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%2021a3.5%203.5%200%200%201-3.5-3.5V3h7v14.5a3.5%203.5%200%200%201-3.5%203.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%203h-9m4%204h-3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2016.875C10%2019.913%208%2021%206%2021s-4-1.087-4-4.125S6%2010%206%2010s4%203.837%204%206.875Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2012c1.083-.866%202.297-2.122%203.771-1.237c1.23.738%202.263-.039%203.229-.763%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.5%2021a3.5%203.5%200%200%201-3.5-3.5V3h7v14.5a3.5%203.5%200%200%201-3.5%203.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%203h-9m4%204h-3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2016.875C10%2019.913%208%2021%206%2021s-4-1.087-4-4.125S6%2010%206%2010s4%203.837%204%206.875Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%2012c1.083-.866%202.297-2.122%203.771-1.237c1.23.738%202.263-.039%203.229-.763%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/labs.svg?color=%231a73e8&size=48