Skip to main content

Keyboard Keys


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">keyboard_keys</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#keyboard-keys" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-keyboard-keys" viewBox="0 0 24 24">
  <path d="M5.75 9.5h-2.5V7h2.5zM9.5 7H7v2.5h2.5zm3.75 0h-2.5v2.5h2.5zM17 7h-2.5v2.5H17zm1.25 0v2.5h2.5V7zm-15 10h2.5v-2.5h-2.5zm5-3.75h2.5v-2.5h-2.5zm-3.75 0H7v-2.5H4.5zm7.5 0h2.5v-2.5H12zm3.75 0h2.5v-2.5h-2.5zm2.5 3.75h2.5v-2.5h-2.5zM7 17h10v-2.5H7z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.