keyboard-off-outline-sharp from Material Symbols Light by Google · Outline Sharp · Android · Apache-2.0 Free for personal and commercial use.

Name
keyboard-off-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the keyboard off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.62 21.89L2.955 4.228l.713-.713l17.664 17.663zM8.23 15.77v-1.54h6.157l1.538 1.54zm-3-3v-1.54h1.54v1.54zm3 0v-1.54h1.54v1.54zm9 0v-1.54h1.54v1.54zm-12-3V8.23h1.54v1.54zm9 0V8.23h1.54v1.54zm3 0V8.23h1.54v1.54zM20 17.02V7h-9.994l-1-1H21v12.025zM3 18V6h3.156l1 1H4v10h13.156l1 1zm8.237-9.77h1.532v1.534zm2.994 3h1.538v1.534zM15 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeyboardOffOutlineSharp(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="M20.62 21.89L2.955 4.228l.713-.713l17.664 17.663zM8.23 15.77v-1.54h6.157l1.538 1.54zm-3-3v-1.54h1.54v1.54zm3 0v-1.54h1.54v1.54zm9 0v-1.54h1.54v1.54zm-12-3V8.23h1.54v1.54zm9 0V8.23h1.54v1.54zm3 0V8.23h1.54v1.54zM20 17.02V7h-9.994l-1-1H21v12.025zM3 18V6h3.156l1 1H4v10h13.156l1 1zm8.237-9.77h1.532v1.534zm2.994 3h1.538v1.534zM15 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.62 21.89L2.955 4.228l.713-.713l17.664 17.663zM8.23 15.77v-1.54h6.157l1.538 1.54zm-3-3v-1.54h1.54v1.54zm3 0v-1.54h1.54v1.54zm9 0v-1.54h1.54v1.54zm-12-3V8.23h1.54v1.54zm9 0V8.23h1.54v1.54zm3 0V8.23h1.54v1.54zM20 17.02V7h-9.994l-1-1H21v12.025zM3 18V6h3.156l1 1H4v10h13.156l1 1zm8.237-9.77h1.532v1.534zm2.994 3h1.538v1.534zM15 12"/></svg>
</template>

CSS

.icon-keyboard-off-outline-sharp {
  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%22M20.62%2021.89L2.955%204.228l.713-.713l17.664%2017.663zM8.23%2015.77v-1.54h6.157l1.538%201.54zm-3-3v-1.54h1.54v1.54zm3%200v-1.54h1.54v1.54zm9%200v-1.54h1.54v1.54zm-12-3V8.23h1.54v1.54zm9%200V8.23h1.54v1.54zm3%200V8.23h1.54v1.54zM20%2017.02V7h-9.994l-1-1H21v12.025zM3%2018V6h3.156l1%201H4v10h13.156l1%201zm8.237-9.77h1.532v1.534zm2.994%203h1.538v1.534zM15%2012%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%22M20.62%2021.89L2.955%204.228l.713-.713l17.664%2017.663zM8.23%2015.77v-1.54h6.157l1.538%201.54zm-3-3v-1.54h1.54v1.54zm3%200v-1.54h1.54v1.54zm9%200v-1.54h1.54v1.54zm-12-3V8.23h1.54v1.54zm9%200V8.23h1.54v1.54zm3%200V8.23h1.54v1.54zM20%2017.02V7h-9.994l-1-1H21v12.025zM3%2018V6h3.156l1%201H4v10h13.156l1%201zm8.237-9.77h1.532v1.534zm2.994%203h1.538v1.534zM15%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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