beaker icon
beaker-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- beaker-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the beaker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 5v8.438a4 4 0 0 0 .71 2.277l5.71 8.248C27.896 26.092 26.372 29 23.783 29H8.218c-2.59 0-4.114-2.908-2.64-5.037l5.71-8.248A4 4 0 0 0 12 13.438V5h-1a1 1 0 1 1 0-2h10a1 1 0 1 1 0 2zm-6 8.438a6 6 0 0 1-1.067 3.415L12.139 18h7.721l-.794-1.147A6 6 0 0 1 18 13.438V5h-4zm-3.228 6.536l-3.55 5.127A1.21 1.21 0 0 0 8.218 27h15.565a1.21 1.21 0 0 0 .994-1.899l-3.55-5.127A1 1 0 0 1 21 20H11q-.118 0-.228-.026"/></svg>
React
import type { SVGProps } from "react";
export function FluentBeaker32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 5v8.438a4 4 0 0 0 .71 2.277l5.71 8.248C27.896 26.092 26.372 29 23.783 29H8.218c-2.59 0-4.114-2.908-2.64-5.037l5.71-8.248A4 4 0 0 0 12 13.438V5h-1a1 1 0 1 1 0-2h10a1 1 0 1 1 0 2zm-6 8.438a6 6 0 0 1-1.067 3.415L12.139 18h7.721l-.794-1.147A6 6 0 0 1 18 13.438V5h-4zm-3.228 6.536l-3.55 5.127A1.21 1.21 0 0 0 8.218 27h15.565a1.21 1.21 0 0 0 .994-1.899l-3.55-5.127A1 1 0 0 1 21 20H11q-.118 0-.228-.026"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20 5v8.438a4 4 0 0 0 .71 2.277l5.71 8.248C27.896 26.092 26.372 29 23.783 29H8.218c-2.59 0-4.114-2.908-2.64-5.037l5.71-8.248A4 4 0 0 0 12 13.438V5h-1a1 1 0 1 1 0-2h10a1 1 0 1 1 0 2zm-6 8.438a6 6 0 0 1-1.067 3.415L12.139 18h7.721l-.794-1.147A6 6 0 0 1 18 13.438V5h-4zm-3.228 6.536l-3.55 5.127A1.21 1.21 0 0 0 8.218 27h15.565a1.21 1.21 0 0 0 .994-1.899l-3.55-5.127A1 1 0 0 1 21 20H11q-.118 0-.228-.026"/></svg> </template>
CSS
.icon-beaker-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%205v8.438a4%204%200%200%200%20.71%202.277l5.71%208.248C27.896%2026.092%2026.372%2029%2023.783%2029H8.218c-2.59%200-4.114-2.908-2.64-5.037l5.71-8.248A4%204%200%200%200%2012%2013.438V5h-1a1%201%200%201%201%200-2h10a1%201%200%201%201%200%202zm-6%208.438a6%206%200%200%201-1.067%203.415L12.139%2018h7.721l-.794-1.147A6%206%200%200%201%2018%2013.438V5h-4zm-3.228%206.536l-3.55%205.127A1.21%201.21%200%200%200%208.218%2027h15.565a1.21%201.21%200%200%200%20.994-1.899l-3.55-5.127A1%201%200%200%201%2021%2020H11q-.118%200-.228-.026%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%205v8.438a4%204%200%200%200%20.71%202.277l5.71%208.248C27.896%2026.092%2026.372%2029%2023.783%2029H8.218c-2.59%200-4.114-2.908-2.64-5.037l5.71-8.248A4%204%200%200%200%2012%2013.438V5h-1a1%201%200%201%201%200-2h10a1%201%200%201%201%200%202zm-6%208.438a6%206%200%200%201-1.067%203.415L12.139%2018h7.721l-.794-1.147A6%206%200%200%201%2018%2013.438V5h-4zm-3.228%206.536l-3.55%205.127A1.21%201.21%200%200%200%208.218%2027h15.565a1.21%201.21%200%200%200%20.994-1.899l-3.55-5.127A1%201%200%200%201%2021%2020H11q-.118%200-.228-.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/beaker-32-regular.svg?color=%231a73e8&size=48