beaker icon
beaker from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- beaker
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the beaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M444 32H128c-19.38 0-45.9 4.34-64.11 24.77C52.17 69.92 48 85.66 48 96a16 16 0 0 0 13.8 15.85C91.7 116 96 117.79 96 136v264a80.07 80.07 0 0 0 80 80h192a80.11 80.11 0 0 0 80-80V96c0-12.55 7.46-27.25 10-31.36l.1-.14c.22-.35.5-.72.78-1.1c2-2.79 5.09-7 5.09-12.95C464 39.79 454.89 32 444 32M84.11 83.08c5.24-8.87 17.17-19 44.29-19h294.43C419.3 72.87 416 84.27 416 96v64H128v-24c0-37.32-21.35-48.14-43.89-52.92"/></svg>
React
import type { SVGProps } from "react";
export function IonBeaker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M444 32H128c-19.38 0-45.9 4.34-64.11 24.77C52.17 69.92 48 85.66 48 96a16 16 0 0 0 13.8 15.85C91.7 116 96 117.79 96 136v264a80.07 80.07 0 0 0 80 80h192a80.11 80.11 0 0 0 80-80V96c0-12.55 7.46-27.25 10-31.36l.1-.14c.22-.35.5-.72.78-1.1c2-2.79 5.09-7 5.09-12.95C464 39.79 454.89 32 444 32M84.11 83.08c5.24-8.87 17.17-19 44.29-19h294.43C419.3 72.87 416 84.27 416 96v64H128v-24c0-37.32-21.35-48.14-43.89-52.92"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M444 32H128c-19.38 0-45.9 4.34-64.11 24.77C52.17 69.92 48 85.66 48 96a16 16 0 0 0 13.8 15.85C91.7 116 96 117.79 96 136v264a80.07 80.07 0 0 0 80 80h192a80.11 80.11 0 0 0 80-80V96c0-12.55 7.46-27.25 10-31.36l.1-.14c.22-.35.5-.72.78-1.1c2-2.79 5.09-7 5.09-12.95C464 39.79 454.89 32 444 32M84.11 83.08c5.24-8.87 17.17-19 44.29-19h294.43C419.3 72.87 416 84.27 416 96v64H128v-24c0-37.32-21.35-48.14-43.89-52.92"/></svg> </template>
CSS
.icon-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%20fill%3D%22currentColor%22%20d%3D%22M444%2032H128c-19.38%200-45.9%204.34-64.11%2024.77C52.17%2069.92%2048%2085.66%2048%2096a16%2016%200%200%200%2013.8%2015.85C91.7%20116%2096%20117.79%2096%20136v264a80.07%2080.07%200%200%200%2080%2080h192a80.11%2080.11%200%200%200%2080-80V96c0-12.55%207.46-27.25%2010-31.36l.1-.14c.22-.35.5-.72.78-1.1c2-2.79%205.09-7%205.09-12.95C464%2039.79%20454.89%2032%20444%2032M84.11%2083.08c5.24-8.87%2017.17-19%2044.29-19h294.43C419.3%2072.87%20416%2084.27%20416%2096v64H128v-24c0-37.32-21.35-48.14-43.89-52.92%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%20fill%3D%22currentColor%22%20d%3D%22M444%2032H128c-19.38%200-45.9%204.34-64.11%2024.77C52.17%2069.92%2048%2085.66%2048%2096a16%2016%200%200%200%2013.8%2015.85C91.7%20116%2096%20117.79%2096%20136v264a80.07%2080.07%200%200%200%2080%2080h192a80.11%2080.11%200%200%200%2080-80V96c0-12.55%207.46-27.25%2010-31.36l.1-.14c.22-.35.5-.72.78-1.1c2-2.79%205.09-7%205.09-12.95C464%2039.79%20454.89%2032%20444%2032M84.11%2083.08c5.24-8.87%2017.17-19%2044.29-19h294.43C419.3%2072.87%20416%2084.27%20416%2096v64H128v-24c0-37.32-21.35-48.14-43.89-52.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/beaker.svg?color=%231a73e8&size=48