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

Name
keyboard-dock-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the keyboard dock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 3.5A1.5 1.5 0 0 1 3.5 2h13A1.5 1.5 0 0 1 18 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-6v3.293l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L9.5 16.293V13h-6A1.5 1.5 0 0 1 2 11.5zm3.502 2.505a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m6 0a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505M5.5 10a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm8.25-4.748a.752.752 0 1 0 1.505 0a.752.752 0 0 0-1.505 0m-7.505 2.5a.752.752 0 1 0 1.505 0a.752.752 0 0 0-1.505 0m3.757.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m2.253-.753a.752.752 0 1 0 1.504 0a.752.752 0 0 0-1.504 0M8.502 6.005a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505"/></svg>

React

import type { SVGProps } from "react";

export function FluentKeyboardDock20Filled(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 3.5A1.5 1.5 0 0 1 3.5 2h13A1.5 1.5 0 0 1 18 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-6v3.293l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L9.5 16.293V13h-6A1.5 1.5 0 0 1 2 11.5zm3.502 2.505a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m6 0a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505M5.5 10a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm8.25-4.748a.752.752 0 1 0 1.505 0a.752.752 0 0 0-1.505 0m-7.505 2.5a.752.752 0 1 0 1.505 0a.752.752 0 0 0-1.505 0m3.757.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m2.253-.753a.752.752 0 1 0 1.504 0a.752.752 0 0 0-1.504 0M8.502 6.005a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505"/></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 3.5A1.5 1.5 0 0 1 3.5 2h13A1.5 1.5 0 0 1 18 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-6v3.293l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L9.5 16.293V13h-6A1.5 1.5 0 0 1 2 11.5zm3.502 2.505a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m6 0a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505M5.5 10a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm8.25-4.748a.752.752 0 1 0 1.505 0a.752.752 0 0 0-1.505 0m-7.505 2.5a.752.752 0 1 0 1.505 0a.752.752 0 0 0-1.505 0m3.757.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m2.253-.753a.752.752 0 1 0 1.504 0a.752.752 0 0 0-1.504 0M8.502 6.005a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505"/></svg>
</template>

CSS

.icon-keyboard-dock-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%203.5A1.5%201.5%200%200%201%203.5%202h13A1.5%201.5%200%200%201%2018%203.5v8a1.5%201.5%200%200%201-1.5%201.5h-6v3.293l1.146-1.147a.5.5%200%200%201%20.708.708l-2%202a.5.5%200%200%201-.708%200l-2-2a.5.5%200%200%201%20.708-.708L9.5%2016.293V13h-6A1.5%201.5%200%200%201%202%2011.5zm3.502%202.505a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m6%200a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505M5.5%2010a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm8.25-4.748a.752.752%200%201%200%201.505%200a.752.752%200%200%200-1.505%200m-7.505%202.5a.752.752%200%201%200%201.505%200a.752.752%200%200%200-1.505%200m3.757.753a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m2.253-.753a.752.752%200%201%200%201.504%200a.752.752%200%200%200-1.504%200M8.502%206.005a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505%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%203.5A1.5%201.5%200%200%201%203.5%202h13A1.5%201.5%200%200%201%2018%203.5v8a1.5%201.5%200%200%201-1.5%201.5h-6v3.293l1.146-1.147a.5.5%200%200%201%20.708.708l-2%202a.5.5%200%200%201-.708%200l-2-2a.5.5%200%200%201%20.708-.708L9.5%2016.293V13h-6A1.5%201.5%200%200%201%202%2011.5zm3.502%202.505a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m6%200a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505M5.5%2010a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm8.25-4.748a.752.752%200%201%200%201.505%200a.752.752%200%200%200-1.505%200m-7.505%202.5a.752.752%200%201%200%201.505%200a.752.752%200%200%200-1.505%200m3.757.753a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m2.253-.753a.752.752%200%201%200%201.504%200a.752.752%200%200%200-1.504%200M8.502%206.005a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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