flask conical icon

flask-conical-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
flask-conical-sharp-fill
Set
Keyline Icons
Style
Sharp 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 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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M9.5 1L14.5 1C15.0523 1 15.5 1.4477 15.5 2L15.5 7.8106L20.9307 21.6344C20.9765 21.7508 20.9999 21.8749 20.9999 22C20.9999 22.5523 20.5522 23 19.9999 23L4.0001 23C3.4478 23 3.0001 22.5523 3.0001 22C3.0001 21.8749 3.0235 21.7508 3.0693 21.6344L8.5 7.8106L8.5 2C8.5 1.4477 8.9477 1 9.5 1ZM10.5 3L10.5 8C10.5 8.1251 10.4765 8.2492 10.4308 8.3656L7.0387 17L16.9613 17L13.5692 8.3656C13.5235 8.2492 13.5 8.1251 13.5 8L13.5 3L10.5 3Z" stroke="none"/><path d="M7 2L17 2"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsFlaskConicalSharpFill(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M9.5 1L14.5 1C15.0523 1 15.5 1.4477 15.5 2L15.5 7.8106L20.9307 21.6344C20.9765 21.7508 20.9999 21.8749 20.9999 22C20.9999 22.5523 20.5522 23 19.9999 23L4.0001 23C3.4478 23 3.0001 22.5523 3.0001 22C3.0001 21.8749 3.0235 21.7508 3.0693 21.6344L8.5 7.8106L8.5 2C8.5 1.4477 8.9477 1 9.5 1ZM10.5 3L10.5 8C10.5 8.1251 10.4765 8.2492 10.4308 8.3656L7.0387 17L16.9613 17L13.5692 8.3656C13.5235 8.2492 13.5 8.1251 13.5 8L13.5 3L10.5 3Z" stroke="none"/><path d="M7 2L17 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-linejoin="round" stroke-width="2"><path fill="currentColor" d="M9.5 1L14.5 1C15.0523 1 15.5 1.4477 15.5 2L15.5 7.8106L20.9307 21.6344C20.9765 21.7508 20.9999 21.8749 20.9999 22C20.9999 22.5523 20.5522 23 19.9999 23L4.0001 23C3.4478 23 3.0001 22.5523 3.0001 22C3.0001 21.8749 3.0235 21.7508 3.0693 21.6344L8.5 7.8106L8.5 2C8.5 1.4477 8.9477 1 9.5 1ZM10.5 3L10.5 8C10.5 8.1251 10.4765 8.2492 10.4308 8.3656L7.0387 17L16.9613 17L13.5692 8.3656C13.5235 8.2492 13.5 8.1251 13.5 8L13.5 3L10.5 3Z" stroke="none"/><path d="M7 2L17 2"/></g></svg>
</template>

CSS

.icon-flask-conical-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%201L14.5%201C15.0523%201%2015.5%201.4477%2015.5%202L15.5%207.8106L20.9307%2021.6344C20.9765%2021.7508%2020.9999%2021.8749%2020.9999%2022C20.9999%2022.5523%2020.5522%2023%2019.9999%2023L4.0001%2023C3.4478%2023%203.0001%2022.5523%203.0001%2022C3.0001%2021.8749%203.0235%2021.7508%203.0693%2021.6344L8.5%207.8106L8.5%202C8.5%201.4477%208.9477%201%209.5%201ZM10.5%203L10.5%208C10.5%208.1251%2010.4765%208.2492%2010.4308%208.3656L7.0387%2017L16.9613%2017L13.5692%208.3656C13.5235%208.2492%2013.5%208.1251%2013.5%208L13.5%203L10.5%203Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M7%202L17%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%201L14.5%201C15.0523%201%2015.5%201.4477%2015.5%202L15.5%207.8106L20.9307%2021.6344C20.9765%2021.7508%2020.9999%2021.8749%2020.9999%2022C20.9999%2022.5523%2020.5522%2023%2019.9999%2023L4.0001%2023C3.4478%2023%203.0001%2022.5523%203.0001%2022C3.0001%2021.8749%203.0235%2021.7508%203.0693%2021.6344L8.5%207.8106L8.5%202C8.5%201.4477%208.9477%201%209.5%201ZM10.5%203L10.5%208C10.5%208.1251%2010.4765%208.2492%2010.4308%208.3656L7.0387%2017L16.9613%2017L13.5692%208.3656C13.5235%208.2492%2013.5%208.1251%2013.5%208L13.5%203L10.5%203Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M7%202L17%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-sharp-fill.svg?color=%231a73e8&size=48