flask icon
flask-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- flask-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
flaskBootstrap IconsflaskBoxicons BrandsflaskBoxIcons v2 SolidflaskCoreUI BrandsflaskDeviconflaskFont Awesome 6 SolidflaskFont Awesome Solidflask-outlineFlowbite IconsflaskHumbleiconsflaskIconParkflaskIconPark OutlineflaskIconPark SolidflaskIconPark TwoToneflaskIconoirflaskIonIconsflaskJam IconsflaskLine AwesomeflaskSVG LogosflaskMajesticonsflaskMaterial Design Iconsflask-fillMingCute Iconflask-fillRemix IconflaskSimple Iconsflask-darkSkill Icons
Use the flask icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 200.8L158 97.48V38h10a6 6 0 0 0 0-12H88a6 6 0 0 0 0 12h10v59.48L36 200.8A14 14 0 0 0 48 222h160a14 14 0 0 0 12-21.2m-110.85-98.57a6 6 0 0 0 .85-3.09V38h36v61.14a6 6 0 0 0 .85 3.09l39.65 66.08c-12.41 3.16-30.86 3-55.79-9.66c-16.94-8.58-33-12.8-47.83-12.64ZM209.72 209a2 2 0 0 1-1.74 1H48a2 2 0 0 1-1.71-3l29-48.41c14.89-2.08 31.68 1.55 49.94 10.79C144 178.8 159.67 182 172.42 182a67.9 67.9 0 0 0 20.47-3l16.8 28a2 2 0 0 1 .03 2"/></svg>
React
import type { SVGProps } from "react";
export function PhFlaskLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 200.8L158 97.48V38h10a6 6 0 0 0 0-12H88a6 6 0 0 0 0 12h10v59.48L36 200.8A14 14 0 0 0 48 222h160a14 14 0 0 0 12-21.2m-110.85-98.57a6 6 0 0 0 .85-3.09V38h36v61.14a6 6 0 0 0 .85 3.09l39.65 66.08c-12.41 3.16-30.86 3-55.79-9.66c-16.94-8.58-33-12.8-47.83-12.64ZM209.72 209a2 2 0 0 1-1.74 1H48a2 2 0 0 1-1.71-3l29-48.41c14.89-2.08 31.68 1.55 49.94 10.79C144 178.8 159.67 182 172.42 182a67.9 67.9 0 0 0 20.47-3l16.8 28a2 2 0 0 1 .03 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M220 200.8L158 97.48V38h10a6 6 0 0 0 0-12H88a6 6 0 0 0 0 12h10v59.48L36 200.8A14 14 0 0 0 48 222h160a14 14 0 0 0 12-21.2m-110.85-98.57a6 6 0 0 0 .85-3.09V38h36v61.14a6 6 0 0 0 .85 3.09l39.65 66.08c-12.41 3.16-30.86 3-55.79-9.66c-16.94-8.58-33-12.8-47.83-12.64ZM209.72 209a2 2 0 0 1-1.74 1H48a2 2 0 0 1-1.71-3l29-48.41c14.89-2.08 31.68 1.55 49.94 10.79C144 178.8 159.67 182 172.42 182a67.9 67.9 0 0 0 20.47-3l16.8 28a2 2 0 0 1 .03 2"/></svg> </template>
CSS
.icon-flask-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%20200.8L158%2097.48V38h10a6%206%200%200%200%200-12H88a6%206%200%200%200%200%2012h10v59.48L36%20200.8A14%2014%200%200%200%2048%20222h160a14%2014%200%200%200%2012-21.2m-110.85-98.57a6%206%200%200%200%20.85-3.09V38h36v61.14a6%206%200%200%200%20.85%203.09l39.65%2066.08c-12.41%203.16-30.86%203-55.79-9.66c-16.94-8.58-33-12.8-47.83-12.64ZM209.72%20209a2%202%200%200%201-1.74%201H48a2%202%200%200%201-1.71-3l29-48.41c14.89-2.08%2031.68%201.55%2049.94%2010.79C144%20178.8%20159.67%20182%20172.42%20182a67.9%2067.9%200%200%200%2020.47-3l16.8%2028a2%202%200%200%201%20.03%202%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M220%20200.8L158%2097.48V38h10a6%206%200%200%200%200-12H88a6%206%200%200%200%200%2012h10v59.48L36%20200.8A14%2014%200%200%200%2048%20222h160a14%2014%200%200%200%2012-21.2m-110.85-98.57a6%206%200%200%200%20.85-3.09V38h36v61.14a6%206%200%200%200%20.85%203.09l39.65%2066.08c-12.41%203.16-30.86%203-55.79-9.66c-16.94-8.58-33-12.8-47.83-12.64ZM209.72%20209a2%202%200%200%201-1.74%201H48a2%202%200%200%201-1.71-3l29-48.41c14.89-2.08%2031.68%201.55%2049.94%2010.79C144%20178.8%20159.67%20182%20172.42%20182a67.9%2067.9%200%200%200%2020.47-3l16.8%2028a2%202%200%200%201%20.03%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flask-light.svg?color=%231a73e8&size=48