📄 lucide/icons/bot

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

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

Skip to content

Return to top

bot

robot • ai • chat • assistant

development social

Created:

v0.1.0

Last changed:

v0.276.0

Contributors:

ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Bot } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Bot />
</template>

svelte

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

<Bot />

tsx

import { Bot } from 'lucide-preact';

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

export default App;

tsx

import { Bot } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BotCancel

Bug

Feature

Bot

Documents Readme Bot 12

112

8

11

2

More icons like this

bot-message-square

bot-off