📄 lucide/icons/construction

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

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

Skip to content

Return to top

construction

roadwork • maintenance • blockade • barricade

development

Created:

v0.116.0

Last changed:

v0.150.0

Contributors:

karsa-mistmere ericfennis jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Construction } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Construction />
</template>

svelte

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

<Construction />

tsx

import { Construction } from 'lucide-preact';

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

export default App;

tsx

import { Construction } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

ConstructionCancel

Bug

Feature

Construction

Documents Readme Construction 12

112

8

11

2

More icons like this