test tube diagonal icon

test-tube-diagonal-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
test-tube-diagonal-two-tone
Set
Keyline Icons
Style
Two Tone
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" fill-opacity=".4" 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.2533Z" stroke="none"/><path d="M14.9719 3.0913L18.324 5.2739C18.6074 5.4584 18.7783 5.7737 18.7783 6.1119C18.7783 6.3056 18.722 6.4952 18.6163 6.6576L9.514 20.6369C8.9604 21.4872 8.0146 22 7 22C5.3431 22 4 20.6569 4 19C4 18.4188 4.1688 17.8501 4.486 17.3631L13.5883 3.3837C13.7728 3.1003 14.0881 2.9293 14.4263 2.9293C14.62 2.9293 14.8096 2.9856 14.9719 3.0913ZM13.2959 2L20 6.3652M7.3268 13L14.4866 13"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsTestTubeDiagonalTwoTone(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" fillOpacity=".4" 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.2533Z" stroke="none"/><path d="M14.9719 3.0913L18.324 5.2739C18.6074 5.4584 18.7783 5.7737 18.7783 6.1119C18.7783 6.3056 18.722 6.4952 18.6163 6.6576L9.514 20.6369C8.9604 21.4872 8.0146 22 7 22C5.3431 22 4 20.6569 4 19C4 18.4188 4.1688 17.8501 4.486 17.3631L13.5883 3.3837C13.7728 3.1003 14.0881 2.9293 14.4263 2.9293C14.62 2.9293 14.8096 2.9856 14.9719 3.0913ZM13.2959 2L20 6.3652M7.3268 13L14.4866 13"/></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" fill-opacity=".4" 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.2533Z" stroke="none"/><path d="M14.9719 3.0913L18.324 5.2739C18.6074 5.4584 18.7783 5.7737 18.7783 6.1119C18.7783 6.3056 18.722 6.4952 18.6163 6.6576L9.514 20.6369C8.9604 21.4872 8.0146 22 7 22C5.3431 22 4 20.6569 4 19C4 18.4188 4.1688 17.8501 4.486 17.3631L13.5883 3.3837C13.7728 3.1003 14.0881 2.9293 14.4263 2.9293C14.62 2.9293 14.8096 2.9856 14.9719 3.0913ZM13.2959 2L20 6.3652M7.3268 13L14.4866 13"/></g></svg>
</template>

CSS

.icon-test-tube-diagonal-two-tone {
  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%20fill-opacity%3D%22.4%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.2533Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14.9719%203.0913L18.324%205.2739C18.6074%205.4584%2018.7783%205.7737%2018.7783%206.1119C18.7783%206.3056%2018.722%206.4952%2018.6163%206.6576L9.514%2020.6369C8.9604%2021.4872%208.0146%2022%207%2022C5.3431%2022%204%2020.6569%204%2019C4%2018.4188%204.1688%2017.8501%204.486%2017.3631L13.5883%203.3837C13.7728%203.1003%2014.0881%202.9293%2014.4263%202.9293C14.62%202.9293%2014.8096%202.9856%2014.9719%203.0913ZM13.2959%202L20%206.3652M7.3268%2013L14.4866%2013%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%20fill-opacity%3D%22.4%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.2533Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14.9719%203.0913L18.324%205.2739C18.6074%205.4584%2018.7783%205.7737%2018.7783%206.1119C18.7783%206.3056%2018.722%206.4952%2018.6163%206.6576L9.514%2020.6369C8.9604%2021.4872%208.0146%2022%207%2022C5.3431%2022%204%2020.6569%204%2019C4%2018.4188%204.1688%2017.8501%204.486%2017.3631L13.5883%203.3837C13.7728%203.1003%2014.0881%202.9293%2014.4263%202.9293C14.62%202.9293%2014.8096%202.9856%2014.9719%203.0913ZM13.2959%202L20%206.3652M7.3268%2013L14.4866%2013%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-two-tone.svg?color=%231a73e8&size=48