test tube icon
test-tube from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- test-tube
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-test-tube
The same icon in other sets
test-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-tube-boldSolartest-tubeTwitter Emoji
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" d="m13.293 2.707l.818.818L3.318 14.318C2.468 15.168 2 16.298 2 17.5s.468 2.332 1.318 3.183C4.169 21.532 5.299 22 6.5 22s2.331-.468 3.182-1.318L20.475 9.889l.818.818l1.414-1.414l-8-8zm3.182 8.354l-2.403-2.404l-1.414 1.414l2.403 2.404l-1.414 1.415l-.99-.99l-1.414 1.414l.99.99l-1.415 1.415l-2.403-2.404L7 15.728l2.403 2.404l-1.136 1.136c-.945.944-2.59.944-3.535 0C4.26 18.795 4 18.168 4 17.5s.26-1.295.732-1.768L15.525 4.939l3.535 3.535z"/></svg>
React
import type { SVGProps } from "react";
export function BxTestTube(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" d="m13.293 2.707l.818.818L3.318 14.318C2.468 15.168 2 16.298 2 17.5s.468 2.332 1.318 3.183C4.169 21.532 5.299 22 6.5 22s2.331-.468 3.182-1.318L20.475 9.889l.818.818l1.414-1.414l-8-8zm3.182 8.354l-2.403-2.404l-1.414 1.414l2.403 2.404l-1.414 1.415l-.99-.99l-1.414 1.414l.99.99l-1.415 1.415l-2.403-2.404L7 15.728l2.403 2.404l-1.136 1.136c-.945.944-2.59.944-3.535 0C4.26 18.795 4 18.168 4 17.5s.26-1.295.732-1.768L15.525 4.939l3.535 3.535z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.293 2.707l.818.818L3.318 14.318C2.468 15.168 2 16.298 2 17.5s.468 2.332 1.318 3.183C4.169 21.532 5.299 22 6.5 22s2.331-.468 3.182-1.318L20.475 9.889l.818.818l1.414-1.414l-8-8zm3.182 8.354l-2.403-2.404l-1.414 1.414l2.403 2.404l-1.414 1.415l-.99-.99l-1.414 1.414l.99.99l-1.415 1.415l-2.403-2.404L7 15.728l2.403 2.404l-1.136 1.136c-.945.944-2.59.944-3.535 0C4.26 18.795 4 18.168 4 17.5s.26-1.295.732-1.768L15.525 4.939l3.535 3.535z"/></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%20d%3D%22m13.293%202.707l.818.818L3.318%2014.318C2.468%2015.168%202%2016.298%202%2017.5s.468%202.332%201.318%203.183C4.169%2021.532%205.299%2022%206.5%2022s2.331-.468%203.182-1.318L20.475%209.889l.818.818l1.414-1.414l-8-8zm3.182%208.354l-2.403-2.404l-1.414%201.414l2.403%202.404l-1.414%201.415l-.99-.99l-1.414%201.414l.99.99l-1.415%201.415l-2.403-2.404L7%2015.728l2.403%202.404l-1.136%201.136c-.945.944-2.59.944-3.535%200C4.26%2018.795%204%2018.168%204%2017.5s.26-1.295.732-1.768L15.525%204.939l3.535%203.535z%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%20d%3D%22m13.293%202.707l.818.818L3.318%2014.318C2.468%2015.168%202%2016.298%202%2017.5s.468%202.332%201.318%203.183C4.169%2021.532%205.299%2022%206.5%2022s2.331-.468%203.182-1.318L20.475%209.889l.818.818l1.414-1.414l-8-8zm3.182%208.354l-2.403-2.404l-1.414%201.414l2.403%202.404l-1.414%201.415l-.99-.99l-1.414%201.414l.99.99l-1.415%201.415l-2.403-2.404L7%2015.728l2.403%202.404l-1.136%201.136c-.945.944-2.59.944-3.535%200C4.26%2018.795%204%2018.168%204%2017.5s.26-1.295.732-1.768L15.525%204.939l3.535%203.535z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/test-tube.svg?color=%231a73e8&size=48