📄 lucide/icons/command

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

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

Skip to content

Return to top

command

keyboard • key • mac • cmd • button

development

Created:

v0.0.0

Last changed:

v0.150.0

Contributors:

colebemis csandman ericfennis jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Command } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Command />
</template>

svelte

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

<Command />

tsx

import { Command } from 'lucide-preact';

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

export default App;

tsx

import { Command } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

CommandCancel

Bug

Feature

Command

Documents Readme Command 12

112

8

11

2

More icons like this