keyboard 123 icon
keyboard-123-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- keyboard-123-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 123 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.877 3.604c.386-.44.759-.587 1.054-.602c.302-.017.58.101.778.291c.202.193.296.433.282.642c-.012.187-.117.43-.49.646c-1.237.712-1.872 1.389-2.194 1.934c-.16.272-.24.507-.277.689q-.027.136-.029.225a1 1 0 0 0 .003.122v.002a.5.5 0 0 0 .497.448h3a.5.5 0 0 0 0-1H5.18c.219-.359.71-.915 1.819-1.554c.615-.354.952-.874.99-1.447c.036-.552-.212-1.068-.59-1.43a2.05 2.05 0 0 0-1.523-.567c-.607.032-1.22.335-1.752.943a.5.5 0 1 0 .752.658m-2.114-1.53A.5.5 0 0 1 3 2.5v5a.5.5 0 0 1-1 0V3.309l-.778.388a.5.5 0 0 1-.447-.894l1.502-.75a.5.5 0 0 1 .486.022M11.035 3c-.33 0-.746.142-1.163.605a.5.5 0 1 1-.743-.67C9.712 2.29 10.389 2 11.036 2c.634 0 1.202.28 1.562.7s.542 1.024.275 1.612a1.7 1.7 0 0 1-.59.688q.407.286.59.69c.267.587.086 1.193-.275 1.613c-.36.419-.928.699-1.563.699c-.647 0-1.324-.29-1.907-.938a.5.5 0 1 1 .744-.669c.417.464.834.607 1.163.607c.342 0 .634-.153.805-.351c.17-.198.192-.395.123-.549c-.077-.169-.336-.446-1.074-.615a.5.5 0 0 1 0-.975c.738-.168.997-.445 1.074-.613c.07-.153.047-.35-.123-.548A1.07 1.07 0 0 0 11.035 3M2 14.5V8.914a1.5 1.5 0 0 0 1.5-.296c.267.239.619.383 1.001.383h3a1.5 1.5 0 0 0 1.341-.828c.657.545 1.416.829 2.194.829c.926 0 1.77-.408 2.32-1.047c.55-.64.893-1.654.428-2.679A3 3 0 0 0 13.638 5H16.5A1.5 1.5 0 0 1 18 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 14.5M5.5 13a.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.505 0a.752.752 0 0 0-1.505 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentKeyboard12320Filled(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="M4.877 3.604c.386-.44.759-.587 1.054-.602c.302-.017.58.101.778.291c.202.193.296.433.282.642c-.012.187-.117.43-.49.646c-1.237.712-1.872 1.389-2.194 1.934c-.16.272-.24.507-.277.689q-.027.136-.029.225a1 1 0 0 0 .003.122v.002a.5.5 0 0 0 .497.448h3a.5.5 0 0 0 0-1H5.18c.219-.359.71-.915 1.819-1.554c.615-.354.952-.874.99-1.447c.036-.552-.212-1.068-.59-1.43a2.05 2.05 0 0 0-1.523-.567c-.607.032-1.22.335-1.752.943a.5.5 0 1 0 .752.658m-2.114-1.53A.5.5 0 0 1 3 2.5v5a.5.5 0 0 1-1 0V3.309l-.778.388a.5.5 0 0 1-.447-.894l1.502-.75a.5.5 0 0 1 .486.022M11.035 3c-.33 0-.746.142-1.163.605a.5.5 0 1 1-.743-.67C9.712 2.29 10.389 2 11.036 2c.634 0 1.202.28 1.562.7s.542 1.024.275 1.612a1.7 1.7 0 0 1-.59.688q.407.286.59.69c.267.587.086 1.193-.275 1.613c-.36.419-.928.699-1.563.699c-.647 0-1.324-.29-1.907-.938a.5.5 0 1 1 .744-.669c.417.464.834.607 1.163.607c.342 0 .634-.153.805-.351c.17-.198.192-.395.123-.549c-.077-.169-.336-.446-1.074-.615a.5.5 0 0 1 0-.975c.738-.168.997-.445 1.074-.613c.07-.153.047-.35-.123-.548A1.07 1.07 0 0 0 11.035 3M2 14.5V8.914a1.5 1.5 0 0 0 1.5-.296c.267.239.619.383 1.001.383h3a1.5 1.5 0 0 0 1.341-.828c.657.545 1.416.829 2.194.829c.926 0 1.77-.408 2.32-1.047c.55-.64.893-1.654.428-2.679A3 3 0 0 0 13.638 5H16.5A1.5 1.5 0 0 1 18 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 14.5M5.5 13a.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.505 0a.752.752 0 0 0-1.505 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.877 3.604c.386-.44.759-.587 1.054-.602c.302-.017.58.101.778.291c.202.193.296.433.282.642c-.012.187-.117.43-.49.646c-1.237.712-1.872 1.389-2.194 1.934c-.16.272-.24.507-.277.689q-.027.136-.029.225a1 1 0 0 0 .003.122v.002a.5.5 0 0 0 .497.448h3a.5.5 0 0 0 0-1H5.18c.219-.359.71-.915 1.819-1.554c.615-.354.952-.874.99-1.447c.036-.552-.212-1.068-.59-1.43a2.05 2.05 0 0 0-1.523-.567c-.607.032-1.22.335-1.752.943a.5.5 0 1 0 .752.658m-2.114-1.53A.5.5 0 0 1 3 2.5v5a.5.5 0 0 1-1 0V3.309l-.778.388a.5.5 0 0 1-.447-.894l1.502-.75a.5.5 0 0 1 .486.022M11.035 3c-.33 0-.746.142-1.163.605a.5.5 0 1 1-.743-.67C9.712 2.29 10.389 2 11.036 2c.634 0 1.202.28 1.562.7s.542 1.024.275 1.612a1.7 1.7 0 0 1-.59.688q.407.286.59.69c.267.587.086 1.193-.275 1.613c-.36.419-.928.699-1.563.699c-.647 0-1.324-.29-1.907-.938a.5.5 0 1 1 .744-.669c.417.464.834.607 1.163.607c.342 0 .634-.153.805-.351c.17-.198.192-.395.123-.549c-.077-.169-.336-.446-1.074-.615a.5.5 0 0 1 0-.975c.738-.168.997-.445 1.074-.613c.07-.153.047-.35-.123-.548A1.07 1.07 0 0 0 11.035 3M2 14.5V8.914a1.5 1.5 0 0 0 1.5-.296c.267.239.619.383 1.001.383h3a1.5 1.5 0 0 0 1.341-.828c.657.545 1.416.829 2.194.829c.926 0 1.77-.408 2.32-1.047c.55-.64.893-1.654.428-2.679A3 3 0 0 0 13.638 5H16.5A1.5 1.5 0 0 1 18 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 14.5M5.5 13a.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.505 0a.752.752 0 0 0-1.505 0"/></svg> </template>
CSS
.icon-keyboard-123-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%22M4.877%203.604c.386-.44.759-.587%201.054-.602c.302-.017.58.101.778.291c.202.193.296.433.282.642c-.012.187-.117.43-.49.646c-1.237.712-1.872%201.389-2.194%201.934c-.16.272-.24.507-.277.689q-.027.136-.029.225a1%201%200%200%200%20.003.122v.002a.5.5%200%200%200%20.497.448h3a.5.5%200%200%200%200-1H5.18c.219-.359.71-.915%201.819-1.554c.615-.354.952-.874.99-1.447c.036-.552-.212-1.068-.59-1.43a2.05%202.05%200%200%200-1.523-.567c-.607.032-1.22.335-1.752.943a.5.5%200%201%200%20.752.658m-2.114-1.53A.5.5%200%200%201%203%202.5v5a.5.5%200%200%201-1%200V3.309l-.778.388a.5.5%200%200%201-.447-.894l1.502-.75a.5.5%200%200%201%20.486.022M11.035%203c-.33%200-.746.142-1.163.605a.5.5%200%201%201-.743-.67C9.712%202.29%2010.389%202%2011.036%202c.634%200%201.202.28%201.562.7s.542%201.024.275%201.612a1.7%201.7%200%200%201-.59.688q.407.286.59.69c.267.587.086%201.193-.275%201.613c-.36.419-.928.699-1.563.699c-.647%200-1.324-.29-1.907-.938a.5.5%200%201%201%20.744-.669c.417.464.834.607%201.163.607c.342%200%20.634-.153.805-.351c.17-.198.192-.395.123-.549c-.077-.169-.336-.446-1.074-.615a.5.5%200%200%201%200-.975c.738-.168.997-.445%201.074-.613c.07-.153.047-.35-.123-.548A1.07%201.07%200%200%200%2011.035%203M2%2014.5V8.914a1.5%201.5%200%200%200%201.5-.296c.267.239.619.383%201.001.383h3a1.5%201.5%200%200%200%201.341-.828c.657.545%201.416.829%202.194.829c.926%200%201.77-.408%202.32-1.047c.55-.64.893-1.654.428-2.679A3%203%200%200%200%2013.638%205H16.5A1.5%201.5%200%200%201%2018%206.5v8a1.5%201.5%200%200%201-1.5%201.5h-13A1.5%201.5%200%200%201%202%2014.5M5.5%2013a.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.505%200a.752.752%200%200%200-1.505%200%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%22M4.877%203.604c.386-.44.759-.587%201.054-.602c.302-.017.58.101.778.291c.202.193.296.433.282.642c-.012.187-.117.43-.49.646c-1.237.712-1.872%201.389-2.194%201.934c-.16.272-.24.507-.277.689q-.027.136-.029.225a1%201%200%200%200%20.003.122v.002a.5.5%200%200%200%20.497.448h3a.5.5%200%200%200%200-1H5.18c.219-.359.71-.915%201.819-1.554c.615-.354.952-.874.99-1.447c.036-.552-.212-1.068-.59-1.43a2.05%202.05%200%200%200-1.523-.567c-.607.032-1.22.335-1.752.943a.5.5%200%201%200%20.752.658m-2.114-1.53A.5.5%200%200%201%203%202.5v5a.5.5%200%200%201-1%200V3.309l-.778.388a.5.5%200%200%201-.447-.894l1.502-.75a.5.5%200%200%201%20.486.022M11.035%203c-.33%200-.746.142-1.163.605a.5.5%200%201%201-.743-.67C9.712%202.29%2010.389%202%2011.036%202c.634%200%201.202.28%201.562.7s.542%201.024.275%201.612a1.7%201.7%200%200%201-.59.688q.407.286.59.69c.267.587.086%201.193-.275%201.613c-.36.419-.928.699-1.563.699c-.647%200-1.324-.29-1.907-.938a.5.5%200%201%201%20.744-.669c.417.464.834.607%201.163.607c.342%200%20.634-.153.805-.351c.17-.198.192-.395.123-.549c-.077-.169-.336-.446-1.074-.615a.5.5%200%200%201%200-.975c.738-.168.997-.445%201.074-.613c.07-.153.047-.35-.123-.548A1.07%201.07%200%200%200%2011.035%203M2%2014.5V8.914a1.5%201.5%200%200%200%201.5-.296c.267.239.619.383%201.001.383h3a1.5%201.5%200%200%200%201.341-.828c.657.545%201.416.829%202.194.829c.926%200%201.77-.408%202.32-1.047c.55-.64.893-1.654.428-2.679A3%203%200%200%200%2013.638%205H16.5A1.5%201.5%200%200%201%2018%206.5v8a1.5%201.5%200%200%201-1.5%201.5h-13A1.5%201.5%200%200%201%202%2014.5M5.5%2013a.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.505%200a.752.752%200%200%200-1.505%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/keyboard-123-20-filled.svg?color=%231a73e8&size=48