md beaker icon

md-beaker from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-beaker
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md beaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448.1 34.9c0-1.2-.4-2.9-2.9-2.9H128.5c-54.3 0-64.4 27.4-64.4 39.8C94.4 76 96 76.5 96 108.5v307c0 35.3 28.9 64.5 64.3 64.5H368c35.3 0 64-29.2 64-64.5V73.3c2.2-17.5 12-31.8 13.1-33.5 1.2-1.9 3-3.8 3-4.9zM354.2 432H176.3c-15.9 0-29.7-11.9-32.3-27.1V80h240v319.7c0 18-12.4 32.3-29.8 32.3z" fill="currentColor"/><path d="M182 160v226c0 4.4 3.6 8 8 8h148c4.4 0 8-3.6 8-8V160H182z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdBeaker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448.1 34.9c0-1.2-.4-2.9-2.9-2.9H128.5c-54.3 0-64.4 27.4-64.4 39.8C94.4 76 96 76.5 96 108.5v307c0 35.3 28.9 64.5 64.3 64.5H368c35.3 0 64-29.2 64-64.5V73.3c2.2-17.5 12-31.8 13.1-33.5 1.2-1.9 3-3.8 3-4.9zM354.2 432H176.3c-15.9 0-29.7-11.9-32.3-27.1V80h240v319.7c0 18-12.4 32.3-29.8 32.3z" fill="currentColor"/><path d="M182 160v226c0 4.4 3.6 8 8 8h148c4.4 0 8-3.6 8-8V160H182z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M448.1 34.9c0-1.2-.4-2.9-2.9-2.9H128.5c-54.3 0-64.4 27.4-64.4 39.8C94.4 76 96 76.5 96 108.5v307c0 35.3 28.9 64.5 64.3 64.5H368c35.3 0 64-29.2 64-64.5V73.3c2.2-17.5 12-31.8 13.1-33.5 1.2-1.9 3-3.8 3-4.9zM354.2 432H176.3c-15.9 0-29.7-11.9-32.3-27.1V80h240v319.7c0 18-12.4 32.3-29.8 32.3z" fill="currentColor"/><path d="M182 160v226c0 4.4 3.6 8 8 8h148c4.4 0 8-3.6 8-8V160H182z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-beaker {
  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%20d%3D%22M448.1%2034.9c0-1.2-.4-2.9-2.9-2.9H128.5c-54.3%200-64.4%2027.4-64.4%2039.8C94.4%2076%2096%2076.5%2096%20108.5v307c0%2035.3%2028.9%2064.5%2064.3%2064.5H368c35.3%200%2064-29.2%2064-64.5V73.3c2.2-17.5%2012-31.8%2013.1-33.5%201.2-1.9%203-3.8%203-4.9zM354.2%20432H176.3c-15.9%200-29.7-11.9-32.3-27.1V80h240v319.7c0%2018-12.4%2032.3-29.8%2032.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M182%20160v226c0%204.4%203.6%208%208%208h148c4.4%200%208-3.6%208-8V160H182z%22%20fill%3D%22currentColor%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%20d%3D%22M448.1%2034.9c0-1.2-.4-2.9-2.9-2.9H128.5c-54.3%200-64.4%2027.4-64.4%2039.8C94.4%2076%2096%2076.5%2096%20108.5v307c0%2035.3%2028.9%2064.5%2064.3%2064.5H368c35.3%200%2064-29.2%2064-64.5V73.3c2.2-17.5%2012-31.8%2013.1-33.5%201.2-1.9%203-3.8%203-4.9zM354.2%20432H176.3c-15.9%200-29.7-11.9-32.3-27.1V80h240v319.7c0%2018-12.4%2032.3-29.8%2032.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M182%20160v226c0%204.4%203.6%208%208%208h148c4.4%200%208-3.6%208-8V160H182z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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