flask conical icon
flask-conical-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- flask-conical-duotone
- Set
- Keyline Icons
- Style
- Duotone
- 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 fill="currentColor" d="M4.1079 17L19.8921 17L20.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.7105Z" stroke="none"/><path d="M8 2L16 2"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsFlaskConicalDuotone(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 fill="currentColor" d="M4.1079 17L19.8921 17L20.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.7105Z" stroke="none"/><path d="M8 2L16 2"/></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 fill="currentColor" d="M4.1079 17L19.8921 17L20.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.7105Z" stroke="none"/><path d="M8 2L16 2"/></g></svg> </template>
CSS
.icon-flask-conical-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-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%20fill%3D%22currentColor%22%20d%3D%22M4.1079%2017L19.8921%2017L20.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.7105Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8%202L16%202%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%20fill%3D%22currentColor%22%20d%3D%22M4.1079%2017L19.8921%2017L20.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.7105Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M8%202L16%202%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-duotone.svg?color=%231a73e8&size=48