📄 lucide/icons/axe

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

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

Skip to content

Return to top

axe

hatchet • weapon • chop • sharp • equipment • fireman • firefighter • brigade • lumberjack • woodcutter • logger • forestry

tools gaming

Created:

v0.11.0

Last changed:

v0.509.0

Contributors:

Andreto ericfennis csandman jguddas karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Axe } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Axe />
</template>

svelte

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

<Axe />

tsx

import { Axe } from 'lucide-preact';

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

export default App;

tsx

import { Axe } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

AxeCancel

Bug

Feature

Axe

Documents Readme Axe 12

112

8

11

2

More icons like this