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

Name
desktop-keyboard-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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-.104h-5.5A2.75 2.75 0 0 0 9 13.75v3.5q.001.392.104.75H6.5a.5.5 0 0 1 0-1H8v-2H4a2 2 0 0 1-2-2zm9.75 8A1.75 1.75 0 0 0 10 13.75v3.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 19 17.25v-3.5A1.75 1.75 0 0 0 17.25 12zm.25 5.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5-3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m1.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-1.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m1.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-1.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentDesktopKeyboard20Filled(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-.104h-5.5A2.75 2.75 0 0 0 9 13.75v3.5q.001.392.104.75H6.5a.5.5 0 0 1 0-1H8v-2H4a2 2 0 0 1-2-2zm9.75 8A1.75 1.75 0 0 0 10 13.75v3.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 19 17.25v-3.5A1.75 1.75 0 0 0 17.25 12zm.25 5.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5-3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m1.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-1.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m1.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-1.5a.5.5 0 1 1 0-1a.5.5 0 0 1 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-.104h-5.5A2.75 2.75 0 0 0 9 13.75v3.5q.001.392.104.75H6.5a.5.5 0 0 1 0-1H8v-2H4a2 2 0 0 1-2-2zm9.75 8A1.75 1.75 0 0 0 10 13.75v3.5c0 .966.784 1.75 1.75 1.75h5.5A1.75 1.75 0 0 0 19 17.25v-3.5A1.75 1.75 0 0 0 17.25 12zm.25 5.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5-3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m1.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-1.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m1.5 1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m.5-1.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
</template>

CSS

.icon-desktop-keyboard-20-filled {
  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-.104h-5.5A2.75%202.75%200%200%200%209%2013.75v3.5q.001.392.104.75H6.5a.5.5%200%200%201%200-1H8v-2H4a2%202%200%200%201-2-2zm9.75%208A1.75%201.75%200%200%200%2010%2013.75v3.5c0%20.966.784%201.75%201.75%201.75h5.5A1.75%201.75%200%200%200%2019%2017.25v-3.5A1.75%201.75%200%200%200%2017.25%2012zm.25%205.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m.5-3.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m1.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m.5-1.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m1.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m.5-1.5a.5.5%200%201%201%200-1a.5.5%200%200%201%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-.104h-5.5A2.75%202.75%200%200%200%209%2013.75v3.5q.001.392.104.75H6.5a.5.5%200%200%201%200-1H8v-2H4a2%202%200%200%201-2-2zm9.75%208A1.75%201.75%200%200%200%2010%2013.75v3.5c0%20.966.784%201.75%201.75%201.75h5.5A1.75%201.75%200%200%200%2019%2017.25v-3.5A1.75%201.75%200%200%200%2017.25%2012zm.25%205.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m.5-3.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m1.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m.5-1.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m1.5%201.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m.5-1.5a.5.5%200%201%201%200-1a.5.5%200%200%201%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-filled.svg?color=%231a73e8&size=48