keyboard lock icon
keyboard-lock-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-lock-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- 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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.48 21v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51 1.259v1H21V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM5.23 12.769h1.54v-1.538H5.23zm3 0h1.54v-1.538H8.23zm3 0h1.54v-1.538h-1.54zm3 0h1.54v-1.538h-1.54zm-9-3h1.54V8.231H5.23zm3 0h1.54V8.231H8.23zm3 0h1.54V8.231h-1.54zm3 0h1.54V8.231h-1.54zm3 0h1.54V8.231h-1.54zM3 18V6h18v6.673q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-1.041.198-1.868.78T14 14.232H8.23v1.538h5.14q-.05.27-.085.536t-.035.541V18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKeyboardLockSharp(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="M15.48 21v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51 1.259v1H21V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM5.23 12.769h1.54v-1.538H5.23zm3 0h1.54v-1.538H8.23zm3 0h1.54v-1.538h-1.54zm3 0h1.54v-1.538h-1.54zm-9-3h1.54V8.231H5.23zm3 0h1.54V8.231H8.23zm3 0h1.54V8.231h-1.54zm3 0h1.54V8.231h-1.54zm3 0h1.54V8.231h-1.54zM3 18V6h18v6.673q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-1.041.198-1.868.78T14 14.232H8.23v1.538h5.14q-.05.27-.085.536t-.035.541V18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.48 21v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51 1.259v1H21V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM5.23 12.769h1.54v-1.538H5.23zm3 0h1.54v-1.538H8.23zm3 0h1.54v-1.538h-1.54zm3 0h1.54v-1.538h-1.54zm-9-3h1.54V8.231H5.23zm3 0h1.54V8.231H8.23zm3 0h1.54V8.231h-1.54zm3 0h1.54V8.231h-1.54zm3 0h1.54V8.231h-1.54zM3 18V6h18v6.673q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-1.041.198-1.868.78T14 14.232H8.23v1.538h5.14q-.05.27-.085.536t-.035.541V18z"/></svg> </template>
CSS
.icon-keyboard-lock-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%22M15.48%2021v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51%201.259v1H21V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM5.23%2012.769h1.54v-1.538H5.23zm3%200h1.54v-1.538H8.23zm3%200h1.54v-1.538h-1.54zm3%200h1.54v-1.538h-1.54zm-9-3h1.54V8.231H5.23zm3%200h1.54V8.231H8.23zm3%200h1.54V8.231h-1.54zm3%200h1.54V8.231h-1.54zm3%200h1.54V8.231h-1.54zM3%2018V6h18v6.673q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-1.041.198-1.868.78T14%2014.232H8.23v1.538h5.14q-.05.27-.085.536t-.035.541V18z%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%22M15.48%2021v-4.538h1v-1q0-.748.511-1.259t1.259-.51t1.259.51t.51%201.259v1H21V21zm1.77-4.538h2v-1q0-.425-.288-.713t-.712-.288t-.712.288t-.288.713zM5.23%2012.769h1.54v-1.538H5.23zm3%200h1.54v-1.538H8.23zm3%200h1.54v-1.538h-1.54zm3%200h1.54v-1.538h-1.54zm-9-3h1.54V8.231H5.23zm3%200h1.54V8.231H8.23zm3%200h1.54V8.231h-1.54zm3%200h1.54V8.231h-1.54zm3%200h1.54V8.231h-1.54zM3%2018V6h18v6.673q-.496-.327-1.07-.529t-1.16-.26v-.653h-1.54v.771q-1.041.198-1.868.78T14%2014.232H8.23v1.538h5.14q-.05.27-.085.536t-.035.541V18z%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-sharp.svg?color=%231a73e8&size=48