command icon

command from IconPark by ByteDance · Color · Connect · Apache-2.0 Free for personal and commercial use.

Name
command
Set
IconPark
Style
Color
Category
Connect
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More connect icons from IconPark

Use the command icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M9.45455 14.9091C10.5023 14.9091 12.3205 14.9091 14.9091 14.9091C14.9091 12.2333 14.9091 10.4151 14.9091 9.45455C14.9091 6.44208 12.467 4 9.45455 4C6.44208 4 4 6.44208 4 9.45455C4 12.467 6.44208 14.9091 9.45455 14.9091Z"/><path fill="#2F88FF" d="M9.45455 33.0909H14.9091V38.5454C14.9091 41.5579 12.467 44 9.45455 44C6.44208 44 4 41.5579 4 38.5454C4 35.533 6.44208 33.0909 9.45455 33.0909Z"/><rect width="18.182" height="18.182" x="14.909" y="14.909" stroke-linecap="round"/><path fill="#2F88FF" d="M38.5454 14.9091H33.0908V9.45455C33.0908 6.44208 35.5329 4 38.5454 4C41.5578 4 43.9999 6.44208 43.9999 9.45455C43.9999 12.467 41.5578 14.9091 38.5454 14.9091Z"/><path fill="#2F88FF" d="M38.5454 33.0909C41.5578 33.0909 43.9999 35.533 43.9999 38.5454C43.9999 41.5579 41.5578 44 38.5454 44C35.5329 44 33.0908 41.5579 33.0908 38.5454V33.0909H38.5454Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCommand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M9.45455 14.9091C10.5023 14.9091 12.3205 14.9091 14.9091 14.9091C14.9091 12.2333 14.9091 10.4151 14.9091 9.45455C14.9091 6.44208 12.467 4 9.45455 4C6.44208 4 4 6.44208 4 9.45455C4 12.467 6.44208 14.9091 9.45455 14.9091Z"/><path fill="#2F88FF" d="M9.45455 33.0909H14.9091V38.5454C14.9091 41.5579 12.467 44 9.45455 44C6.44208 44 4 41.5579 4 38.5454C4 35.533 6.44208 33.0909 9.45455 33.0909Z"/><rect width="18.182" height="18.182" x="14.909" y="14.909" strokeLinecap="round"/><path fill="#2F88FF" d="M38.5454 14.9091H33.0908V9.45455C33.0908 6.44208 35.5329 4 38.5454 4C41.5578 4 43.9999 6.44208 43.9999 9.45455C43.9999 12.467 41.5578 14.9091 38.5454 14.9091Z"/><path fill="#2F88FF" d="M38.5454 33.0909C41.5578 33.0909 43.9999 35.533 43.9999 38.5454C43.9999 41.5579 41.5578 44 38.5454 44C35.5329 44 33.0908 41.5579 33.0908 38.5454V33.0909H38.5454Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M9.45455 14.9091C10.5023 14.9091 12.3205 14.9091 14.9091 14.9091C14.9091 12.2333 14.9091 10.4151 14.9091 9.45455C14.9091 6.44208 12.467 4 9.45455 4C6.44208 4 4 6.44208 4 9.45455C4 12.467 6.44208 14.9091 9.45455 14.9091Z"/><path fill="#2F88FF" d="M9.45455 33.0909H14.9091V38.5454C14.9091 41.5579 12.467 44 9.45455 44C6.44208 44 4 41.5579 4 38.5454C4 35.533 6.44208 33.0909 9.45455 33.0909Z"/><rect width="18.182" height="18.182" x="14.909" y="14.909" stroke-linecap="round"/><path fill="#2F88FF" d="M38.5454 14.9091H33.0908V9.45455C33.0908 6.44208 35.5329 4 38.5454 4C41.5578 4 43.9999 6.44208 43.9999 9.45455C43.9999 12.467 41.5578 14.9091 38.5454 14.9091Z"/><path fill="#2F88FF" d="M38.5454 33.0909C41.5578 33.0909 43.9999 35.533 43.9999 38.5454C43.9999 41.5579 41.5578 44 38.5454 44C35.5329 44 33.0908 41.5579 33.0908 38.5454V33.0909H38.5454Z"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.45455%2014.9091C10.5023%2014.9091%2012.3205%2014.9091%2014.9091%2014.9091C14.9091%2012.2333%2014.9091%2010.4151%2014.9091%209.45455C14.9091%206.44208%2012.467%204%209.45455%204C6.44208%204%204%206.44208%204%209.45455C4%2012.467%206.44208%2014.9091%209.45455%2014.9091Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.45455%2033.0909H14.9091V38.5454C14.9091%2041.5579%2012.467%2044%209.45455%2044C6.44208%2044%204%2041.5579%204%2038.5454C4%2035.533%206.44208%2033.0909%209.45455%2033.0909Z%22%2F%3E%3Crect%20width%3D%2218.182%22%20height%3D%2218.182%22%20x%3D%2214.909%22%20y%3D%2214.909%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.5454%2014.9091H33.0908V9.45455C33.0908%206.44208%2035.5329%204%2038.5454%204C41.5578%204%2043.9999%206.44208%2043.9999%209.45455C43.9999%2012.467%2041.5578%2014.9091%2038.5454%2014.9091Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.5454%2033.0909C41.5578%2033.0909%2043.9999%2035.533%2043.9999%2038.5454C43.9999%2041.5579%2041.5578%2044%2038.5454%2044C35.5329%2044%2033.0908%2041.5579%2033.0908%2038.5454V33.0909H38.5454Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.45455%2014.9091C10.5023%2014.9091%2012.3205%2014.9091%2014.9091%2014.9091C14.9091%2012.2333%2014.9091%2010.4151%2014.9091%209.45455C14.9091%206.44208%2012.467%204%209.45455%204C6.44208%204%204%206.44208%204%209.45455C4%2012.467%206.44208%2014.9091%209.45455%2014.9091Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M9.45455%2033.0909H14.9091V38.5454C14.9091%2041.5579%2012.467%2044%209.45455%2044C6.44208%2044%204%2041.5579%204%2038.5454C4%2035.533%206.44208%2033.0909%209.45455%2033.0909Z%22%2F%3E%3Crect%20width%3D%2218.182%22%20height%3D%2218.182%22%20x%3D%2214.909%22%20y%3D%2214.909%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.5454%2014.9091H33.0908V9.45455C33.0908%206.44208%2035.5329%204%2038.5454%204C41.5578%204%2043.9999%206.44208%2043.9999%209.45455C43.9999%2012.467%2041.5578%2014.9091%2038.5454%2014.9091Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M38.5454%2033.0909C41.5578%2033.0909%2043.9999%2035.533%2043.9999%2038.5454C43.9999%2041.5579%2041.5578%2044%2038.5454%2044C35.5329%2044%2033.0908%2041.5579%2033.0908%2038.5454V33.0909H38.5454Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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