keyboard lock off icon
keyboard-lock-off from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-lock-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the keyboard lock off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6H5.75l8.23 8.23H8.23v1.54h5.14q-.05.268-.085.535q-.035.266-.035.541V18zm15.744 4.03L2.027 3.693l.708-.707l18.338 18.338zM5.23 11.23v1.54h1.54v-1.54zm3 0v1.54h1.54v-1.54zm-3-3v1.54h1.54V8.23zm9 1.54h1.54V8.23h-1.54zm3 0h1.54V8.23h-1.54zM8.6 6h10.785q.69 0 1.153.463T21 7.616v5.057q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-.39.067-.755.195t-.706.322v-1.288h-1.538v.4l-1.862-1.862h.4V8.231h-1.538v.4zM21 18.4l-1.75-1.75v-1.188q0-.426-.288-.713t-.712-.288q-.244 0-.457.1t-.337.295l-.546-.552q.236-.281.585-.446q.35-.166.755-.166q.748 0 1.259.511q.51.51.51 1.259v1h.112q.35 0 .61.25q.259.25.259.6zM16.37 21q-.35 0-.62-.27t-.27-.618v-2.8q0-.293.212-.533t.504-.298h.035l3.788 3.788V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKeyboardLockOff(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="M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6H5.75l8.23 8.23H8.23v1.54h5.14q-.05.268-.085.535q-.035.266-.035.541V18zm15.744 4.03L2.027 3.693l.708-.707l18.338 18.338zM5.23 11.23v1.54h1.54v-1.54zm3 0v1.54h1.54v-1.54zm-3-3v1.54h1.54V8.23zm9 1.54h1.54V8.23h-1.54zm3 0h1.54V8.23h-1.54zM8.6 6h10.785q.69 0 1.153.463T21 7.616v5.057q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-.39.067-.755.195t-.706.322v-1.288h-1.538v.4l-1.862-1.862h.4V8.231h-1.538v.4zM21 18.4l-1.75-1.75v-1.188q0-.426-.288-.713t-.712-.288q-.244 0-.457.1t-.337.295l-.546-.552q.236-.281.585-.446q.35-.166.755-.166q.748 0 1.259.511q.51.51.51 1.259v1h.112q.35 0 .61.25q.259.25.259.6zM16.37 21q-.35 0-.62-.27t-.27-.618v-2.8q0-.293.212-.533t.504-.298h.035l3.788 3.788V21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6H5.75l8.23 8.23H8.23v1.54h5.14q-.05.268-.085.535q-.035.266-.035.541V18zm15.744 4.03L2.027 3.693l.708-.707l18.338 18.338zM5.23 11.23v1.54h1.54v-1.54zm3 0v1.54h1.54v-1.54zm-3-3v1.54h1.54V8.23zm9 1.54h1.54V8.23h-1.54zm3 0h1.54V8.23h-1.54zM8.6 6h10.785q.69 0 1.153.463T21 7.616v5.057q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-.39.067-.755.195t-.706.322v-1.288h-1.538v.4l-1.862-1.862h.4V8.231h-1.538v.4zM21 18.4l-1.75-1.75v-1.188q0-.426-.288-.713t-.712-.288q-.244 0-.457.1t-.337.295l-.546-.552q.236-.281.585-.446q.35-.166.755-.166q.748 0 1.259.511q.51.51.51 1.259v1h.112q.35 0 .61.25q.259.25.259.6zM16.37 21q-.35 0-.62-.27t-.27-.618v-2.8q0-.293.212-.533t.504-.298h.035l3.788 3.788V21z"/></svg> </template>
CSS
.icon-keyboard-lock-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2018q-.691%200-1.153-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206H5.75l8.23%208.23H8.23v1.54h5.14q-.05.268-.085.535q-.035.266-.035.541V18zm15.744%204.03L2.027%203.693l.708-.707l18.338%2018.338zM5.23%2011.23v1.54h1.54v-1.54zm3%200v1.54h1.54v-1.54zm-3-3v1.54h1.54V8.23zm9%201.54h1.54V8.23h-1.54zm3%200h1.54V8.23h-1.54zM8.6%206h10.785q.69%200%201.153.463T21%207.616v5.057q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-.39.067-.755.195t-.706.322v-1.288h-1.538v.4l-1.862-1.862h.4V8.231h-1.538v.4zM21%2018.4l-1.75-1.75v-1.188q0-.426-.288-.713t-.712-.288q-.244%200-.457.1t-.337.295l-.546-.552q.236-.281.585-.446q.35-.166.755-.166q.748%200%201.259.511q.51.51.51%201.259v1h.112q.35%200%20.61.25q.259.25.259.6zM16.37%2021q-.35%200-.62-.27t-.27-.618v-2.8q0-.293.212-.533t.504-.298h.035l3.788%203.788V21z%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%22M4.616%2018q-.691%200-1.153-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206H5.75l8.23%208.23H8.23v1.54h5.14q-.05.268-.085.535q-.035.266-.035.541V18zm15.744%204.03L2.027%203.693l.708-.707l18.338%2018.338zM5.23%2011.23v1.54h1.54v-1.54zm3%200v1.54h1.54v-1.54zm-3-3v1.54h1.54V8.23zm9%201.54h1.54V8.23h-1.54zm3%200h1.54V8.23h-1.54zM8.6%206h10.785q.69%200%201.153.463T21%207.616v5.057q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-.39.067-.755.195t-.706.322v-1.288h-1.538v.4l-1.862-1.862h.4V8.231h-1.538v.4zM21%2018.4l-1.75-1.75v-1.188q0-.426-.288-.713t-.712-.288q-.244%200-.457.1t-.337.295l-.546-.552q.236-.281.585-.446q.35-.166.755-.166q.748%200%201.259.511q.51.51.51%201.259v1h.112q.35%200%20.61.25q.259.25.259.6zM16.37%2021q-.35%200-.62-.27t-.27-.618v-2.8q0-.293.212-.533t.504-.298h.035l3.788%203.788V21z%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-lock-off.svg?color=%231a73e8&size=48