desktop-keyboard-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
desktop-keyboard-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the desktop keyboard icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.104a2.8 2.8 0 0 0-.75-.104H17V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5v3.25q.001.392.104.75H6.5a.5.5 0 0 1 0-1H8v-2H4a2 2 0 0 1-2-2zm9.75 8h5.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 17.25 19h-5.5A1.75 1.75 0 0 1 10 17.25v-3.5c0-.966.784-1.75 1.75-1.75m.25 5.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5m.5-3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 1.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 1.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopKeyboard20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.104a2.8 2.8 0 0 0-.75-.104H17V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5v3.25q.001.392.104.75H6.5a.5.5 0 0 1 0-1H8v-2H4a2 2 0 0 1-2-2zm9.75 8h5.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 17.25 19h-5.5A1.75 1.75 0 0 1 10 17.25v-3.5c0-.966.784-1.75 1.75-1.75m.25 5.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5m.5-3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 1.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 1.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v7.104a2.8 2.8 0 0 0-.75-.104H17V4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5v3.25q.001.392.104.75H6.5a.5.5 0 0 1 0-1H8v-2H4a2 2 0 0 1-2-2zm9.75 8h5.5c.966 0 1.75.784 1.75 1.75v3.5A1.75 1.75 0 0 1 17.25 19h-5.5A1.75 1.75 0 0 1 10 17.25v-3.5c0-.966.784-1.75 1.75-1.75m.25 5.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1h-4a.5.5 0 0 0-.5.5m.5-3.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 1.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m1.5 1.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m.5-1.5a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1"/></svg>
</template>

CSS

.icon-desktop-keyboard-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v7.104a2.8%202.8%200%200%200-.75-.104H17V4a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h5v3.25q.001.392.104.75H6.5a.5.5%200%200%201%200-1H8v-2H4a2%202%200%200%201-2-2zm9.75%208h5.5c.966%200%201.75.784%201.75%201.75v3.5A1.75%201.75%200%200%201%2017.25%2019h-5.5A1.75%201.75%200%200%201%2010%2017.25v-3.5c0-.966.784-1.75%201.75-1.75m.25%205.5a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%200-1h-4a.5.5%200%200%200-.5.5m.5-3.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m1.5%201.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m1.5%201.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204a2%202%200%200%201%202-2h12a2%202%200%200%201%202%202v7.104a2.8%202.8%200%200%200-.75-.104H17V4a1%201%200%200%200-1-1H4a1%201%200%200%200-1%201v9a1%201%200%200%200%201%201h5v3.25q.001.392.104.75H6.5a.5.5%200%200%201%200-1H8v-2H4a2%202%200%200%201-2-2zm9.75%208h5.5c.966%200%201.75.784%201.75%201.75v3.5A1.75%201.75%200%200%201%2017.25%2019h-5.5A1.75%201.75%200%200%201%2010%2017.25v-3.5c0-.966.784-1.75%201.75-1.75m.25%205.5a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200%200-1h-4a.5.5%200%200%200-.5.5m.5-3.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m1.5%201.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m1.5%201.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m.5-1.5a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/desktop-keyboard-20-regular.svg?color=%231a73e8&size=48