keyboard open icon

keyboard-open from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
keyboard-open
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the keyboard open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.26 2h9.47c.65 0 1.23.02 1.75.09C21.25 2.4 22 3.7 22 7.26v6.32c0 3.56-.75 4.86-3.52 5.17c-.52.07-1.09.09-1.75.09H7.26c-.65 0-1.23-.02-1.75-.09c-2.77-.31-3.52-1.61-3.52-5.17V7.26c0-3.56.75-4.86 3.52-5.17c.52-.07 1.1-.09 1.75-.09m6.32 6.32h3.68M6.74 14.11h10.53M7 22h10M7.195 8.3h.009m3.291 0h.009"/></svg>

React

import type { SVGProps } from "react";

export function ReiconKeyboardOpen(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.26 2h9.47c.65 0 1.23.02 1.75.09C21.25 2.4 22 3.7 22 7.26v6.32c0 3.56-.75 4.86-3.52 5.17c-.52.07-1.09.09-1.75.09H7.26c-.65 0-1.23-.02-1.75-.09c-2.77-.31-3.52-1.61-3.52-5.17V7.26c0-3.56.75-4.86 3.52-5.17c.52-.07 1.1-.09 1.75-.09m6.32 6.32h3.68M6.74 14.11h10.53M7 22h10M7.195 8.3h.009m3.291 0h.009"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.26 2h9.47c.65 0 1.23.02 1.75.09C21.25 2.4 22 3.7 22 7.26v6.32c0 3.56-.75 4.86-3.52 5.17c-.52.07-1.09.09-1.75.09H7.26c-.65 0-1.23-.02-1.75-.09c-2.77-.31-3.52-1.61-3.52-5.17V7.26c0-3.56.75-4.86 3.52-5.17c.52-.07 1.1-.09 1.75-.09m6.32 6.32h3.68M6.74 14.11h10.53M7 22h10M7.195 8.3h.009m3.291 0h.009"/></svg>
</template>

CSS

.icon-keyboard-open {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.26%202h9.47c.65%200%201.23.02%201.75.09C21.25%202.4%2022%203.7%2022%207.26v6.32c0%203.56-.75%204.86-3.52%205.17c-.52.07-1.09.09-1.75.09H7.26c-.65%200-1.23-.02-1.75-.09c-2.77-.31-3.52-1.61-3.52-5.17V7.26c0-3.56.75-4.86%203.52-5.17c.52-.07%201.1-.09%201.75-.09m6.32%206.32h3.68M6.74%2014.11h10.53M7%2022h10M7.195%208.3h.009m3.291%200h.009%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.26%202h9.47c.65%200%201.23.02%201.75.09C21.25%202.4%2022%203.7%2022%207.26v6.32c0%203.56-.75%204.86-3.52%205.17c-.52.07-1.09.09-1.75.09H7.26c-.65%200-1.23-.02-1.75-.09c-2.77-.31-3.52-1.61-3.52-5.17V7.26c0-3.56.75-4.86%203.52-5.17c.52-.07%201.1-.09%201.75-.09m6.32%206.32h3.68M6.74%2014.11h10.53M7%2022h10M7.195%208.3h.009m3.291%200h.009%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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