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

Name
keyboard-dock-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M5.5 10a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm6.755-4.748a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m2.247.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m-8.247-.753a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m.743 3.253a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m3.757-.753a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m2.252.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505M9.255 5.252a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0M3.5 2A1.5 1.5 0 0 0 2 3.5v8A1.5 1.5 0 0 0 3.5 13h6v3.293l-1.146-1.147a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L10.5 16.293V13h6a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 16.5 2zm13 10h-13a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentKeyboardDock20Regular(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="M5.5 10a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm6.755-4.748a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m2.247.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m-8.247-.753a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m.743 3.253a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m3.757-.753a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m2.252.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505M9.255 5.252a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0M3.5 2A1.5 1.5 0 0 0 2 3.5v8A1.5 1.5 0 0 0 3.5 13h6v3.293l-1.146-1.147a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L10.5 16.293V13h6a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 16.5 2zm13 10h-13a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 10a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm6.755-4.748a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m2.247.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m-8.247-.753a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m.743 3.253a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505m3.757-.753a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0m2.252.753a.752.752 0 1 0 0-1.505a.752.752 0 0 0 0 1.505M9.255 5.252a.752.752 0 1 1-1.505 0a.752.752 0 0 1 1.505 0M3.5 2A1.5 1.5 0 0 0 2 3.5v8A1.5 1.5 0 0 0 3.5 13h6v3.293l-1.146-1.147a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L10.5 16.293V13h6a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 16.5 2zm13 10h-13a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5"/></svg>
</template>

CSS

.icon-keyboard-dock-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%22M5.5%2010a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm6.755-4.748a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200m2.247.753a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m-8.247-.753a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200m.743%203.253a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m3.757-.753a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200m2.252.753a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505M9.255%205.252a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200M3.5%202A1.5%201.5%200%200%200%202%203.5v8A1.5%201.5%200%200%200%203.5%2013h6v3.293l-1.146-1.147a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l2-2a.5.5%200%200%200-.708-.708L10.5%2016.293V13h6a1.5%201.5%200%200%200%201.5-1.5v-8A1.5%201.5%200%200%200%2016.5%202zm13%2010h-13a.5.5%200%200%201-.5-.5v-8a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%20.5.5v8a.5.5%200%200%201-.5.5%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%22M5.5%2010a.5.5%200%200%200%200%201h9a.5.5%200%200%200%200-1zm6.755-4.748a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200m2.247.753a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m-8.247-.753a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200m.743%203.253a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505m3.757-.753a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200m2.252.753a.752.752%200%201%200%200-1.505a.752.752%200%200%200%200%201.505M9.255%205.252a.752.752%200%201%201-1.505%200a.752.752%200%200%201%201.505%200M3.5%202A1.5%201.5%200%200%200%202%203.5v8A1.5%201.5%200%200%200%203.5%2013h6v3.293l-1.146-1.147a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l2-2a.5.5%200%200%200-.708-.708L10.5%2016.293V13h6a1.5%201.5%200%200%200%201.5-1.5v-8A1.5%201.5%200%200%200%2016.5%202zm13%2010h-13a.5.5%200%200%201-.5-.5v-8a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%20.5.5v8a.5.5%200%200%201-.5.5%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-regular.svg?color=%231a73e8&size=48