flask icon
flask-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- flask-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
flaskBootstrap IconsflaskBoxicons BrandsflaskBoxIcons v2 SolidflaskDeviconflaskFont Awesome 6 SolidflaskHumbleiconsflaskIconoirflaskIonIconsflaskJam IconsflaskLine AwesomeflaskSVG LogosflaskMajesticonsflaskMaterial Design Iconsflask-fillMingCute Iconflask-fillRemix IconflaskSimple Iconsflask-darkSkill IconsflaskTabler IconsflaskUnicons
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="M225.15 197.71L164 95.81V44h4a12 12 0 0 0 0-24H88a12 12 0 0 0 0 24h4v51.81l-61.15 101.9A20 20 0 0 0 48 228h160a20 20 0 0 0 17.15-30.29M140 44v55.14a12 12 0 0 0 1.71 6.17l35.13 58.54c-10.79.86-25.15-1.31-43.42-10.56c-14-7.08-27.46-11.33-40.27-12.76l21.14-35.22a12 12 0 0 0 1.71-6.17V44ZM55.06 204L79 164.19c13-1.11 27.62 2.42 43.62 10.52c19.61 9.92 36.25 13.31 49.85 13.31a75.4 75.4 0 0 0 17.64-2.02l10.83 18Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFlaskBold(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="M225.15 197.71L164 95.81V44h4a12 12 0 0 0 0-24H88a12 12 0 0 0 0 24h4v51.81l-61.15 101.9A20 20 0 0 0 48 228h160a20 20 0 0 0 17.15-30.29M140 44v55.14a12 12 0 0 0 1.71 6.17l35.13 58.54c-10.79.86-25.15-1.31-43.42-10.56c-14-7.08-27.46-11.33-40.27-12.76l21.14-35.22a12 12 0 0 0 1.71-6.17V44ZM55.06 204L79 164.19c13-1.11 27.62 2.42 43.62 10.52c19.61 9.92 36.25 13.31 49.85 13.31a75.4 75.4 0 0 0 17.64-2.02l10.83 18Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M225.15 197.71L164 95.81V44h4a12 12 0 0 0 0-24H88a12 12 0 0 0 0 24h4v51.81l-61.15 101.9A20 20 0 0 0 48 228h160a20 20 0 0 0 17.15-30.29M140 44v55.14a12 12 0 0 0 1.71 6.17l35.13 58.54c-10.79.86-25.15-1.31-43.42-10.56c-14-7.08-27.46-11.33-40.27-12.76l21.14-35.22a12 12 0 0 0 1.71-6.17V44ZM55.06 204L79 164.19c13-1.11 27.62 2.42 43.62 10.52c19.61 9.92 36.25 13.31 49.85 13.31a75.4 75.4 0 0 0 17.64-2.02l10.83 18Z"/></svg> </template>
CSS
.icon-flask-bold {
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%22M225.15%20197.71L164%2095.81V44h4a12%2012%200%200%200%200-24H88a12%2012%200%200%200%200%2024h4v51.81l-61.15%20101.9A20%2020%200%200%200%2048%20228h160a20%2020%200%200%200%2017.15-30.29M140%2044v55.14a12%2012%200%200%200%201.71%206.17l35.13%2058.54c-10.79.86-25.15-1.31-43.42-10.56c-14-7.08-27.46-11.33-40.27-12.76l21.14-35.22a12%2012%200%200%200%201.71-6.17V44ZM55.06%20204L79%20164.19c13-1.11%2027.62%202.42%2043.62%2010.52c19.61%209.92%2036.25%2013.31%2049.85%2013.31a75.4%2075.4%200%200%200%2017.64-2.02l10.83%2018Z%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%22M225.15%20197.71L164%2095.81V44h4a12%2012%200%200%200%200-24H88a12%2012%200%200%200%200%2024h4v51.81l-61.15%20101.9A20%2020%200%200%200%2048%20228h160a20%2020%200%200%200%2017.15-30.29M140%2044v55.14a12%2012%200%200%200%201.71%206.17l35.13%2058.54c-10.79.86-25.15-1.31-43.42-10.56c-14-7.08-27.46-11.33-40.27-12.76l21.14-35.22a12%2012%200%200%200%201.71-6.17V44ZM55.06%20204L79%20164.19c13-1.11%2027.62%202.42%2043.62%2010.52c19.61%209.92%2036.25%2013.31%2049.85%2013.31a75.4%2075.4%200%200%200%2017.64-2.02l10.83%2018Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flask-bold.svg?color=%231a73e8&size=48