test tube2 icon
test-tube2 from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- test-tube2
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More medicine icons from Reicon
Use the test tube2 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="M13.652 2.469a.75.75 0 0 1 1.061.002l6.819 6.849a.75.75 0 0 1-1.064 1.058l-.23-.231L10.02 20.411a4.54 4.54 0 0 1-6.438 0a4.58 4.58 0 0 1 0-6.457l2.682-2.695l.01-.01l7.531-7.564l-.155-.156a.75.75 0 0 1 .002-1.06m1.212 2.28L8.419 11.22a2.96 2.96 0 0 1 2.345 2.575c.058.522.39.971.867 1.178l1.192.495l6.357-6.385zm-3.185 11.87l-.637-.265a2.96 2.96 0 0 1-1.769-2.394a1.455 1.455 0 0 0-1.281-1.289l-.915-.102l-2.432 2.443a3.08 3.08 0 0 0 0 4.34a3.04 3.04 0 0 0 4.312 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTestTube2(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="M13.652 2.469a.75.75 0 0 1 1.061.002l6.819 6.849a.75.75 0 0 1-1.064 1.058l-.23-.231L10.02 20.411a4.54 4.54 0 0 1-6.438 0a4.58 4.58 0 0 1 0-6.457l2.682-2.695l.01-.01l7.531-7.564l-.155-.156a.75.75 0 0 1 .002-1.06m1.212 2.28L8.419 11.22a2.96 2.96 0 0 1 2.345 2.575c.058.522.39.971.867 1.178l1.192.495l6.357-6.385zm-3.185 11.87l-.637-.265a2.96 2.96 0 0 1-1.769-2.394a1.455 1.455 0 0 0-1.281-1.289l-.915-.102l-2.432 2.443a3.08 3.08 0 0 0 0 4.34a3.04 3.04 0 0 0 4.312 0z" 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="M13.652 2.469a.75.75 0 0 1 1.061.002l6.819 6.849a.75.75 0 0 1-1.064 1.058l-.23-.231L10.02 20.411a4.54 4.54 0 0 1-6.438 0a4.58 4.58 0 0 1 0-6.457l2.682-2.695l.01-.01l7.531-7.564l-.155-.156a.75.75 0 0 1 .002-1.06m1.212 2.28L8.419 11.22a2.96 2.96 0 0 1 2.345 2.575c.058.522.39.971.867 1.178l1.192.495l6.357-6.385zm-3.185 11.87l-.637-.265a2.96 2.96 0 0 1-1.769-2.394a1.455 1.455 0 0 0-1.281-1.289l-.915-.102l-2.432 2.443a3.08 3.08 0 0 0 0 4.34a3.04 3.04 0 0 0 4.312 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-test-tube2 {
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%22M13.652%202.469a.75.75%200%200%201%201.061.002l6.819%206.849a.75.75%200%200%201-1.064%201.058l-.23-.231L10.02%2020.411a4.54%204.54%200%200%201-6.438%200a4.58%204.58%200%200%201%200-6.457l2.682-2.695l.01-.01l7.531-7.564l-.155-.156a.75.75%200%200%201%20.002-1.06m1.212%202.28L8.419%2011.22a2.96%202.96%200%200%201%202.345%202.575c.058.522.39.971.867%201.178l1.192.495l6.357-6.385zm-3.185%2011.87l-.637-.265a2.96%202.96%200%200%201-1.769-2.394a1.455%201.455%200%200%200-1.281-1.289l-.915-.102l-2.432%202.443a3.08%203.08%200%200%200%200%204.34a3.04%203.04%200%200%200%204.312%200z%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%22M13.652%202.469a.75.75%200%200%201%201.061.002l6.819%206.849a.75.75%200%200%201-1.064%201.058l-.23-.231L10.02%2020.411a4.54%204.54%200%200%201-6.438%200a4.58%204.58%200%200%201%200-6.457l2.682-2.695l.01-.01l7.531-7.564l-.155-.156a.75.75%200%200%201%20.002-1.06m1.212%202.28L8.419%2011.22a2.96%202.96%200%200%201%202.345%202.575c.058.522.39.971.867%201.178l1.192.495l6.357-6.385zm-3.185%2011.87l-.637-.265a2.96%202.96%200%200%201-1.769-2.394a1.455%201.455%200%200%200-1.281-1.289l-.915-.102l-2.432%202.443a3.08%203.08%200%200%200%200%204.34a3.04%203.04%200%200%200%204.312%200z%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-tube2.svg?color=%231a73e8&size=48