command-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
command-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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="M14.261 5.977c0-3.33 4.137-4.944 6.422-2.66c2.284 2.285.67 6.422-2.66 6.422H15.76v4.522h2.262c3.33 0 4.944 4.137 2.66 6.422c-2.285 2.284-6.422.67-6.422-2.66v-2.261H9.738v2.26c0 3.331-4.136 4.945-6.42 2.66c-2.285-2.284-.671-6.42 2.659-6.42h2.261V9.739H5.977c-3.33 0-4.944-4.137-2.66-6.422c2.285-2.284 6.421-.67 6.421 2.66V8.24h4.523zm0 3.762H9.738v4.522h4.523z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCommandSolid(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="M14.261 5.977c0-3.33 4.137-4.944 6.422-2.66c2.284 2.285.67 6.422-2.66 6.422H15.76v4.522h2.262c3.33 0 4.944 4.137 2.66 6.422c-2.285 2.284-6.422.67-6.422-2.66v-2.261H9.738v2.26c0 3.331-4.136 4.945-6.42 2.66c-2.285-2.284-.671-6.42 2.659-6.42h2.261V9.739H5.977c-3.33 0-4.944-4.137-2.66-6.422c2.285-2.284 6.421-.67 6.421 2.66V8.24h4.523zm0 3.762H9.738v4.522h4.523z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.261 5.977c0-3.33 4.137-4.944 6.422-2.66c2.284 2.285.67 6.422-2.66 6.422H15.76v4.522h2.262c3.33 0 4.944 4.137 2.66 6.422c-2.285 2.284-6.422.67-6.422-2.66v-2.261H9.738v2.26c0 3.331-4.136 4.945-6.42 2.66c-2.285-2.284-.671-6.42 2.659-6.42h2.261V9.739H5.977c-3.33 0-4.944-4.137-2.66-6.422c2.285-2.284 6.421-.67 6.421 2.66V8.24h4.523zm0 3.762H9.738v4.522h4.523z"/></svg>
</template>

CSS

.icon-command-solid {
  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%22M14.261%205.977c0-3.33%204.137-4.944%206.422-2.66c2.284%202.285.67%206.422-2.66%206.422H15.76v4.522h2.262c3.33%200%204.944%204.137%202.66%206.422c-2.285%202.284-6.422.67-6.422-2.66v-2.261H9.738v2.26c0%203.331-4.136%204.945-6.42%202.66c-2.285-2.284-.671-6.42%202.659-6.42h2.261V9.739H5.977c-3.33%200-4.944-4.137-2.66-6.422c2.285-2.284%206.421-.67%206.421%202.66V8.24h4.523zm0%203.762H9.738v4.522h4.523z%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%22M14.261%205.977c0-3.33%204.137-4.944%206.422-2.66c2.284%202.285.67%206.422-2.66%206.422H15.76v4.522h2.262c3.33%200%204.944%204.137%202.66%206.422c-2.285%202.284-6.422.67-6.422-2.66v-2.261H9.738v2.26c0%203.331-4.136%204.945-6.42%202.66c-2.285-2.284-.671-6.42%202.659-6.42h2.261V9.739H5.977c-3.33%200-4.944-4.137-2.66-6.422c2.285-2.284%206.421-.67%206.421%202.66V8.24h4.523zm0%203.762H9.738v4.522h4.523z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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