keyboard3 icon

keyboard3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
keyboard3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the keyboard3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.27 3.35c-.47-.07-1.01-.1-1.77-.1h-9c-.75 0-1.3.03-1.74.09C2.41 3.71 1.75 5.7 1.75 9v6c0 3.3.66 5.29 3.98 5.65c.47.07 1.01.1 1.77.1h9c.75 0 1.3-.03 1.74-.09c3.35-.37 4.01-2.35 4.01-5.66V9c0-3.3-.66-5.29-3.98-5.65M10.09 9c.56 0 1.01.45 1.01 1s-.45 1-1 1s-1-.45-1-1s.44-1 .99-1m-3 0c.57 0 1.01.45 1.01 1s-.45 1-1 1s-1-.45-1-1s.44-1 .99-1M17 16.25H7.02c-.41 0-.76-.34-.76-.75s.33-.75.74-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75m0-5.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H17c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconKeyboard3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.27 3.35c-.47-.07-1.01-.1-1.77-.1h-9c-.75 0-1.3.03-1.74.09C2.41 3.71 1.75 5.7 1.75 9v6c0 3.3.66 5.29 3.98 5.65c.47.07 1.01.1 1.77.1h9c.75 0 1.3-.03 1.74-.09c3.35-.37 4.01-2.35 4.01-5.66V9c0-3.3-.66-5.29-3.98-5.65M10.09 9c.56 0 1.01.45 1.01 1s-.45 1-1 1s-1-.45-1-1s.44-1 .99-1m-3 0c.57 0 1.01.45 1.01 1s-.45 1-1 1s-1-.45-1-1s.44-1 .99-1M17 16.25H7.02c-.41 0-.76-.34-.76-.75s.33-.75.74-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75m0-5.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H17c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.27 3.35c-.47-.07-1.01-.1-1.77-.1h-9c-.75 0-1.3.03-1.74.09C2.41 3.71 1.75 5.7 1.75 9v6c0 3.3.66 5.29 3.98 5.65c.47.07 1.01.1 1.77.1h9c.75 0 1.3-.03 1.74-.09c3.35-.37 4.01-2.35 4.01-5.66V9c0-3.3-.66-5.29-3.98-5.65M10.09 9c.56 0 1.01.45 1.01 1s-.45 1-1 1s-1-.45-1-1s.44-1 .99-1m-3 0c.57 0 1.01.45 1.01 1s-.45 1-1 1s-1-.45-1-1s.44-1 .99-1M17 16.25H7.02c-.41 0-.76-.34-.76-.75s.33-.75.74-.75h10c.41 0 .75.34.75.75s-.34.75-.75.75m0-5.5h-3.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H17c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
</template>

CSS

.icon-keyboard3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.27%203.35c-.47-.07-1.01-.1-1.77-.1h-9c-.75%200-1.3.03-1.74.09C2.41%203.71%201.75%205.7%201.75%209v6c0%203.3.66%205.29%203.98%205.65c.47.07%201.01.1%201.77.1h9c.75%200%201.3-.03%201.74-.09c3.35-.37%204.01-2.35%204.01-5.66V9c0-3.3-.66-5.29-3.98-5.65M10.09%209c.56%200%201.01.45%201.01%201s-.45%201-1%201s-1-.45-1-1s.44-1%20.99-1m-3%200c.57%200%201.01.45%201.01%201s-.45%201-1%201s-1-.45-1-1s.44-1%20.99-1M17%2016.25H7.02c-.41%200-.76-.34-.76-.75s.33-.75.74-.75h10c.41%200%20.75.34.75.75s-.34.75-.75.75m0-5.5h-3.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75H17c.41%200%20.75.34.75.75s-.34.75-.75.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.27%203.35c-.47-.07-1.01-.1-1.77-.1h-9c-.75%200-1.3.03-1.74.09C2.41%203.71%201.75%205.7%201.75%209v6c0%203.3.66%205.29%203.98%205.65c.47.07%201.01.1%201.77.1h9c.75%200%201.3-.03%201.74-.09c3.35-.37%204.01-2.35%204.01-5.66V9c0-3.3-.66-5.29-3.98-5.65M10.09%209c.56%200%201.01.45%201.01%201s-.45%201-1%201s-1-.45-1-1s.44-1%20.99-1m-3%200c.57%200%201.01.45%201.01%201s-.45%201-1%201s-1-.45-1-1s.44-1%20.99-1M17%2016.25H7.02c-.41%200-.76-.34-.76-.75s.33-.75.74-.75h10c.41%200%20.75.34.75.75s-.34.75-.75.75m0-5.5h-3.5c-.41%200-.75-.34-.75-.75s.34-.75.75-.75H17c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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