Keyboard Command Key icon

Keyboard Command Key is a Google Material Symbol from the UI actions category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

keyboard_command_key_outlined_fill0_wght400.svg

Keyboard Command Key icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=keyboard_command_key" />

<span class="material-symbols-outlined">keyboard_command_key</span>

Keyboard Command Key icon in React

// With the font from the HTML tab:
export function KeyboardCommandKeyIcon() {
  return (
    <span className="material-symbols-outlined">
      keyboard_command_key
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import KeyboardCommandKeyIcon from "@material-symbols/svg-400/outlined/keyboard_command_key.svg?react";

Keyboard Command Key icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">keyboard_command_key</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import KeyboardCommandKeyIcon from "@material-symbols/svg-400/outlined/keyboard_command_key.svg?component"; -->

Keyboard Command Key icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">keyboard_command_key</mat-icon>

Keyboard Command Key icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.keyboard_command_key, fill: 0, weight: 400)

Keyboard Command Key icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/keyboard_command_key.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.248 21q-1.348 0-2.298-.952-.95-.953-.95-2.3t.952-2.298q.952-.95 2.298-.95h1.75v-5h-1.75q-1.346 0-2.298-.952-.952-.953-.952-2.3t.953-2.298q.952-.95 2.3-.95t2.297 .952q.95 .952 .95 2.298v1.75h5v-1.75q0-1.346 .953-2.298 .952-.952 2.3-.952t2.297 .952q.95 .953 .95 2.3T20.048 8.55q-.951 .95-2.298 .95h-1.75v5h1.75q1.347 0 2.298 .953 .952 .952 .952 2.3T20.048 20.05q-.953 .95-2.3 .95T15.45 20.048q-.95-.951-.95-2.298v-1.75H9.5v1.75q0 1.347-.952 2.298-.953 .952-2.3 .952Zm-.001-1.5q.728 0 1.241-.51Q8 18.479 8 17.75v-1.75h-1.75q-.729 0-1.239 .51Q4.5 17.019 4.5 17.747t.51 1.241q.509 .512 1.237 .512Zm11.5 0q.728 0 1.241-.509 .512-.51 .512-1.238t-.51-1.24Q18.479 16 17.75 16h-1.75v1.75q0 .729 .51 1.24Q17.019 19.5 17.747 19.5ZM9.5 14.5h5v-5H9.5v5ZM6.25 8h1.75v-1.75q0-.729-.509-1.24Q6.981 4.5 6.253 4.5t-1.24 .51q-.513 .509-.513 1.237t.511 1.241Q5.521 8 6.25 8Zm9.75 0h1.75q.729 0 1.24-.509Q19.5 6.981 19.5 6.253t-.509-1.24q-.51-.513-1.238-.513t-1.24 .51Q16 5.521 16 6.25v1.75Z" />
</vector>

Keyboard Command Key icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/keyboard_command_key.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/keyboard_command_key.svg" width="24" height="24" alt="Keyboard Command Key">

Keyboard Command Key icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameKeyboard Command Key
Ligaturekeyboard_command_key
Code pointU+EAE7
CategoryUI actions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/keyboard_command_key.svg, keyboard_command_key-fill.svg
FlutterSymbols.keyboard_command_key
LicenseApache License 2.0 (© Google LLC)

Keywords

ui actionshardwaredigitalinputactionoptionglyphfunctioncomputingmacinterface elementshortcutoperating system

Related icons