Beaker Edit icon

Used to represent testing scenarios. The Beaker Edit icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Beaker Edit icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { BeakerEdit24Regular, BeakerEdit24Filled } from "@fluentui/react-icons";

export function Example() {
  return <BeakerEdit24Regular aria-label="Beaker Edit" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_beaker_edit_24_regular.svg" width="24" height="24" alt="Beaker Edit">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 3.5H6.99998V9.73821C6.99998 10.1132 6.90628 10.4822 6.72739 10.8117L3.14269 17.415C2.50968 18.5811 3.35388 19.9999 4.68068 19.9999H11.4151L11.5209 19.5768C11.6166 19.1939 11.7728 18.8306 11.9821 18.4999H4.68068C4.49114 18.4999 4.37054 18.2973 4.46097 18.1307L6.43192 14.5H13.568L14.3727 15.9823L15.479 14.8761L13.2726 10.8117C13.0937 10.4822 13 10.1132 13 9.73821V3.5H14C14.4142 3.5 14.75 3.16421 14.75 2.75C14.75 2.33579 14.4142 2 14 2H6C5.58579 2 5.25 2.33579 5.25 2.75C5.25 3.16421 5.58579 3.5 6 3.5ZM8.49998 9.73821V3.5H11.5V9.73821C11.5 10.3631 11.6561 10.9781 11.9543 11.5273L12.7537 13H7.24621L8.04567 11.5273C8.34381 10.9781 8.49998 10.3631 8.49998 9.73821ZM19.0999 12.6695L13.1974 18.5719C12.8533 18.916 12.6092 19.3472 12.4911 19.8194L12.0334 21.6501C11.8344 22.4462 12.5556 23.1674 13.3517 22.9683L15.1824 22.5106C15.6545 22.3926 16.0857 22.1485 16.4299 21.8043L22.3323 15.9019C23.2249 15.0093 23.2249 13.5621 22.3323 12.6695C21.4397 11.7768 19.9925 11.7768 19.0999 12.6695Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/beaker_edit_24_regular.svg";

Details

NameBeaker Edit
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_beaker_edit_24_regular.svg
Filled fileic_fluent_beaker_edit_24_filled.svg
React componentsBeakerEdit24Regular, BeakerEdit24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

sciencelabtestexperiments

Related icons