flask from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
flask
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the flask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M452.32 365L327.4 167.12a48.07 48.07 0 0 1-7.4-25.64V64h15.56c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 32H176.45c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 64h16v77.48a47.9 47.9 0 0 1-7.41 25.63L59.68 365a74 74 0 0 0-2.5 75.84C70.44 465.19 96.36 480 124.13 480h263.74c27.77 0 53.69-14.81 66.95-39.21a74 74 0 0 0-2.5-75.79M211.66 184.2A79.94 79.94 0 0 0 224 141.48V68a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4v73.48a79.94 79.94 0 0 0 12.35 42.72l57.8 91.53a8 8 0 0 1-6.78 12.27H160.63a8 8 0 0 1-6.77-12.27Z"/></svg>

React

import type { SVGProps } from "react";

export function IonFlask(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M452.32 365L327.4 167.12a48.07 48.07 0 0 1-7.4-25.64V64h15.56c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 32H176.45c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 64h16v77.48a47.9 47.9 0 0 1-7.41 25.63L59.68 365a74 74 0 0 0-2.5 75.84C70.44 465.19 96.36 480 124.13 480h263.74c27.77 0 53.69-14.81 66.95-39.21a74 74 0 0 0-2.5-75.79M211.66 184.2A79.94 79.94 0 0 0 224 141.48V68a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4v73.48a79.94 79.94 0 0 0 12.35 42.72l57.8 91.53a8 8 0 0 1-6.78 12.27H160.63a8 8 0 0 1-6.77-12.27Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M452.32 365L327.4 167.12a48.07 48.07 0 0 1-7.4-25.64V64h15.56c8.61 0 16-6.62 16.43-15.23A16 16 0 0 0 336 32H176.45c-8.61 0-16 6.62-16.43 15.23A16 16 0 0 0 176 64h16v77.48a47.9 47.9 0 0 1-7.41 25.63L59.68 365a74 74 0 0 0-2.5 75.84C70.44 465.19 96.36 480 124.13 480h263.74c27.77 0 53.69-14.81 66.95-39.21a74 74 0 0 0-2.5-75.79M211.66 184.2A79.94 79.94 0 0 0 224 141.48V68a4 4 0 0 1 4-4h56a4 4 0 0 1 4 4v73.48a79.94 79.94 0 0 0 12.35 42.72l57.8 91.53a8 8 0 0 1-6.78 12.27H160.63a8 8 0 0 1-6.77-12.27Z"/></svg>
</template>

CSS

.icon-flask {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M452.32%20365L327.4%20167.12a48.07%2048.07%200%200%201-7.4-25.64V64h15.56c8.61%200%2016-6.62%2016.43-15.23A16%2016%200%200%200%20336%2032H176.45c-8.61%200-16%206.62-16.43%2015.23A16%2016%200%200%200%20176%2064h16v77.48a47.9%2047.9%200%200%201-7.41%2025.63L59.68%20365a74%2074%200%200%200-2.5%2075.84C70.44%20465.19%2096.36%20480%20124.13%20480h263.74c27.77%200%2053.69-14.81%2066.95-39.21a74%2074%200%200%200-2.5-75.79M211.66%20184.2A79.94%2079.94%200%200%200%20224%20141.48V68a4%204%200%200%201%204-4h56a4%204%200%200%201%204%204v73.48a79.94%2079.94%200%200%200%2012.35%2042.72l57.8%2091.53a8%208%200%200%201-6.78%2012.27H160.63a8%208%200%200%201-6.77-12.27Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M452.32%20365L327.4%20167.12a48.07%2048.07%200%200%201-7.4-25.64V64h15.56c8.61%200%2016-6.62%2016.43-15.23A16%2016%200%200%200%20336%2032H176.45c-8.61%200-16%206.62-16.43%2015.23A16%2016%200%200%200%20176%2064h16v77.48a47.9%2047.9%200%200%201-7.41%2025.63L59.68%20365a74%2074%200%200%200-2.5%2075.84C70.44%20465.19%2096.36%20480%20124.13%20480h263.74c27.77%200%2053.69-14.81%2066.95-39.21a74%2074%200%200%200-2.5-75.79M211.66%20184.2A79.94%2079.94%200%200%200%20224%20141.48V68a4%204%200%200%201%204-4h56a4%204%200%200%201%204%204v73.48a79.94%2079.94%200%200%200%2012.35%2042.72l57.8%2091.53a8%208%200%200%201-6.78%2012.27H160.63a8%208%200%200%201-6.77-12.27Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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