test tube icon
test-tube-line-duotone from Solar by 480 Design · Line Duotone · Medicine · CC-BY-4.0 Attribution required.
- Name
- test-tube-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
test-tubeBoxIcons v2test-tubeFluent Emojitest-tubeFluent Emoji Flattest-tubeFluent Emoji High Contrasttest-tubeHuge Iconstest-tubeIconParktest-tubeIconPark Outlinetest-tubeIconPark Solidtest-tubeIconPark TwoTonetest-tubeIconoirtest-tubeLucidetest-tubeMaterial Design Iconstest-tube-fillMingCute Icontest-tubeNoto Emojitest-tubeOpenMojitest-tubePhosphortest-tubePixelarticonstest-tube-fillRemix Icontest-tubeTwitter Emoji
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-broken-bold-duotonebone-crack-boldbone-fracture-boldbones-boldbrain-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-bolddropper-minimalistic-boldhealth-boldheart-pulse-2-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-bold
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.0003L14.1886 14.1738L15.902 11.2163L18.1594 7.31987M9.74872 2.49415L8.91283 2"/><path stroke-linecap="round" d="M15.9021 11.2164L13.3441 9.74463M14.1887 14.1739L9.98577 11.7557M12.5512 17.0004L9.93848 15.4972" opacity=".5"/><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" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTestTubeLineDuotone(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.0003L14.1886 14.1738L15.902 11.2163L18.1594 7.31987M9.74872 2.49415L8.91283 2"/><path strokeLinecap="round" d="M15.9021 11.2164L13.3441 9.74463M14.1887 14.1739L9.98577 11.7557M12.5512 17.0004L9.93848 15.4972" opacity=".5"/><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" opacity=".5"/></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.0003L14.1886 14.1738L15.902 11.2163L18.1594 7.31987M9.74872 2.49415L8.91283 2"/><path stroke-linecap="round" d="M15.9021 11.2164L13.3441 9.74463M14.1887 14.1739L9.98577 11.7557M12.5512 17.0004L9.93848 15.4972" opacity=".5"/><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" opacity=".5"/></g></svg> </template>
CSS
.icon-test-tube-line-duotone {
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.0003L14.1886%2014.1738L15.902%2011.2163L18.1594%207.31987M9.74872%202.49415L8.91283%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.9021%2011.2164L13.3441%209.74463M14.1887%2014.1739L9.98577%2011.7557M12.5512%2017.0004L9.93848%2015.4972%22%20opacity%3D%22.5%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%20opacity%3D%22.5%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.0003L14.1886%2014.1738L15.902%2011.2163L18.1594%207.31987M9.74872%202.49415L8.91283%202%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.9021%2011.2164L13.3441%209.74463M14.1887%2014.1739L9.98577%2011.7557M12.5512%2017.0004L9.93848%2015.4972%22%20opacity%3D%22.5%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%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48