📄 lucide/icons/bolt

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

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

Skip to content

Return to top

bolt

nut • screw • settings • preferences • configuration • controls • edit • diy • fixed • build • construction • parts

tools home

Created:

v0.304.0

Last changed:

v0.304.0

Contributors:

danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Bolt } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Bolt />
</template>

svelte

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

<Bolt />

tsx

import { Bolt } from 'lucide-preact';

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

export default App;

tsx

import { Bolt } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BoltCancel

Bug

Feature

Bolt

Documents Readme Bolt 12

112

8

11

2

More icons like this