test tube icon
test-tube from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- test-tube
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All test tube icons →test-tubeBoxIcons v2test-tubeFluent Emojitest-tubeFluent Emoji Flattest-tubeFluent Emoji High Contrasttest-tubeHuge Iconstest-tubeIconParktest-tubeIconPark Outlinetest-tubeIconPark Solidtest-tubeIconPark TwoTonetest-tubeIconoirtest-tubeKeyline Iconstest-tubeLucidetest-tubeMaterial Design Iconstest-tube-fillMingCute Icontest-tubeNoto Emojitest-tubeOpenMojitest-tubePhosphortest-tubePixelarticonstest-tube-fillRemix Icontest-tube-boldSolartest-tubeTwitter Emoji
More medicine icons from Reicon
Use the test tube icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.295 1.354a.75.75 0 0 0-.764 1.292l.196.116L2.002 14.37a5.577 5.577 0 0 0 2.051 7.632a5.61 5.61 0 0 0 7.652-2.045l6.729-11.614l.192.11a.75.75 0 0 0 .748-1.3l-.84-.483l-8.408-4.824zM3.3 15.122l6.723-11.606l7.11 4.08l-1.505 2.597l-1.91-1.098a.75.75 0 0 0-.748 1.3l1.906 1.096l-.961 1.66l-3.555-2.045a.75.75 0 1 0-.748 1.3l3.55 2.043l-.885 1.528l-1.964-1.13a.75.75 0 0 0-.748 1.3l1.96 1.128l-1.118 1.93a4.11 4.11 0 0 1-5.606 1.496a4.077 4.077 0 0 1-1.501-5.58m17.875-3.019a1.61 1.61 0 0 0-2.35 0a9 9 0 0 0-.986 1.214c-.284.43-.589 1.008-.589 1.6c0 1.536 1.203 2.834 2.75 2.834s2.75-1.298 2.75-2.833c0-.593-.304-1.17-.589-1.601a9 9 0 0 0-.986-1.214m-1.261 1.031c.029-.03.06-.04.086-.04a.12.12 0 0 1 .087.04c.278.294.587.653.823 1.01c.253.383.34.646.34.774c0 .765-.588 1.333-1.25 1.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTestTube(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.295 1.354a.75.75 0 0 0-.764 1.292l.196.116L2.002 14.37a5.577 5.577 0 0 0 2.051 7.632a5.61 5.61 0 0 0 7.652-2.045l6.729-11.614l.192.11a.75.75 0 0 0 .748-1.3l-.84-.483l-8.408-4.824zM3.3 15.122l6.723-11.606l7.11 4.08l-1.505 2.597l-1.91-1.098a.75.75 0 0 0-.748 1.3l1.906 1.096l-.961 1.66l-3.555-2.045a.75.75 0 1 0-.748 1.3l3.55 2.043l-.885 1.528l-1.964-1.13a.75.75 0 0 0-.748 1.3l1.96 1.128l-1.118 1.93a4.11 4.11 0 0 1-5.606 1.496a4.077 4.077 0 0 1-1.501-5.58m17.875-3.019a1.61 1.61 0 0 0-2.35 0a9 9 0 0 0-.986 1.214c-.284.43-.589 1.008-.589 1.6c0 1.536 1.203 2.834 2.75 2.834s2.75-1.298 2.75-2.833c0-.593-.304-1.17-.589-1.601a9 9 0 0 0-.986-1.214m-1.261 1.031c.029-.03.06-.04.086-.04a.12.12 0 0 1 .087.04c.278.294.587.653.823 1.01c.253.383.34.646.34.774c0 .765-.588 1.333-1.25 1.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.295 1.354a.75.75 0 0 0-.764 1.292l.196.116L2.002 14.37a5.577 5.577 0 0 0 2.051 7.632a5.61 5.61 0 0 0 7.652-2.045l6.729-11.614l.192.11a.75.75 0 0 0 .748-1.3l-.84-.483l-8.408-4.824zM3.3 15.122l6.723-11.606l7.11 4.08l-1.505 2.597l-1.91-1.098a.75.75 0 0 0-.748 1.3l1.906 1.096l-.961 1.66l-3.555-2.045a.75.75 0 1 0-.748 1.3l3.55 2.043l-.885 1.528l-1.964-1.13a.75.75 0 0 0-.748 1.3l1.96 1.128l-1.118 1.93a4.11 4.11 0 0 1-5.606 1.496a4.077 4.077 0 0 1-1.501-5.58m17.875-3.019a1.61 1.61 0 0 0-2.35 0a9 9 0 0 0-.986 1.214c-.284.43-.589 1.008-.589 1.6c0 1.536 1.203 2.834 2.75 2.834s2.75-1.298 2.75-2.833c0-.593-.304-1.17-.589-1.601a9 9 0 0 0-.986-1.214m-1.261 1.031c.029-.03.06-.04.086-.04a.12.12 0 0 1 .087.04c.278.294.587.653.823 1.01c.253.383.34.646.34.774c0 .765-.588 1.333-1.25 1.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009" clip-rule="evenodd"/></svg> </template>
CSS
.icon-test-tube {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.295%201.354a.75.75%200%200%200-.764%201.292l.196.116L2.002%2014.37a5.577%205.577%200%200%200%202.051%207.632a5.61%205.61%200%200%200%207.652-2.045l6.729-11.614l.192.11a.75.75%200%200%200%20.748-1.3l-.84-.483l-8.408-4.824zM3.3%2015.122l6.723-11.606l7.11%204.08l-1.505%202.597l-1.91-1.098a.75.75%200%200%200-.748%201.3l1.906%201.096l-.961%201.66l-3.555-2.045a.75.75%200%201%200-.748%201.3l3.55%202.043l-.885%201.528l-1.964-1.13a.75.75%200%200%200-.748%201.3l1.96%201.128l-1.118%201.93a4.11%204.11%200%200%201-5.606%201.496a4.077%204.077%200%200%201-1.501-5.58m17.875-3.019a1.61%201.61%200%200%200-2.35%200a9%209%200%200%200-.986%201.214c-.284.43-.589%201.008-.589%201.6c0%201.536%201.203%202.834%202.75%202.834s2.75-1.298%202.75-2.833c0-.593-.304-1.17-.589-1.601a9%209%200%200%200-.986-1.214m-1.261%201.031c.029-.03.06-.04.086-.04a.12.12%200%200%201%20.087.04c.278.294.587.653.823%201.01c.253.383.34.646.34.774c0%20.765-.588%201.333-1.25%201.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.295%201.354a.75.75%200%200%200-.764%201.292l.196.116L2.002%2014.37a5.577%205.577%200%200%200%202.051%207.632a5.61%205.61%200%200%200%207.652-2.045l6.729-11.614l.192.11a.75.75%200%200%200%20.748-1.3l-.84-.483l-8.408-4.824zM3.3%2015.122l6.723-11.606l7.11%204.08l-1.505%202.597l-1.91-1.098a.75.75%200%200%200-.748%201.3l1.906%201.096l-.961%201.66l-3.555-2.045a.75.75%200%201%200-.748%201.3l3.55%202.043l-.885%201.528l-1.964-1.13a.75.75%200%200%200-.748%201.3l1.96%201.128l-1.118%201.93a4.11%204.11%200%200%201-5.606%201.496a4.077%204.077%200%200%201-1.501-5.58m17.875-3.019a1.61%201.61%200%200%200-2.35%200a9%209%200%200%200-.986%201.214c-.284.43-.589%201.008-.589%201.6c0%201.536%201.203%202.834%202.75%202.834s2.75-1.298%202.75-2.833c0-.593-.304-1.17-.589-1.601a9%209%200%200%200-.986-1.214m-1.261%201.031c.029-.03.06-.04.086-.04a.12.12%200%200%201%20.087.04c.278.294.587.653.823%201.01c.253.383.34.646.34.774c0%20.765-.588%201.333-1.25%201.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/test-tube.svg?color=%231a73e8&size=48