test tube diagonal icon
test-tube-diagonal-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- test-tube-diagonal-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
Related icons in Keyline Icons
Use the test tube diagonal 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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M15.5176 2.2533L18.8696 4.4359C19.4364 4.805 19.7783 5.4355 19.7783 6.1119C19.7783 6.4994 19.6658 6.8785 19.4544 7.2032L10.3521 21.1826C9.6139 22.3162 8.3528 23 7 23C4.7909 23 3 21.2091 3 19C3 18.2251 3.2251 17.4668 3.6479 16.8174L12.7502 2.838C13.1193 2.2712 13.7499 1.9293 14.4263 1.9293C14.8137 1.9293 15.1929 2.0419 15.5176 2.2533ZM14.4263 3.9293L9.1713 12L13.9445 12L17.7783 6.1119L14.4263 3.9293Z" stroke="none"/><path d="M13.2959 2L20 6.3652"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsTestTubeDiagonalFill(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M15.5176 2.2533L18.8696 4.4359C19.4364 4.805 19.7783 5.4355 19.7783 6.1119C19.7783 6.4994 19.6658 6.8785 19.4544 7.2032L10.3521 21.1826C9.6139 22.3162 8.3528 23 7 23C4.7909 23 3 21.2091 3 19C3 18.2251 3.2251 17.4668 3.6479 16.8174L12.7502 2.838C13.1193 2.2712 13.7499 1.9293 14.4263 1.9293C14.8137 1.9293 15.1929 2.0419 15.5176 2.2533ZM14.4263 3.9293L9.1713 12L13.9445 12L17.7783 6.1119L14.4263 3.9293Z" stroke="none"/><path d="M13.2959 2L20 6.3652"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M15.5176 2.2533L18.8696 4.4359C19.4364 4.805 19.7783 5.4355 19.7783 6.1119C19.7783 6.4994 19.6658 6.8785 19.4544 7.2032L10.3521 21.1826C9.6139 22.3162 8.3528 23 7 23C4.7909 23 3 21.2091 3 19C3 18.2251 3.2251 17.4668 3.6479 16.8174L12.7502 2.838C13.1193 2.2712 13.7499 1.9293 14.4263 1.9293C14.8137 1.9293 15.1929 2.0419 15.5176 2.2533ZM14.4263 3.9293L9.1713 12L13.9445 12L17.7783 6.1119L14.4263 3.9293Z" stroke="none"/><path d="M13.2959 2L20 6.3652"/></g></svg> </template>
CSS
.icon-test-tube-diagonal-fill {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5176%202.2533L18.8696%204.4359C19.4364%204.805%2019.7783%205.4355%2019.7783%206.1119C19.7783%206.4994%2019.6658%206.8785%2019.4544%207.2032L10.3521%2021.1826C9.6139%2022.3162%208.3528%2023%207%2023C4.7909%2023%203%2021.2091%203%2019C3%2018.2251%203.2251%2017.4668%203.6479%2016.8174L12.7502%202.838C13.1193%202.2712%2013.7499%201.9293%2014.4263%201.9293C14.8137%201.9293%2015.1929%202.0419%2015.5176%202.2533ZM14.4263%203.9293L9.1713%2012L13.9445%2012L17.7783%206.1119L14.4263%203.9293Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M13.2959%202L20%206.3652%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5176%202.2533L18.8696%204.4359C19.4364%204.805%2019.7783%205.4355%2019.7783%206.1119C19.7783%206.4994%2019.6658%206.8785%2019.4544%207.2032L10.3521%2021.1826C9.6139%2022.3162%208.3528%2023%207%2023C4.7909%2023%203%2021.2091%203%2019C3%2018.2251%203.2251%2017.4668%203.6479%2016.8174L12.7502%202.838C13.1193%202.2712%2013.7499%201.9293%2014.4263%201.9293C14.8137%201.9293%2015.1929%202.0419%2015.5176%202.2533ZM14.4263%203.9293L9.1713%2012L13.9445%2012L17.7783%206.1119L14.4263%203.9293Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M13.2959%202L20%206.3652%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/test-tube-diagonal-fill.svg?color=%231a73e8&size=48