command icon

command from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.

Name
command
Set
Reicon
Style
Outline
Category
IT
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All command icons →

More it icons from Reicon

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" fill-rule="evenodd" d="M15.25 5A3.75 3.75 0 1 1 19 8.75h-2.25v6.5H19a3.75 3.75 0 1 1-3.75 3.751V16.75h-6.5v2.251a3.75 3.75 0 1 1-3.749-3.75H7.25v-6.5H5.001A3.75 3.75 0 1 1 8.751 5v2.25h6.5zm-8 2.25V5A2.25 2.25 0 1 0 5 7.25zM19 2.75A2.25 2.25 0 0 0 16.75 5v2.25H19a2.25 2.25 0 1 0 0-4.5m-10.25 6v6.5h6.5v-6.5zM21.25 19A2.25 2.25 0 0 0 19 16.75h-2.25V19a2.25 2.25 0 1 0 4.5 0m-18.5 0A2.25 2.25 0 0 1 5 16.75h2.25V19a2.25 2.25 0 1 1-4.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCommand(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" fillRule="evenodd" d="M15.25 5A3.75 3.75 0 1 1 19 8.75h-2.25v6.5H19a3.75 3.75 0 1 1-3.75 3.751V16.75h-6.5v2.251a3.75 3.75 0 1 1-3.749-3.75H7.25v-6.5H5.001A3.75 3.75 0 1 1 8.751 5v2.25h6.5zm-8 2.25V5A2.25 2.25 0 1 0 5 7.25zM19 2.75A2.25 2.25 0 0 0 16.75 5v2.25H19a2.25 2.25 0 1 0 0-4.5m-10.25 6v6.5h6.5v-6.5zM21.25 19A2.25 2.25 0 0 0 19 16.75h-2.25V19a2.25 2.25 0 1 0 4.5 0m-18.5 0A2.25 2.25 0 0 1 5 16.75h2.25V19a2.25 2.25 0 1 1-4.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.25 5A3.75 3.75 0 1 1 19 8.75h-2.25v6.5H19a3.75 3.75 0 1 1-3.75 3.751V16.75h-6.5v2.251a3.75 3.75 0 1 1-3.749-3.75H7.25v-6.5H5.001A3.75 3.75 0 1 1 8.751 5v2.25h6.5zm-8 2.25V5A2.25 2.25 0 1 0 5 7.25zM19 2.75A2.25 2.25 0 0 0 16.75 5v2.25H19a2.25 2.25 0 1 0 0-4.5m-10.25 6v6.5h6.5v-6.5zM21.25 19A2.25 2.25 0 0 0 19 16.75h-2.25V19a2.25 2.25 0 1 0 4.5 0m-18.5 0A2.25 2.25 0 0 1 5 16.75h2.25V19a2.25 2.25 0 1 1-4.5 0" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.25%205A3.75%203.75%200%201%201%2019%208.75h-2.25v6.5H19a3.75%203.75%200%201%201-3.75%203.751V16.75h-6.5v2.251a3.75%203.75%200%201%201-3.749-3.75H7.25v-6.5H5.001A3.75%203.75%200%201%201%208.751%205v2.25h6.5zm-8%202.25V5A2.25%202.25%200%201%200%205%207.25zM19%202.75A2.25%202.25%200%200%200%2016.75%205v2.25H19a2.25%202.25%200%201%200%200-4.5m-10.25%206v6.5h6.5v-6.5zM21.25%2019A2.25%202.25%200%200%200%2019%2016.75h-2.25V19a2.25%202.25%200%201%200%204.5%200m-18.5%200A2.25%202.25%200%200%201%205%2016.75h2.25V19a2.25%202.25%200%201%201-4.5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.25%205A3.75%203.75%200%201%201%2019%208.75h-2.25v6.5H19a3.75%203.75%200%201%201-3.75%203.751V16.75h-6.5v2.251a3.75%203.75%200%201%201-3.749-3.75H7.25v-6.5H5.001A3.75%203.75%200%201%201%208.751%205v2.25h6.5zm-8%202.25V5A2.25%202.25%200%201%200%205%207.25zM19%202.75A2.25%202.25%200%200%200%2016.75%205v2.25H19a2.25%202.25%200%201%200%200-4.5m-10.25%206v6.5h6.5v-6.5zM21.25%2019A2.25%202.25%200%200%200%2019%2016.75h-2.25V19a2.25%202.25%200%201%200%204.5%200m-18.5%200A2.25%202.25%200%200%201%205%2016.75h2.25V19a2.25%202.25%200%201%201-4.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Command outline icon — Reicon · IconsDB