Command Alt 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 { IconCommandAlt } from "@devigner-ui/icons";
<IconCommandAlt className="size-6" />
<script setup>
import { IconCommandAlt } from "@devigner-ui/icons-vue";
</script>
<template>
<IconCommandAlt class="size-6" />
</template>
<script>
import { IconCommandAlt } from "@devigner-ui/icons-svelte";
</script>
<IconCommandAlt class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.67 8h-8v8h8z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.67 22a3 3 0 0 0 3-3v-3h-3a3 3 0 0 0-3 3 3 3 0 0 0 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M5.67 8h3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.67 8h3a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.67 22a3 3 0 0 0 3-3 3 3 0 0 0-3-3h-3v3a3 3 0 0 0 3 3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>