📄 lucide/icons/brick-wall

File: brick-wall.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/brick-wall

Skip to content

Return to top

brick-wall

bricks • mortar • cement • materials • construction • builder • labourer • quantity surveyor • blocks • stone

buildings home

Created:

v0.299.0

Last changed:

v0.299.0

Contributors:

karsa-mistmere danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BrickWall } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BrickWall />
</template>

svelte

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

<BrickWall />

tsx

import { BrickWall } from 'lucide-preact';

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

export default App;

tsx

import { BrickWall } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-brick-wall"></div>

See this icon in action

BrickCancel

Bug

Feature

Brick

Documents Readme Brick 12

112

8

11

2

More icons like this

brick-wall-fire

brick-wall-shield

lamp-wall-down

lamp-wall-up

toy-brick