flask conical icon

flask-conical-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
flask-conical-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 flask conical 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="M10.5 1L13.5 1C14.6046 1 15.5 1.8954 15.5 3L15.5 7.7741L20.7064 18.7105C20.8981 19.1133 20.9976 19.5539 20.9976 20C20.9976 21.6569 19.6545 23 17.9976 23L6.0024 23C4.3455 23 3.0024 21.6569 3.0024 20C3.0024 19.5539 3.1019 19.1133 3.2936 18.7105L8.5 7.7741L8.5 3C8.5 1.8954 9.3954 1 10.5 1Z" stroke="none"/><path d="M10.5 2L13.5 2C14.0523 2 14.5 2.4477 14.5 3L14.5 7.7741C14.5 7.9228 14.5332 8.0697 14.5971 8.204L19.8035 19.1403C20.4353 20.4675 19.4675 22 17.9976 22L6.0024 22C4.5325 22 3.5647 20.4675 4.1965 19.1403L9.4029 8.204C9.4668 8.0697 9.5 7.9228 9.5 7.7741L9.5 3C9.5 2.4477 9.9477 2 10.5 2ZM8 2L16 2M4.7394 18L19.2606 18"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFlaskConicalTwoTone(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="M10.5 1L13.5 1C14.6046 1 15.5 1.8954 15.5 3L15.5 7.7741L20.7064 18.7105C20.8981 19.1133 20.9976 19.5539 20.9976 20C20.9976 21.6569 19.6545 23 17.9976 23L6.0024 23C4.3455 23 3.0024 21.6569 3.0024 20C3.0024 19.5539 3.1019 19.1133 3.2936 18.7105L8.5 7.7741L8.5 3C8.5 1.8954 9.3954 1 10.5 1Z" stroke="none"/><path d="M10.5 2L13.5 2C14.0523 2 14.5 2.4477 14.5 3L14.5 7.7741C14.5 7.9228 14.5332 8.0697 14.5971 8.204L19.8035 19.1403C20.4353 20.4675 19.4675 22 17.9976 22L6.0024 22C4.5325 22 3.5647 20.4675 4.1965 19.1403L9.4029 8.204C9.4668 8.0697 9.5 7.9228 9.5 7.7741L9.5 3C9.5 2.4477 9.9477 2 10.5 2ZM8 2L16 2M4.7394 18L19.2606 18"/></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="M10.5 1L13.5 1C14.6046 1 15.5 1.8954 15.5 3L15.5 7.7741L20.7064 18.7105C20.8981 19.1133 20.9976 19.5539 20.9976 20C20.9976 21.6569 19.6545 23 17.9976 23L6.0024 23C4.3455 23 3.0024 21.6569 3.0024 20C3.0024 19.5539 3.1019 19.1133 3.2936 18.7105L8.5 7.7741L8.5 3C8.5 1.8954 9.3954 1 10.5 1Z" stroke="none"/><path d="M10.5 2L13.5 2C14.0523 2 14.5 2.4477 14.5 3L14.5 7.7741C14.5 7.9228 14.5332 8.0697 14.5971 8.204L19.8035 19.1403C20.4353 20.4675 19.4675 22 17.9976 22L6.0024 22C4.5325 22 3.5647 20.4675 4.1965 19.1403L9.4029 8.204C9.4668 8.0697 9.5 7.9228 9.5 7.7741L9.5 3C9.5 2.4477 9.9477 2 10.5 2ZM8 2L16 2M4.7394 18L19.2606 18"/></g></svg>
</template>

CSS

.icon-flask-conical-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%22M10.5%201L13.5%201C14.6046%201%2015.5%201.8954%2015.5%203L15.5%207.7741L20.7064%2018.7105C20.8981%2019.1133%2020.9976%2019.5539%2020.9976%2020C20.9976%2021.6569%2019.6545%2023%2017.9976%2023L6.0024%2023C4.3455%2023%203.0024%2021.6569%203.0024%2020C3.0024%2019.5539%203.1019%2019.1133%203.2936%2018.7105L8.5%207.7741L8.5%203C8.5%201.8954%209.3954%201%2010.5%201Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10.5%202L13.5%202C14.0523%202%2014.5%202.4477%2014.5%203L14.5%207.7741C14.5%207.9228%2014.5332%208.0697%2014.5971%208.204L19.8035%2019.1403C20.4353%2020.4675%2019.4675%2022%2017.9976%2022L6.0024%2022C4.5325%2022%203.5647%2020.4675%204.1965%2019.1403L9.4029%208.204C9.4668%208.0697%209.5%207.9228%209.5%207.7741L9.5%203C9.5%202.4477%209.9477%202%2010.5%202ZM8%202L16%202M4.7394%2018L19.2606%2018%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%22M10.5%201L13.5%201C14.6046%201%2015.5%201.8954%2015.5%203L15.5%207.7741L20.7064%2018.7105C20.8981%2019.1133%2020.9976%2019.5539%2020.9976%2020C20.9976%2021.6569%2019.6545%2023%2017.9976%2023L6.0024%2023C4.3455%2023%203.0024%2021.6569%203.0024%2020C3.0024%2019.5539%203.1019%2019.1133%203.2936%2018.7105L8.5%207.7741L8.5%203C8.5%201.8954%209.3954%201%2010.5%201Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10.5%202L13.5%202C14.0523%202%2014.5%202.4477%2014.5%203L14.5%207.7741C14.5%207.9228%2014.5332%208.0697%2014.5971%208.204L19.8035%2019.1403C20.4353%2020.4675%2019.4675%2022%2017.9976%2022L6.0024%2022C4.5325%2022%203.5647%2020.4675%204.1965%2019.1403L9.4029%208.204C9.4668%208.0697%209.5%207.9228%209.5%207.7741L9.5%203C9.5%202.4477%209.9477%202%2010.5%202ZM8%202L16%202M4.7394%2018L19.2606%2018%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/flask-conical-two-tone.svg?color=%231a73e8&size=48