📄 lucide/icons/bot-off

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

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

Skip to content

Return to top

bot-off

robot • ai • chat • assistant

development social

Created:

v0.369.0

Last changed:

v0.369.0

Contributors:

taichimaeda ericfennis

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BotOff } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BotOff />
</template>

svelte

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

<BotOff />

tsx

import { BotOff } from 'lucide-preact';

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

export default App;

tsx

import { BotOff } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BotCancel

Bug

Feature

Bot

Documents Readme Bot 12

112

8

11

2

More icons like this

alarm-clock-off

bean-off

beer-off

bell-off

bluetooth-off

bot-message-square

bot

bug-off

calendar-off

camera-off

candy-off

captions-off

cigarette-off

circle-off

circle-parking-off

cloud-off

dna-off

droplet-off

ear-off

egg-off

eye-off

fish-off

flag-off

flashlight-off

flask-conical-off

headphone-off

heart-off

hop-off

image-off

keyboard-off

lightbulb-off

link-2-off

locate-off

map-pin-off

megaphone-off

message-circle-off

message-square-off

mic-off

milk-off

monitor-off

mouse-off

mouse-pointer-2-off

navigation-2-off

navigation-off

nut-off

pen-off

pencil-off

phone-off

pin-off

pointer-off

power-off

refresh-cw-off

route-off

save-off

screen-share-off

server-off

shield-off

square-parking-off

star-off

timer-off

touchpad-off

umbrella-off

vibrate-off

video-off

volume-off

webhook-off

wheat-off

wifi-off