test tube icon

test-tube-linear from Solar by 480 Design · Linear · Medicine · CC-BY-4.0 Attribution required.

Name
test-tube-linear
Set
Solar
Style
Linear
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More medicine icons from Solar

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="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19 7.80374L18.1594 7.31987L9.74872 2.49415M9.74872 2.49415L2.65093 14.7455C1.31093 17.0584 2.10615 20.0159 4.42709 21.3513C6.74803 22.6867 9.7158 21.8942 11.0558 19.5813L12.5511 17.0003M9.74872 2.49415L8.91283 2M12.5511 17.0003L14.1886 14.1738L15.902 11.2163L18.1594 7.31987M15.902 11.2163L13.344 9.74451M14.1886 14.1738L9.98568 11.7556M12.5511 17.0003L9.93838 15.4971"/><path d="M22 14.9166C22 16.0672 21.1046 16.9999 20 16.9999C18.8954 16.9999 18 16.0672 18 14.9166C18 14.1967 18.783 13.2358 19.3691 12.6174C19.7161 12.2512 20.2839 12.2512 20.6309 12.6174C21.217 13.2358 22 14.1967 22 14.9166Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTestTubeLinear(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 strokeLinecap="round" d="M19 7.80374L18.1594 7.31987L9.74872 2.49415M9.74872 2.49415L2.65093 14.7455C1.31093 17.0584 2.10615 20.0159 4.42709 21.3513C6.74803 22.6867 9.7158 21.8942 11.0558 19.5813L12.5511 17.0003M9.74872 2.49415L8.91283 2M12.5511 17.0003L14.1886 14.1738L15.902 11.2163L18.1594 7.31987M15.902 11.2163L13.344 9.74451M14.1886 14.1738L9.98568 11.7556M12.5511 17.0003L9.93838 15.4971"/><path d="M22 14.9166C22 16.0672 21.1046 16.9999 20 16.9999C18.8954 16.9999 18 16.0672 18 14.9166C18 14.1967 18.783 13.2358 19.3691 12.6174C19.7161 12.2512 20.2839 12.2512 20.6309 12.6174C21.217 13.2358 22 14.1967 22 14.9166Z"/></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 stroke-linecap="round" d="M19 7.80374L18.1594 7.31987L9.74872 2.49415M9.74872 2.49415L2.65093 14.7455C1.31093 17.0584 2.10615 20.0159 4.42709 21.3513C6.74803 22.6867 9.7158 21.8942 11.0558 19.5813L12.5511 17.0003M9.74872 2.49415L8.91283 2M12.5511 17.0003L14.1886 14.1738L15.902 11.2163L18.1594 7.31987M15.902 11.2163L13.344 9.74451M14.1886 14.1738L9.98568 11.7556M12.5511 17.0003L9.93838 15.4971"/><path d="M22 14.9166C22 16.0672 21.1046 16.9999 20 16.9999C18.8954 16.9999 18 16.0672 18 14.9166C18 14.1967 18.783 13.2358 19.3691 12.6174C19.7161 12.2512 20.2839 12.2512 20.6309 12.6174C21.217 13.2358 22 14.1967 22 14.9166Z"/></g></svg>
</template>

CSS

.icon-test-tube-linear {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M19%207.80374L18.1594%207.31987L9.74872%202.49415M9.74872%202.49415L2.65093%2014.7455C1.31093%2017.0584%202.10615%2020.0159%204.42709%2021.3513C6.74803%2022.6867%209.7158%2021.8942%2011.0558%2019.5813L12.5511%2017.0003M9.74872%202.49415L8.91283%202M12.5511%2017.0003L14.1886%2014.1738L15.902%2011.2163L18.1594%207.31987M15.902%2011.2163L13.344%209.74451M14.1886%2014.1738L9.98568%2011.7556M12.5511%2017.0003L9.93838%2015.4971%22%2F%3E%3Cpath%20d%3D%22M22%2014.9166C22%2016.0672%2021.1046%2016.9999%2020%2016.9999C18.8954%2016.9999%2018%2016.0672%2018%2014.9166C18%2014.1967%2018.783%2013.2358%2019.3691%2012.6174C19.7161%2012.2512%2020.2839%2012.2512%2020.6309%2012.6174C21.217%2013.2358%2022%2014.1967%2022%2014.9166Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M19%207.80374L18.1594%207.31987L9.74872%202.49415M9.74872%202.49415L2.65093%2014.7455C1.31093%2017.0584%202.10615%2020.0159%204.42709%2021.3513C6.74803%2022.6867%209.7158%2021.8942%2011.0558%2019.5813L12.5511%2017.0003M9.74872%202.49415L8.91283%202M12.5511%2017.0003L14.1886%2014.1738L15.902%2011.2163L18.1594%207.31987M15.902%2011.2163L13.344%209.74451M14.1886%2014.1738L9.98568%2011.7556M12.5511%2017.0003L9.93838%2015.4971%22%2F%3E%3Cpath%20d%3D%22M22%2014.9166C22%2016.0672%2021.1046%2016.9999%2020%2016.9999C18.8954%2016.9999%2018%2016.0672%2018%2014.9166C18%2014.1967%2018.783%2013.2358%2019.3691%2012.6174C19.7161%2012.2512%2020.2839%2012.2512%2020.6309%2012.6174C21.217%2013.2358%2022%2014.1967%2022%2014.9166Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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