📄 lucide/icons/atom

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

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

Skip to content

Return to top

atom

atomic • nuclear • physics • particle • element • molecule • electricity • energy • chemistry

science

Created:

v0.134.0

Last changed:

v0.134.0

Contributors:

danielbayley karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Atom } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Atom />
</template>

svelte

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

<Atom />

tsx

import { Atom } from 'lucide-preact';

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

export default App;

tsx

import { Atom } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

AtomCancel

Bug

Feature

Atom

Documents Readme Atom 12

112

8

11

2

More icons like this