Command icon in outline, twotone, bold and bulk. Free in all four styles, for code, servers, databases, devops, terminals. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconCommand } from "@devigner-ui/icons";
<IconCommand className="size-6" />
<script setup>
import { IconCommand } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCommand class="size-6" />
</template>
<script>
import { IconCommand } from "@devigner-ui/icons-svelte";
</script>
<IconCommand class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M8 8h8v8H8z" stroke="currentColor" stroke-width="1.5"></path><path d="M16 16h3a3 3 0 1 1-3 3z" stroke="currentColor" stroke-width="1.5"></path><path d="M8 16H5a3 3 0 1 0 3 3z" stroke="currentColor" stroke-width="1.5"></path><path d="M16 8h3a3 3 0 1 0-3-3z" stroke="currentColor" stroke-width="1.5"></path><path d="M8 8H5a3 3 0 1 1 3-3z" stroke="currentColor" stroke-width="1.5"></path></svg>