flask-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
flask-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All flask icons →

Use the flask icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID14"><path d="M11.1 4.2v5.4L5 19.1q-.6.9.5.9h13q1.1 0 .5-.9L12.9 9.6V4.2Z"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.6 3.4h6.8M10.35 3.4v6L4.2 19q-.9 1.4.85 1.6h13.9q1.75-.2.85-1.6l-6.15-9.6v-6"/><g fill="none" stroke="currentColor" clip-path="url(#svgID14)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="M6.4 15.08Q9.2 14.9 12 15.3T17.6 15.52"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M6.4 15.08Q9.2 14.9 12 15.3T17.6 15.52" opacity="0"/><circle cx="12" cy="14.8" r=".65" stroke-width=".55" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M10.55 12.1l-.6-.4M11.8 11.5v-.7M13.05 12.1l.6-.4" opacity="0"/></g></g></svg>

React

import type { SVGProps } from "react";

export function DitherFlaskOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID14"><path d="M11.1 4.2v5.4L5 19.1q-.6.9.5.9h13q1.1 0 .5-.9L12.9 9.6V4.2Z"/></clipPath></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M8.6 3.4h6.8M10.35 3.4v6L4.2 19q-.9 1.4.85 1.6h13.9q1.75-.2.85-1.6l-6.15-9.6v-6"/><g fill="none" stroke="currentColor" clipPath="url(#svgID14)"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.2" d="M6.4 15.08Q9.2 14.9 12 15.3T17.6 15.52"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M6.4 15.08Q9.2 14.9 12 15.3T17.6 15.52" opacity="0"/><circle cx="12" cy="14.8" r=".65" strokeWidth=".55" opacity="0"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M10.55 12.1l-.6-.4M11.8 11.5v-.7M13.05 12.1l.6-.4" opacity="0"/></g></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID14"><path d="M11.1 4.2v5.4L5 19.1q-.6.9.5.9h13q1.1 0 .5-.9L12.9 9.6V4.2Z"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M8.6 3.4h6.8M10.35 3.4v6L4.2 19q-.9 1.4.85 1.6h13.9q1.75-.2.85-1.6l-6.15-9.6v-6"/><g fill="none" stroke="currentColor" clip-path="url(#svgID14)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="M6.4 15.08Q9.2 14.9 12 15.3T17.6 15.52"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M6.4 15.08Q9.2 14.9 12 15.3T17.6 15.52" opacity="0"/><circle cx="12" cy="14.8" r=".65" stroke-width=".55" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M10.55 12.1l-.6-.4M11.8 11.5v-.7M13.05 12.1l.6-.4" opacity="0"/></g></g></svg>
</template>

CSS

.icon-flask-outline {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID14%22%3E%3Cpath%20d%3D%22M11.1%204.2v5.4L5%2019.1q-.6.9.5.9h13q1.1%200%20.5-.9L12.9%209.6V4.2Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M8.6%203.4h6.8M10.35%203.4v6L4.2%2019q-.9%201.4.85%201.6h13.9q1.75-.2.85-1.6l-6.15-9.6v-6%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20clip-path%3D%22url(%23svgID14)%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%20d%3D%22M6.4%2015.08Q9.2%2014.9%2012%2015.3T17.6%2015.52%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M6.4%2015.08Q9.2%2014.9%2012%2015.3T17.6%2015.52%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.8%22%20r%3D%22.65%22%20stroke-width%3D%22.55%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M10.55%2012.1l-.6-.4M11.8%2011.5v-.7M13.05%2012.1l.6-.4%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID14%22%3E%3Cpath%20d%3D%22M11.1%204.2v5.4L5%2019.1q-.6.9.5.9h13q1.1%200%20.5-.9L12.9%209.6V4.2Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M8.6%203.4h6.8M10.35%203.4v6L4.2%2019q-.9%201.4.85%201.6h13.9q1.75-.2.85-1.6l-6.15-9.6v-6%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20clip-path%3D%22url(%23svgID14)%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%20d%3D%22M6.4%2015.08Q9.2%2014.9%2012%2015.3T17.6%2015.52%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M6.4%2015.08Q9.2%2014.9%2012%2015.3T17.6%2015.52%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214.8%22%20r%3D%22.65%22%20stroke-width%3D%22.55%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M10.55%2012.1l-.6-.4M11.8%2011.5v-.7M13.05%2012.1l.6-.4%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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