test tube icon

test-tube-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
test-tube-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the test tube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m234.83 89.18l-60-60a4 4 0 0 0-5.66 0L39.94 158.41a40.78 40.78 0 0 0 57.66 57.67L210.16 103.5l23.1-7.7a4 4 0 0 0 1.57-6.62M91.94 210.42a32.77 32.77 0 1 1-46.34-46.35L75 134.63c9.2-3.38 23.94-5.08 43.11 4.93c12.09 6.31 22.74 8.48 31.66 8.48c1.64 0 3.2-.09 4.73-.22Zm114.8-114.21a4.06 4.06 0 0 0-1.57 1L165 137.39c-9.2 3.38-23.94 5.08-43.11-4.93c-14.3-7.47-26.58-9.13-36.38-8.27L172 37.66l52.6 52.6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTestTubeThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m234.83 89.18l-60-60a4 4 0 0 0-5.66 0L39.94 158.41a40.78 40.78 0 0 0 57.66 57.67L210.16 103.5l23.1-7.7a4 4 0 0 0 1.57-6.62M91.94 210.42a32.77 32.77 0 1 1-46.34-46.35L75 134.63c9.2-3.38 23.94-5.08 43.11 4.93c12.09 6.31 22.74 8.48 31.66 8.48c1.64 0 3.2-.09 4.73-.22Zm114.8-114.21a4.06 4.06 0 0 0-1.57 1L165 137.39c-9.2 3.38-23.94 5.08-43.11-4.93c-14.3-7.47-26.58-9.13-36.38-8.27L172 37.66l52.6 52.6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m234.83 89.18l-60-60a4 4 0 0 0-5.66 0L39.94 158.41a40.78 40.78 0 0 0 57.66 57.67L210.16 103.5l23.1-7.7a4 4 0 0 0 1.57-6.62M91.94 210.42a32.77 32.77 0 1 1-46.34-46.35L75 134.63c9.2-3.38 23.94-5.08 43.11 4.93c12.09 6.31 22.74 8.48 31.66 8.48c1.64 0 3.2-.09 4.73-.22Zm114.8-114.21a4.06 4.06 0 0 0-1.57 1L165 137.39c-9.2 3.38-23.94 5.08-43.11-4.93c-14.3-7.47-26.58-9.13-36.38-8.27L172 37.66l52.6 52.6Z"/></svg>
</template>

CSS

.icon-test-tube-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m234.83%2089.18l-60-60a4%204%200%200%200-5.66%200L39.94%20158.41a40.78%2040.78%200%200%200%2057.66%2057.67L210.16%20103.5l23.1-7.7a4%204%200%200%200%201.57-6.62M91.94%20210.42a32.77%2032.77%200%201%201-46.34-46.35L75%20134.63c9.2-3.38%2023.94-5.08%2043.11%204.93c12.09%206.31%2022.74%208.48%2031.66%208.48c1.64%200%203.2-.09%204.73-.22Zm114.8-114.21a4.06%204.06%200%200%200-1.57%201L165%20137.39c-9.2%203.38-23.94%205.08-43.11-4.93c-14.3-7.47-26.58-9.13-36.38-8.27L172%2037.66l52.6%2052.6Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m234.83%2089.18l-60-60a4%204%200%200%200-5.66%200L39.94%20158.41a40.78%2040.78%200%200%200%2057.66%2057.67L210.16%20103.5l23.1-7.7a4%204%200%200%200%201.57-6.62M91.94%20210.42a32.77%2032.77%200%201%201-46.34-46.35L75%20134.63c9.2-3.38%2023.94-5.08%2043.11%204.93c12.09%206.31%2022.74%208.48%2031.66%208.48c1.64%200%203.2-.09%204.73-.22Zm114.8-114.21a4.06%204.06%200%200%200-1.57%201L165%20137.39c-9.2%203.38-23.94%205.08-43.11-4.93c-14.3-7.47-26.58-9.13-36.38-8.27L172%2037.66l52.6%2052.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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