📄 lucide/icons/brush

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

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

Skip to content

Return to top

brush

clean • sweep • refactor • remove • draw • paint • color • artist

text design tools

Created:

v0.12.0

Last changed:

v0.504.0

Contributors:

ericfennis chessurisme jguddas karsa-mistmere

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Brush } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Brush />
</template>

svelte

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

<Brush />

tsx

import { Brush } from 'lucide-preact';

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

export default App;

tsx

import { Brush } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BrushCancel

Bug

Feature

Brush

Documents Readme Brush 12

112

8

11

2

More icons like this

brush-cleaning