keyboard off icon

keyboard-off from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
keyboard-off
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More tools icons from Carbon

Use the keyboard off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 12h2v2H6zm12 0h2v2h-2zM6 20h2v2H6zm0-4h2v2H6zm4 0h2v2h-2zm12-4h4v2h-4zm0 4h4v2h-4z"/><path fill="currentColor" d="M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2zM30 28.6L3.4 2L2 3.4L6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonKeyboardOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 12h2v2H6zm12 0h2v2h-2zM6 20h2v2H6zm0-4h2v2H6zm4 0h2v2h-2zm12-4h4v2h-4zm0 4h4v2h-4z"/><path fill="currentColor" d="M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2zM30 28.6L3.4 2L2 3.4L6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 12h2v2H6zm12 0h2v2h-2zM6 20h2v2H6zm0-4h2v2H6zm4 0h2v2h-2zm12-4h4v2h-4zm0 4h4v2h-4z"/><path fill="currentColor" d="M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2zM30 28.6L3.4 2L2 3.4L6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2z"/></svg>
</template>

CSS

.icon-keyboard-off {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012h2v2H6zm12%200h2v2h-2zM6%2020h2v2H6zm0-4h2v2H6zm4%200h2v2h-2zm12-4h4v2h-4zm0%204h4v2h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.2%2010H28v13h2V10c0-1.1-.9-2-2-2H12.2zM30%2028.6L3.4%202L2%203.4L6.6%208H4c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h20.6l4%204zM4%2024V10h4.6l2%202H10v2h2.6l2%202H14v2h2.6l2%202H10v2h10.6l2%202z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2012h2v2H6zm12%200h2v2h-2zM6%2020h2v2H6zm0-4h2v2H6zm4%200h2v2h-2zm12-4h4v2h-4zm0%204h4v2h-4z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.2%2010H28v13h2V10c0-1.1-.9-2-2-2H12.2zM30%2028.6L3.4%202L2%203.4L6.6%208H4c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h20.6l4%204zM4%2024V10h4.6l2%202H10v2h2.6l2%202H14v2h2.6l2%202H10v2h10.6l2%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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