📄 lucide/icons/bold

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

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

Skip to content

Return to top

bold

text • strong • format

text

Created:

v0.0.0

Last changed:

v0.373.0

Contributors:

colebemis csandman ericfennis jguddas karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Bold } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Bold />
</template>

svelte

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

<Bold />

tsx

import { Bold } from 'lucide-preact';

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

export default App;

tsx

import { Bold } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BoldCancel

Bug

Feature

Bold

Documents Readme Bold 12

112

8

11

2

More icons like this