📄 lucide/icons/biohazard

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

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

Skip to content

Return to top

biohazard

fallout • waste • biology • chemistry • chemical • element

science

Created:

v0.190.0

Last changed:

v0.190.0

Contributors:

karsa-mistmere danielbayley ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Biohazard } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Biohazard />
</template>

svelte

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

<Biohazard />

tsx

import { Biohazard } from 'lucide-preact';

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

export default App;

tsx

import { Biohazard } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BiohazardCancel

Bug

Feature

Biohazard

Documents Readme Biohazard 12

112

8

11

2

More icons like this