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

Name
keyboard-mouse-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the keyboard mouse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1A1.5 1.5 0 0 1 15 2.5v3c0 .66-.26 1.3-.73 1.77S13.16 8 12.5 8s-1.3-.26-1.77-.73S10 6.16 10 5.5v-3A1.5 1.5 0 0 1 11.5 1zm-.65 2.85c.1-.09.15-.22.15-.35V2h-1v1.5c0 .13.05.26.15.35c.09.1.22.15.35.15s.26-.05.35-.15M12.5 9c.936 0 1.815-.364 2.475-1.025l.013-.015l.012-.016v3.306A1.75 1.75 0 0 1 13.25 13H2.75A1.75 1.75 0 0 1 1 11.25v-6.5C1 3.784 1.784 3 2.75 3H9v2.5c0 .934.364 1.813 1.025 2.474A3.47 3.47 0 0 0 12.5 9M9 8.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-2-2a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-1 2a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M3.25 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M3.5 11h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0 0 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentKeyboardMouse16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 1A1.5 1.5 0 0 1 15 2.5v3c0 .66-.26 1.3-.73 1.77S13.16 8 12.5 8s-1.3-.26-1.77-.73S10 6.16 10 5.5v-3A1.5 1.5 0 0 1 11.5 1zm-.65 2.85c.1-.09.15-.22.15-.35V2h-1v1.5c0 .13.05.26.15.35c.09.1.22.15.35.15s.26-.05.35-.15M12.5 9c.936 0 1.815-.364 2.475-1.025l.013-.015l.012-.016v3.306A1.75 1.75 0 0 1 13.25 13H2.75A1.75 1.75 0 0 1 1 11.25v-6.5C1 3.784 1.784 3 2.75 3H9v2.5c0 .934.364 1.813 1.025 2.474A3.47 3.47 0 0 0 12.5 9M9 8.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-2-2a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-1 2a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M3.25 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M3.5 11h9a.5.5 0 0 0 0-1h-9a.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 16 16"><path fill="currentColor" d="M13.5 1A1.5 1.5 0 0 1 15 2.5v3c0 .66-.26 1.3-.73 1.77S13.16 8 12.5 8s-1.3-.26-1.77-.73S10 6.16 10 5.5v-3A1.5 1.5 0 0 1 11.5 1zm-.65 2.85c.1-.09.15-.22.15-.35V2h-1v1.5c0 .13.05.26.15.35c.09.1.22.15.35.15s.26-.05.35-.15M12.5 9c.936 0 1.815-.364 2.475-1.025l.013-.015l.012-.016v3.306A1.75 1.75 0 0 1 13.25 13H2.75A1.75 1.75 0 0 1 1 11.25v-6.5C1 3.784 1.784 3 2.75 3H9v2.5c0 .934.364 1.813 1.025 2.474A3.47 3.47 0 0 0 12.5 9M9 8.25a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-2-2a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-1 2a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M3.25 5.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M3.5 11h9a.5.5 0 0 0 0-1h-9a.5.5 0 0 0 0 1"/></svg>
</template>

CSS

.icon-keyboard-mouse-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201A1.5%201.5%200%200%201%2015%202.5v3c0%20.66-.26%201.3-.73%201.77S13.16%208%2012.5%208s-1.3-.26-1.77-.73S10%206.16%2010%205.5v-3A1.5%201.5%200%200%201%2011.5%201zm-.65%202.85c.1-.09.15-.22.15-.35V2h-1v1.5c0%20.13.05.26.15.35c.09.1.22.15.35.15s.26-.05.35-.15M12.5%209c.936%200%201.815-.364%202.475-1.025l.013-.015l.012-.016v3.306A1.75%201.75%200%200%201%2013.25%2013H2.75A1.75%201.75%200%200%201%201%2011.25v-6.5C1%203.784%201.784%203%202.75%203H9v2.5c0%20.934.364%201.813%201.025%202.474A3.47%203.47%200%200%200%2012.5%209M9%208.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m-2-2a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m-1%202a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M3.25%205.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M3.5%2011h9a.5.5%200%200%200%200-1h-9a.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%201A1.5%201.5%200%200%201%2015%202.5v3c0%20.66-.26%201.3-.73%201.77S13.16%208%2012.5%208s-1.3-.26-1.77-.73S10%206.16%2010%205.5v-3A1.5%201.5%200%200%201%2011.5%201zm-.65%202.85c.1-.09.15-.22.15-.35V2h-1v1.5c0%20.13.05.26.15.35c.09.1.22.15.35.15s.26-.05.35-.15M12.5%209c.936%200%201.815-.364%202.475-1.025l.013-.015l.012-.016v3.306A1.75%201.75%200%200%201%2013.25%2013H2.75A1.75%201.75%200%200%201%201%2011.25v-6.5C1%203.784%201.784%203%202.75%203H9v2.5c0%20.934.364%201.813%201.025%202.474A3.47%203.47%200%200%200%2012.5%209M9%208.25a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m-2-2a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m-1%202a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M3.25%205.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M3.5%2011h9a.5.5%200%200%200%200-1h-9a.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/keyboard-mouse-16-filled.svg?color=%231a73e8&size=48