📄 lucide/icons/beaker

File: beaker.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/beaker

Skip to content

Return to top

beaker

cup • lab • chemistry • experiment • test

science gaming

Created:

v0.11.0

Last changed:

v0.18.0

Contributors:

Andreto ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="beaker"></i>');  

tsx

import { Beaker } from 'lucide-react';

const App = () => {
  return (
    <Beaker />
  );
};

export default App;

vue

<script setup>
import { Beaker } from 'lucide-vue-next';
</script>

<template>
  <Beaker />
</template>

svelte

<script>
import { Beaker } from 'lucide-svelte';
</script>

<Beaker />

tsx

import { Beaker } from 'lucide-preact';

const App = () => {
  return (
    <Beaker />
  );
};

export default App;

tsx

import { Beaker } from 'lucide-solid';

const App = () => {
  return (
    <Beaker />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Beaker } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Beaker })\
  ],
})

// app.component.html
<lucide-icon name="beaker"></lucide-icon>

html

<div class="icon-beaker"></div>

See this icon in action

BeakerCancel

Bug

Feature

Beaker

Documents Readme Beaker 12

112

8

11

2

More icons like this