flask-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.

Name
flask-fill
Set
Bootstrap Icons
Style
Fill
Viewbox
16×16
License
MIT

1 other variant in Bootstrap Icons

The same icon in other sets

Related icons in Bootstrap Icons

Use the flask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 0a.5.5 0 0 1 0 1H11v5.358l4.497 7.36c.099.162.16.332.192.503l.013.063l.008.083q.006.053.007.107l-.003.09q-.001.047-.005.095q-.006.053-.017.106l-.016.079q-.012.049-.028.096l-.028.086a1.5 1.5 0 0 1-.17.322a1.5 1.5 0 0 1-.395.394q-.04.028-.082.054q-.045.026-.095.049l-.073.035l-.09.033q-.05.02-.103.034q-.04.01-.08.017q-.053.012-.108.021l-.006.002l-.202.013H1.783l-.214-.015a1.503 1.503 0 0 1-1.066-2.268L5 6.359V1h-.5a.499.499 0 0 1-.354-.854A.5.5 0 0 1 4.5 0zm.5 12a.5.5 0 0 0 0 1h1.885l-.61-1zm-1-2a.5.5 0 0 0 0 1h1.664l-.612-1zm-1-2a.5.5 0 0 0 0 1h1.441l-.61-1zM9 6a.5.5 0 0 0 0 1h1.22l-.147-.24A.5.5 0 0 1 10 6.5V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z"/></svg>

React

import type { SVGProps } from "react";

export function BiFlaskFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 0a.5.5 0 0 1 0 1H11v5.358l4.497 7.36c.099.162.16.332.192.503l.013.063l.008.083q.006.053.007.107l-.003.09q-.001.047-.005.095q-.006.053-.017.106l-.016.079q-.012.049-.028.096l-.028.086a1.5 1.5 0 0 1-.17.322a1.5 1.5 0 0 1-.395.394q-.04.028-.082.054q-.045.026-.095.049l-.073.035l-.09.033q-.05.02-.103.034q-.04.01-.08.017q-.053.012-.108.021l-.006.002l-.202.013H1.783l-.214-.015a1.503 1.503 0 0 1-1.066-2.268L5 6.359V1h-.5a.499.499 0 0 1-.354-.854A.5.5 0 0 1 4.5 0zm.5 12a.5.5 0 0 0 0 1h1.885l-.61-1zm-1-2a.5.5 0 0 0 0 1h1.664l-.612-1zm-1-2a.5.5 0 0 0 0 1h1.441l-.61-1zM9 6a.5.5 0 0 0 0 1h1.22l-.147-.24A.5.5 0 0 1 10 6.5V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 0a.5.5 0 0 1 0 1H11v5.358l4.497 7.36c.099.162.16.332.192.503l.013.063l.008.083q.006.053.007.107l-.003.09q-.001.047-.005.095q-.006.053-.017.106l-.016.079q-.012.049-.028.096l-.028.086a1.5 1.5 0 0 1-.17.322a1.5 1.5 0 0 1-.395.394q-.04.028-.082.054q-.045.026-.095.049l-.073.035l-.09.033q-.05.02-.103.034q-.04.01-.08.017q-.053.012-.108.021l-.006.002l-.202.013H1.783l-.214-.015a1.503 1.503 0 0 1-1.066-2.268L5 6.359V1h-.5a.499.499 0 0 1-.354-.854A.5.5 0 0 1 4.5 0zm.5 12a.5.5 0 0 0 0 1h1.885l-.61-1zm-1-2a.5.5 0 0 0 0 1h1.664l-.612-1zm-1-2a.5.5 0 0 0 0 1h1.441l-.61-1zM9 6a.5.5 0 0 0 0 1h1.22l-.147-.24A.5.5 0 0 1 10 6.5V6zm0-2a.5.5 0 0 0 0 1h1V4zm0-2a.5.5 0 0 0 0 1h1V2z"/></svg>
</template>

CSS

.icon-flask-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%200a.5.5%200%200%201%200%201H11v5.358l4.497%207.36c.099.162.16.332.192.503l.013.063l.008.083q.006.053.007.107l-.003.09q-.001.047-.005.095q-.006.053-.017.106l-.016.079q-.012.049-.028.096l-.028.086a1.5%201.5%200%200%201-.17.322a1.5%201.5%200%200%201-.395.394q-.04.028-.082.054q-.045.026-.095.049l-.073.035l-.09.033q-.05.02-.103.034q-.04.01-.08.017q-.053.012-.108.021l-.006.002l-.202.013H1.783l-.214-.015a1.503%201.503%200%200%201-1.066-2.268L5%206.359V1h-.5a.499.499%200%200%201-.354-.854A.5.5%200%200%201%204.5%200zm.5%2012a.5.5%200%200%200%200%201h1.885l-.61-1zm-1-2a.5.5%200%200%200%200%201h1.664l-.612-1zm-1-2a.5.5%200%200%200%200%201h1.441l-.61-1zM9%206a.5.5%200%200%200%200%201h1.22l-.147-.24A.5.5%200%200%201%2010%206.5V6zm0-2a.5.5%200%200%200%200%201h1V4zm0-2a.5.5%200%200%200%200%201h1V2z%22%2F%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.5%200a.5.5%200%200%201%200%201H11v5.358l4.497%207.36c.099.162.16.332.192.503l.013.063l.008.083q.006.053.007.107l-.003.09q-.001.047-.005.095q-.006.053-.017.106l-.016.079q-.012.049-.028.096l-.028.086a1.5%201.5%200%200%201-.17.322a1.5%201.5%200%200%201-.395.394q-.04.028-.082.054q-.045.026-.095.049l-.073.035l-.09.033q-.05.02-.103.034q-.04.01-.08.017q-.053.012-.108.021l-.006.002l-.202.013H1.783l-.214-.015a1.503%201.503%200%200%201-1.066-2.268L5%206.359V1h-.5a.499.499%200%200%201-.354-.854A.5.5%200%200%201%204.5%200zm.5%2012a.5.5%200%200%200%200%201h1.885l-.61-1zm-1-2a.5.5%200%200%200%200%201h1.664l-.612-1zm-1-2a.5.5%200%200%200%200%201h1.441l-.61-1zM9%206a.5.5%200%200%200%200%201h1.22l-.147-.24A.5.5%200%200%201%2010%206.5V6zm0-2a.5.5%200%200%200%200%201h1V4zm0-2a.5.5%200%200%200%200%201h1V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/flask-fill.svg?color=%231a73e8&size=48