test tube minimalistic icon
test-tube-minimalistic-broken from Solar by 480 Design · Broken · Medicine · CC-BY-4.0 Attribution required.
- Name
- test-tube-minimalistic-broken
- Set
- Solar
- Style
- Broken
- 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"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.8008 11.7834L8.07502 11.9256C9.09772 12.0398 9.90506 12.8507 10.0187 13.8779C10.1062 14.6689 10.6104 15.3515 11.3387 15.665L13 16.3547M16 13.3414L13 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.68504L20.2387 9.08398L18.429 10.9017M21 9.84867L14.1815 3"/></svg>
React
import type { SVGProps } from "react";
export function SolarTestTubeMinimalisticBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M6.8008 11.7834L8.07502 11.9256C9.09772 12.0398 9.90506 12.8507 10.0187 13.8779C10.1062 14.6689 10.6104 15.3515 11.3387 15.665L13 16.3547M16 13.3414L13 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.68504L20.2387 9.08398L18.429 10.9017M21 9.84867L14.1815 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.8008 11.7834L8.07502 11.9256C9.09772 12.0398 9.90506 12.8507 10.0187 13.8779C10.1062 14.6689 10.6104 15.3515 11.3387 15.665L13 16.3547M16 13.3414L13 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.68504L20.2387 9.08398L18.429 10.9017M21 9.84867L14.1815 3"/></svg> </template>
CSS
.icon-test-tube-minimalistic-broken {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.8008%2011.7834L8.07502%2011.9256C9.09772%2012.0398%209.90506%2012.8507%2010.0187%2013.8779C10.1062%2014.6689%2010.6104%2015.3515%2011.3387%2015.665L13%2016.3547M16%2013.3414L13%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.68504L20.2387%209.08398L18.429%2010.9017M21%209.84867L14.1815%203%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.8008%2011.7834L8.07502%2011.9256C9.09772%2012.0398%209.90506%2012.8507%2010.0187%2013.8779C10.1062%2014.6689%2010.6104%2015.3515%2011.3387%2015.665L13%2016.3547M16%2013.3414L13%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.68504L20.2387%209.08398L18.429%2010.9017M21%209.84867L14.1815%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/test-tube-minimalistic-broken.svg?color=%231a73e8&size=48