test tube minimalistic icon
test-tube-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Medicine · CC-BY-4.0 Attribution required.
- Name
- test-tube-minimalistic-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-broken-bold-duotonebone-crack-boldbone-fracture-boldbones-boldbrain-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-bolddropper-minimalistic-boldhealth-boldheart-pulse-2-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-bold
Use the test tube minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M21 9.84867L14.1815 3M14.8635 3.68504L20.2387 9.08398L13 16.3547L9.48838 19.8818C8.00407 21.3727 5.59754 21.3727 4.11323 19.8818C2.62892 18.391 2.62892 15.9738 4.11323 14.4829L14.8635 3.68504Z"/><path d="M6.80078 11.7832L8.075 11.9254C9.0977 12.0395 9.90504 12.8505 10.0187 13.8777C10.1062 14.6687 10.6104 15.3513 11.3386 15.6648L13 16.3544" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTestTubeMinimalisticLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M21 9.84867L14.1815 3M14.8635 3.68504L20.2387 9.08398L13 16.3547L9.48838 19.8818C8.00407 21.3727 5.59754 21.3727 4.11323 19.8818C2.62892 18.391 2.62892 15.9738 4.11323 14.4829L14.8635 3.68504Z"/><path d="M6.80078 11.7832L8.075 11.9254C9.0977 12.0395 9.90504 12.8505 10.0187 13.8777C10.1062 14.6687 10.6104 15.3513 11.3386 15.6648L13 16.3544" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M21 9.84867L14.1815 3M14.8635 3.68504L20.2387 9.08398L13 16.3547L9.48838 19.8818C8.00407 21.3727 5.59754 21.3727 4.11323 19.8818C2.62892 18.391 2.62892 15.9738 4.11323 14.4829L14.8635 3.68504Z"/><path d="M6.80078 11.7832L8.075 11.9254C9.0977 12.0395 9.90504 12.8505 10.0187 13.8777C10.1062 14.6687 10.6104 15.3513 11.3386 15.6648L13 16.3544" opacity=".5"/></g></svg> </template>
CSS
.icon-test-tube-minimalistic-line-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%209.84867L14.1815%203M14.8635%203.68504L20.2387%209.08398L13%2016.3547L9.48838%2019.8818C8.00407%2021.3727%205.59754%2021.3727%204.11323%2019.8818C2.62892%2018.391%202.62892%2015.9738%204.11323%2014.4829L14.8635%203.68504Z%22%2F%3E%3Cpath%20d%3D%22M6.80078%2011.7832L8.075%2011.9254C9.0977%2012.0395%209.90504%2012.8505%2010.0187%2013.8777C10.1062%2014.6687%2010.6104%2015.3513%2011.3386%2015.6648L13%2016.3544%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21%209.84867L14.1815%203M14.8635%203.68504L20.2387%209.08398L13%2016.3547L9.48838%2019.8818C8.00407%2021.3727%205.59754%2021.3727%204.11323%2019.8818C2.62892%2018.391%202.62892%2015.9738%204.11323%2014.4829L14.8635%203.68504Z%22%2F%3E%3Cpath%20d%3D%22M6.80078%2011.7832L8.075%2011.9254C9.0977%2012.0395%209.90504%2012.8505%2010.0187%2013.8777C10.1062%2014.6687%2010.6104%2015.3513%2011.3386%2015.6648L13%2016.3544%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/test-tube-minimalistic-line-duotone.svg?color=%231a73e8&size=48