test tube icon

test-tube-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.

Name
test-tube-filled
Set
Reicon
Style
Filled
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All test tube icons →

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" d="M8.267 1.618a.75.75 0 0 1 1.027-.264l.832.492l9.247 5.307a.75.75 0 1 1-.747 1.301l-.843-.484l-1.505 2.598l-.002-.002l-2.558-1.471a.75.75 0 1 0-.748 1.3l2.556 1.47l-.961 1.66l-.002-.001l-4.203-2.418a.75.75 0 1 0-.748 1.3l4.2 2.417l-.885 1.529l-.002-.002l-2.613-1.503a.75.75 0 0 0-.748 1.3l2.611 1.502l-1.12 1.932a4.86 4.86 0 0 1-6.628 1.77a4.827 4.827 0 0 1-1.776-6.605L9.373 3.143l-.006-.003l-.836-.494a.75.75 0 0 1-.264-1.028M20 17c1.105 0 2-.933 2-2.083c0-.72-.783-1.681-1.37-2.3a.86.86 0 0 0-1.26 0c-.587.619-1.37 1.58-1.37 2.3c0 1.15.895 2.083 2 2.083"/></svg>

React

import type { SVGProps } from "react";

export function ReiconTestTubeFilled(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="M8.267 1.618a.75.75 0 0 1 1.027-.264l.832.492l9.247 5.307a.75.75 0 1 1-.747 1.301l-.843-.484l-1.505 2.598l-.002-.002l-2.558-1.471a.75.75 0 1 0-.748 1.3l2.556 1.47l-.961 1.66l-.002-.001l-4.203-2.418a.75.75 0 1 0-.748 1.3l4.2 2.417l-.885 1.529l-.002-.002l-2.613-1.503a.75.75 0 0 0-.748 1.3l2.611 1.502l-1.12 1.932a4.86 4.86 0 0 1-6.628 1.77a4.827 4.827 0 0 1-1.776-6.605L9.373 3.143l-.006-.003l-.836-.494a.75.75 0 0 1-.264-1.028M20 17c1.105 0 2-.933 2-2.083c0-.72-.783-1.681-1.37-2.3a.86.86 0 0 0-1.26 0c-.587.619-1.37 1.58-1.37 2.3c0 1.15.895 2.083 2 2.083"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.267 1.618a.75.75 0 0 1 1.027-.264l.832.492l9.247 5.307a.75.75 0 1 1-.747 1.301l-.843-.484l-1.505 2.598l-.002-.002l-2.558-1.471a.75.75 0 1 0-.748 1.3l2.556 1.47l-.961 1.66l-.002-.001l-4.203-2.418a.75.75 0 1 0-.748 1.3l4.2 2.417l-.885 1.529l-.002-.002l-2.613-1.503a.75.75 0 0 0-.748 1.3l2.611 1.502l-1.12 1.932a4.86 4.86 0 0 1-6.628 1.77a4.827 4.827 0 0 1-1.776-6.605L9.373 3.143l-.006-.003l-.836-.494a.75.75 0 0 1-.264-1.028M20 17c1.105 0 2-.933 2-2.083c0-.72-.783-1.681-1.37-2.3a.86.86 0 0 0-1.26 0c-.587.619-1.37 1.58-1.37 2.3c0 1.15.895 2.083 2 2.083"/></svg>
</template>

CSS

.icon-test-tube-filled {
  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%22M8.267%201.618a.75.75%200%200%201%201.027-.264l.832.492l9.247%205.307a.75.75%200%201%201-.747%201.301l-.843-.484l-1.505%202.598l-.002-.002l-2.558-1.471a.75.75%200%201%200-.748%201.3l2.556%201.47l-.961%201.66l-.002-.001l-4.203-2.418a.75.75%200%201%200-.748%201.3l4.2%202.417l-.885%201.529l-.002-.002l-2.613-1.503a.75.75%200%200%200-.748%201.3l2.611%201.502l-1.12%201.932a4.86%204.86%200%200%201-6.628%201.77a4.827%204.827%200%200%201-1.776-6.605L9.373%203.143l-.006-.003l-.836-.494a.75.75%200%200%201-.264-1.028M20%2017c1.105%200%202-.933%202-2.083c0-.72-.783-1.681-1.37-2.3a.86.86%200%200%200-1.26%200c-.587.619-1.37%201.58-1.37%202.3c0%201.15.895%202.083%202%202.083%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%22M8.267%201.618a.75.75%200%200%201%201.027-.264l.832.492l9.247%205.307a.75.75%200%201%201-.747%201.301l-.843-.484l-1.505%202.598l-.002-.002l-2.558-1.471a.75.75%200%201%200-.748%201.3l2.556%201.47l-.961%201.66l-.002-.001l-4.203-2.418a.75.75%200%201%200-.748%201.3l4.2%202.417l-.885%201.529l-.002-.002l-2.613-1.503a.75.75%200%200%200-.748%201.3l2.611%201.502l-1.12%201.932a4.86%204.86%200%200%201-6.628%201.77a4.827%204.827%200%200%201-1.776-6.605L9.373%203.143l-.006-.003l-.836-.494a.75.75%200%200%201-.264-1.028M20%2017c1.105%200%202-.933%202-2.083c0-.72-.783-1.681-1.37-2.3a.86.86%200%200%200-1.26%200c-.587.619-1.37%201.58-1.37%202.3c0%201.15.895%202.083%202%202.083%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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