test tube icon

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

Name
test-tube-light
Set
Phosphor
Style
Light
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="m236.24 87.76l-60-60a6 6 0 0 0-8.48 0L38.53 157A42.77 42.77 0 1 0 99 217.47l112.24-112.23l22.66-7.55a6 6 0 0 0 2.34-9.93M90.53 209A30.77 30.77 0 1 1 47 165.47l29.13-29.12c8.84-3.14 22.84-4.56 41.08 5c12.28 6.41 23.13 8.66 32.27 8.71ZM206.1 94.31a6 6 0 0 0-2.34 1.45l-39.9 39.89c-8.84 3.14-22.84 4.56-41.08-5c-12.28-6.38-23.13-8.65-32.27-8.65L172 40.49l48.89 48.89Z"/></svg>

React

import type { SVGProps } from "react";

export function PhTestTubeLight(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="m236.24 87.76l-60-60a6 6 0 0 0-8.48 0L38.53 157A42.77 42.77 0 1 0 99 217.47l112.24-112.23l22.66-7.55a6 6 0 0 0 2.34-9.93M90.53 209A30.77 30.77 0 1 1 47 165.47l29.13-29.12c8.84-3.14 22.84-4.56 41.08 5c12.28 6.41 23.13 8.66 32.27 8.71ZM206.1 94.31a6 6 0 0 0-2.34 1.45l-39.9 39.89c-8.84 3.14-22.84 4.56-41.08-5c-12.28-6.38-23.13-8.65-32.27-8.65L172 40.49l48.89 48.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m236.24 87.76l-60-60a6 6 0 0 0-8.48 0L38.53 157A42.77 42.77 0 1 0 99 217.47l112.24-112.23l22.66-7.55a6 6 0 0 0 2.34-9.93M90.53 209A30.77 30.77 0 1 1 47 165.47l29.13-29.12c8.84-3.14 22.84-4.56 41.08 5c12.28 6.41 23.13 8.66 32.27 8.71ZM206.1 94.31a6 6 0 0 0-2.34 1.45l-39.9 39.89c-8.84 3.14-22.84 4.56-41.08-5c-12.28-6.38-23.13-8.65-32.27-8.65L172 40.49l48.89 48.89Z"/></svg>
</template>

CSS

.icon-test-tube-light {
  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%22m236.24%2087.76l-60-60a6%206%200%200%200-8.48%200L38.53%20157A42.77%2042.77%200%201%200%2099%20217.47l112.24-112.23l22.66-7.55a6%206%200%200%200%202.34-9.93M90.53%20209A30.77%2030.77%200%201%201%2047%20165.47l29.13-29.12c8.84-3.14%2022.84-4.56%2041.08%205c12.28%206.41%2023.13%208.66%2032.27%208.71ZM206.1%2094.31a6%206%200%200%200-2.34%201.45l-39.9%2039.89c-8.84%203.14-22.84%204.56-41.08-5c-12.28-6.38-23.13-8.65-32.27-8.65L172%2040.49l48.89%2048.89Z%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%22m236.24%2087.76l-60-60a6%206%200%200%200-8.48%200L38.53%20157A42.77%2042.77%200%201%200%2099%20217.47l112.24-112.23l22.66-7.55a6%206%200%200%200%202.34-9.93M90.53%20209A30.77%2030.77%200%201%201%2047%20165.47l29.13-29.12c8.84-3.14%2022.84-4.56%2041.08%205c12.28%206.41%2023.13%208.66%2032.27%208.71ZM206.1%2094.31a6%206%200%200%200-2.34%201.45l-39.9%2039.89c-8.84%203.14-22.84%204.56-41.08-5c-12.28-6.38-23.13-8.65-32.27-8.65L172%2040.49l48.89%2048.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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