command from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
command
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-command

The same icon in other sets

Use the command icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14c-2.206 0-4 1.794-4 4s1.794 4 4 4a4.003 4.003 0 0 0 3.998-3.98H10V16h4v2.039h.004A4 4 0 0 0 18 22c2.206 0 4-1.794 4-4s-1.794-4-4-4h-2v-4h2c2.206 0 4-1.794 4-4s-1.794-4-4-4s-4 1.794-4 4v2h-4V5.98h-.002A4.003 4.003 0 0 0 6 2C3.794 2 2 3.794 2 6s1.794 4 4 4h2v4zm2 4c0 1.122-.879 2-2 2s-2-.878-2-2s.879-2 2-2h2zm10-2c1.121 0 2 .878 2 2s-.879 2-2 2s-2-.878-2-2v-2zM16 6c0-1.122.879-2 2-2s2 .878 2 2s-.879 2-2 2h-2zM6 8c-1.121 0-2-.878-2-2s.879-2 2-2s2 .878 2 2v2zm4 2h4v4h-4z"/></svg>

React

import type { SVGProps } from "react";

export function BxCommand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14c-2.206 0-4 1.794-4 4s1.794 4 4 4a4.003 4.003 0 0 0 3.998-3.98H10V16h4v2.039h.004A4 4 0 0 0 18 22c2.206 0 4-1.794 4-4s-1.794-4-4-4h-2v-4h2c2.206 0 4-1.794 4-4s-1.794-4-4-4s-4 1.794-4 4v2h-4V5.98h-.002A4.003 4.003 0 0 0 6 2C3.794 2 2 3.794 2 6s1.794 4 4 4h2v4zm2 4c0 1.122-.879 2-2 2s-2-.878-2-2s.879-2 2-2h2zm10-2c1.121 0 2 .878 2 2s-.879 2-2 2s-2-.878-2-2v-2zM16 6c0-1.122.879-2 2-2s2 .878 2 2s-.879 2-2 2h-2zM6 8c-1.121 0-2-.878-2-2s.879-2 2-2s2 .878 2 2v2zm4 2h4v4h-4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14c-2.206 0-4 1.794-4 4s1.794 4 4 4a4.003 4.003 0 0 0 3.998-3.98H10V16h4v2.039h.004A4 4 0 0 0 18 22c2.206 0 4-1.794 4-4s-1.794-4-4-4h-2v-4h2c2.206 0 4-1.794 4-4s-1.794-4-4-4s-4 1.794-4 4v2h-4V5.98h-.002A4.003 4.003 0 0 0 6 2C3.794 2 2 3.794 2 6s1.794 4 4 4h2v4zm2 4c0 1.122-.879 2-2 2s-2-.878-2-2s.879-2 2-2h2zm10-2c1.121 0 2 .878 2 2s-.879 2-2 2s-2-.878-2-2v-2zM16 6c0-1.122.879-2 2-2s2 .878 2 2s-.879 2-2 2h-2zM6 8c-1.121 0-2-.878-2-2s.879-2 2-2s2 .878 2 2v2zm4 2h4v4h-4z"/></svg>
</template>

CSS

.icon-command {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014c-2.206%200-4%201.794-4%204s1.794%204%204%204a4.003%204.003%200%200%200%203.998-3.98H10V16h4v2.039h.004A4%204%200%200%200%2018%2022c2.206%200%204-1.794%204-4s-1.794-4-4-4h-2v-4h2c2.206%200%204-1.794%204-4s-1.794-4-4-4s-4%201.794-4%204v2h-4V5.98h-.002A4.003%204.003%200%200%200%206%202C3.794%202%202%203.794%202%206s1.794%204%204%204h2v4zm2%204c0%201.122-.879%202-2%202s-2-.878-2-2s.879-2%202-2h2zm10-2c1.121%200%202%20.878%202%202s-.879%202-2%202s-2-.878-2-2v-2zM16%206c0-1.122.879-2%202-2s2%20.878%202%202s-.879%202-2%202h-2zM6%208c-1.121%200-2-.878-2-2s.879-2%202-2s2%20.878%202%202v2zm4%202h4v4h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2014c-2.206%200-4%201.794-4%204s1.794%204%204%204a4.003%204.003%200%200%200%203.998-3.98H10V16h4v2.039h.004A4%204%200%200%200%2018%2022c2.206%200%204-1.794%204-4s-1.794-4-4-4h-2v-4h2c2.206%200%204-1.794%204-4s-1.794-4-4-4s-4%201.794-4%204v2h-4V5.98h-.002A4.003%204.003%200%200%200%206%202C3.794%202%202%203.794%202%206s1.794%204%204%204h2v4zm2%204c0%201.122-.879%202-2%202s-2-.878-2-2s.879-2%202-2h2zm10-2c1.121%200%202%20.878%202%202s-.879%202-2%202s-2-.878-2-2v-2zM16%206c0-1.122.879-2%202-2s2%20.878%202%202s-.879%202-2%202h-2zM6%208c-1.121%200-2-.878-2-2s.879-2%202-2s2%20.878%202%202v2zm4%202h4v4h-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/command.svg?color=%231a73e8&size=48