test tube icon

test-tube-solid from Iconoir by Luca Burgio · Solid · Science · MIT Free for personal and commercial use.

Name
test-tube-solid
Set
Iconoir
Style
Solid
Category
Science
Viewbox
24×24
License
MIT

1 other variant in Iconoir

The same icon in other sets

More science icons from Iconoir

Use the test tube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M13.558 1.994a.75.75 0 0 1 1.045-.184l6.553 4.588a.75.75 0 0 1-.073 1.274l-1.81.98l-7.2 10.281c-.543.776-1.353 1.713-2.43 2.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261 1.236-3.037zm.799 1.474L6.34 14.918c-.493.704-.91 1.516-.969 2.29c-.052.699.177 1.456 1.2 2.173c1.024.717 1.815.674 2.454.385c.707-.32 1.327-.989 1.82-1.693l7.3-10.426a.75.75 0 0 1 .258-.23l.899-.486z"/><path d="M13.558 1.994a.75.75 0 0 1 1.045-.184l6.553 4.588a.75.75 0 0 1-.073 1.274l-1.81.98l-7.2 10.281c-.543.776-1.353 1.713-2.43 2.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261 1.236-3.037zm.799 1.474l-4.824 6.89c2.467.492 3.367-.858 6.76-.066l1.852-2.645a.75.75 0 0 1 .258-.23l.899-.486z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirTestTubeSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" strokeWidth="1.5" clipRule="evenodd"><path d="M13.558 1.994a.75.75 0 0 1 1.045-.184l6.553 4.588a.75.75 0 0 1-.073 1.274l-1.81.98l-7.2 10.281c-.543.776-1.353 1.713-2.43 2.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261 1.236-3.037zm.799 1.474L6.34 14.918c-.493.704-.91 1.516-.969 2.29c-.052.699.177 1.456 1.2 2.173c1.024.717 1.815.674 2.454.385c.707-.32 1.327-.989 1.82-1.693l7.3-10.426a.75.75 0 0 1 .258-.23l.899-.486z"/><path d="M13.558 1.994a.75.75 0 0 1 1.045-.184l6.553 4.588a.75.75 0 0 1-.073 1.274l-1.81.98l-7.2 10.281c-.543.776-1.353 1.713-2.43 2.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261 1.236-3.037zm.799 1.474l-4.824 6.89c2.467.492 3.367-.858 6.76-.066l1.852-2.645a.75.75 0 0 1 .258-.23l.899-.486z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" stroke-width="1.5" clip-rule="evenodd"><path d="M13.558 1.994a.75.75 0 0 1 1.045-.184l6.553 4.588a.75.75 0 0 1-.073 1.274l-1.81.98l-7.2 10.281c-.543.776-1.353 1.713-2.43 2.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261 1.236-3.037zm.799 1.474L6.34 14.918c-.493.704-.91 1.516-.969 2.29c-.052.699.177 1.456 1.2 2.173c1.024.717 1.815.674 2.454.385c.707-.32 1.327-.989 1.82-1.693l7.3-10.426a.75.75 0 0 1 .258-.23l.899-.486z"/><path d="M13.558 1.994a.75.75 0 0 1 1.045-.184l6.553 4.588a.75.75 0 0 1-.073 1.274l-1.81.98l-7.2 10.281c-.543.776-1.353 1.713-2.43 2.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261 1.236-3.037zm.799 1.474l-4.824 6.89c2.467.492 3.367-.858 6.76-.066l1.852-2.645a.75.75 0 0 1 .258-.23l.899-.486z"/></g></svg>
</template>

CSS

.icon-test-tube-solid {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.558%201.994a.75.75%200%200%201%201.045-.184l6.553%204.588a.75.75%200%200%201-.073%201.274l-1.81.98l-7.2%2010.281c-.543.776-1.353%201.713-2.43%202.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261%201.236-3.037zm.799%201.474L6.34%2014.918c-.493.704-.91%201.516-.969%202.29c-.052.699.177%201.456%201.2%202.173c1.024.717%201.815.674%202.454.385c.707-.32%201.327-.989%201.82-1.693l7.3-10.426a.75.75%200%200%201%20.258-.23l.899-.486z%22%2F%3E%3Cpath%20d%3D%22M13.558%201.994a.75.75%200%200%201%201.045-.184l6.553%204.588a.75.75%200%200%201-.073%201.274l-1.81.98l-7.2%2010.281c-.543.776-1.353%201.713-2.43%202.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261%201.236-3.037zm.799%201.474l-4.824%206.89c2.467.492%203.367-.858%206.76-.066l1.852-2.645a.75.75%200%200%201%20.258-.23l.899-.486z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221.5%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.558%201.994a.75.75%200%200%201%201.045-.184l6.553%204.588a.75.75%200%200%201-.073%201.274l-1.81.98l-7.2%2010.281c-.543.776-1.353%201.713-2.43%202.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261%201.236-3.037zm.799%201.474L6.34%2014.918c-.493.704-.91%201.516-.969%202.29c-.052.699.177%201.456%201.2%202.173c1.024.717%201.815.674%202.454.385c.707-.32%201.327-.989%201.82-1.693l7.3-10.426a.75.75%200%200%201%20.258-.23l.899-.486z%22%2F%3E%3Cpath%20d%3D%22M13.558%201.994a.75.75%200%200%201%201.045-.184l6.553%204.588a.75.75%200%200%201-.073%201.274l-1.81.98l-7.2%2010.281c-.543.776-1.353%201.713-2.43%202.2c-1.147.518-2.497.48-3.931-.523s-1.931-2.26-1.837-3.515c.09-1.18.693-2.261%201.236-3.037zm.799%201.474l-4.824%206.89c2.467.492%203.367-.858%206.76-.066l1.852-2.645a.75.75%200%200%201%20.258-.23l.899-.486z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/test-tube-solid.svg?color=%231a73e8&size=48