flask-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
flask-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><g fill="currentColor"><path d="M208 216H48a8 8 0 0 1-6.86-12.12l30.48-50.8c13.23-2.48 32-1.41 56.37 10.92c32.25 16.33 54.75 12.91 67.5 7.65l19.34 32.23A8 8 0 0 1 208 216" opacity=".2"/><path d="M221.69 199.77L160 96.92V40h8a8 8 0 0 0 0-16H88a8 8 0 0 0 0 16h8v56.92L34.31 199.77A16 16 0 0 0 48 224h160a16 16 0 0 0 13.72-24.23Zm-110.83-96.52a7.93 7.93 0 0 0 1.14-4.11V40h32v59.14a7.93 7.93 0 0 0 1.14 4.11L183.36 167c-12 2.37-29.07 1.37-51.75-10.11c-15.91-8.05-31.05-12.32-45.22-12.81ZM48 208l28.54-47.58c14.25-1.73 30.31 1.85 47.82 10.72c19 9.61 35 12.88 48 12.88a69.9 69.9 0 0 0 19.55-2.7L208 208Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhFlaskDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 216H48a8 8 0 0 1-6.86-12.12l30.48-50.8c13.23-2.48 32-1.41 56.37 10.92c32.25 16.33 54.75 12.91 67.5 7.65l19.34 32.23A8 8 0 0 1 208 216" opacity=".2"/><path d="M221.69 199.77L160 96.92V40h8a8 8 0 0 0 0-16H88a8 8 0 0 0 0 16h8v56.92L34.31 199.77A16 16 0 0 0 48 224h160a16 16 0 0 0 13.72-24.23Zm-110.83-96.52a7.93 7.93 0 0 0 1.14-4.11V40h32v59.14a7.93 7.93 0 0 0 1.14 4.11L183.36 167c-12 2.37-29.07 1.37-51.75-10.11c-15.91-8.05-31.05-12.32-45.22-12.81ZM48 208l28.54-47.58c14.25-1.73 30.31 1.85 47.82 10.72c19 9.61 35 12.88 48 12.88a69.9 69.9 0 0 0 19.55-2.7L208 208Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 216H48a8 8 0 0 1-6.86-12.12l30.48-50.8c13.23-2.48 32-1.41 56.37 10.92c32.25 16.33 54.75 12.91 67.5 7.65l19.34 32.23A8 8 0 0 1 208 216" opacity=".2"/><path d="M221.69 199.77L160 96.92V40h8a8 8 0 0 0 0-16H88a8 8 0 0 0 0 16h8v56.92L34.31 199.77A16 16 0 0 0 48 224h160a16 16 0 0 0 13.72-24.23Zm-110.83-96.52a7.93 7.93 0 0 0 1.14-4.11V40h32v59.14a7.93 7.93 0 0 0 1.14 4.11L183.36 167c-12 2.37-29.07 1.37-51.75-10.11c-15.91-8.05-31.05-12.32-45.22-12.81ZM48 208l28.54-47.58c14.25-1.73 30.31 1.85 47.82 10.72c19 9.61 35 12.88 48 12.88a69.9 69.9 0 0 0 19.55-2.7L208 208Z"/></g></svg>
</template>

CSS

.icon-flask-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%20216H48a8%208%200%200%201-6.86-12.12l30.48-50.8c13.23-2.48%2032-1.41%2056.37%2010.92c32.25%2016.33%2054.75%2012.91%2067.5%207.65l19.34%2032.23A8%208%200%200%201%20208%20216%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M221.69%20199.77L160%2096.92V40h8a8%208%200%200%200%200-16H88a8%208%200%200%200%200%2016h8v56.92L34.31%20199.77A16%2016%200%200%200%2048%20224h160a16%2016%200%200%200%2013.72-24.23Zm-110.83-96.52a7.93%207.93%200%200%200%201.14-4.11V40h32v59.14a7.93%207.93%200%200%200%201.14%204.11L183.36%20167c-12%202.37-29.07%201.37-51.75-10.11c-15.91-8.05-31.05-12.32-45.22-12.81ZM48%20208l28.54-47.58c14.25-1.73%2030.31%201.85%2047.82%2010.72c19%209.61%2035%2012.88%2048%2012.88a69.9%2069.9%200%200%200%2019.55-2.7L208%20208Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%20216H48a8%208%200%200%201-6.86-12.12l30.48-50.8c13.23-2.48%2032-1.41%2056.37%2010.92c32.25%2016.33%2054.75%2012.91%2067.5%207.65l19.34%2032.23A8%208%200%200%201%20208%20216%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M221.69%20199.77L160%2096.92V40h8a8%208%200%200%200%200-16H88a8%208%200%200%200%200%2016h8v56.92L34.31%20199.77A16%2016%200%200%200%2048%20224h160a16%2016%200%200%200%2013.72-24.23Zm-110.83-96.52a7.93%207.93%200%200%200%201.14-4.11V40h32v59.14a7.93%207.93%200%200%200%201.14%204.11L183.36%20167c-12%202.37-29.07%201.37-51.75-10.11c-15.91-8.05-31.05-12.32-45.22-12.81ZM48%20208l28.54-47.58c14.25-1.73%2030.31%201.85%2047.82%2010.72c19%209.61%2035%2012.88%2048%2012.88a69.9%2069.9%200%200%200%2019.55-2.7L208%20208Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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