keyboard lock icon
keyboard-lock-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-lock-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
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="M16.85 22q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19 14t1.413.588T21 16v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 17h2v-1q0-.425-.288-.712T19 15t-.712.288T18 16zM6.713 9.713Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m0 3Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3-3Q10 9.426 10 9t-.288-.712T9 8t-.712.288T8 9t.288.713T9 10t.713-.288m0 3Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m3-3Q13 9.426 13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10t.713-.288m0 3Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m3-3Q16 9.426 16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10t.713-.288m0 3Q16 12.426 16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13t.713-.288m3-3Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288M4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h16q.825 0 1.413.588T22 7v4.625q0 .45-.387.675t-.813.025q-.45-.175-.913-.25T18.95 12q-.1-.3-.35-.5t-.6-.2q-.425 0-.713.288T17 12.3v.125q-.575.275-1.088.663T15 14H9q-.425 0-.712.288T8 15t.288.713T9 16h5.1q-.05.25-.075.488T14 17v1q0 .425-.287.713T13 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKeyboardLockRounded(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="M16.85 22q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19 14t1.413.588T21 16v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 17h2v-1q0-.425-.288-.712T19 15t-.712.288T18 16zM6.713 9.713Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m0 3Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3-3Q10 9.426 10 9t-.288-.712T9 8t-.712.288T8 9t.288.713T9 10t.713-.288m0 3Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m3-3Q13 9.426 13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10t.713-.288m0 3Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m3-3Q16 9.426 16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10t.713-.288m0 3Q16 12.426 16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13t.713-.288m3-3Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288M4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h16q.825 0 1.413.588T22 7v4.625q0 .45-.387.675t-.813.025q-.45-.175-.913-.25T18.95 12q-.1-.3-.35-.5t-.6-.2q-.425 0-.713.288T17 12.3v.125q-.575.275-1.088.663T15 14H9q-.425 0-.712.288T8 15t.288.713T9 16h5.1q-.05.25-.075.488T14 17v1q0 .425-.287.713T13 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.85 22q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19 14t1.413.588T21 16v1h.15q.35 0 .6.25t.25.6v3.3q0 .35-.25.6t-.6.25zM18 17h2v-1q0-.425-.288-.712T19 15t-.712.288T18 16zM6.713 9.713Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m0 3Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3-3Q10 9.426 10 9t-.288-.712T9 8t-.712.288T8 9t.288.713T9 10t.713-.288m0 3Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m3-3Q13 9.426 13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10t.713-.288m0 3Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m3-3Q16 9.426 16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10t.713-.288m0 3Q16 12.426 16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13t.713-.288m3-3Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288M4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h16q.825 0 1.413.588T22 7v4.625q0 .45-.387.675t-.813.025q-.45-.175-.913-.25T18.95 12q-.1-.3-.35-.5t-.6-.2q-.425 0-.713.288T17 12.3v.125q-.575.275-1.088.663T15 14H9q-.425 0-.712.288T8 15t.288.713T9 16h5.1q-.05.25-.075.488T14 17v1q0 .425-.287.713T13 19z"/></svg> </template>
CSS
.icon-keyboard-lock-rounded {
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%22M16.85%2022q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19%2014t1.413.588T21%2016v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM18%2017h2v-1q0-.425-.288-.712T19%2015t-.712.288T18%2016zM6.713%209.713Q7%209.425%207%209t-.288-.712T6%208t-.712.288T5%209t.288.713T6%2010t.713-.288m0%203Q7%2012.426%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m3-3Q10%209.426%2010%209t-.288-.712T9%208t-.712.288T8%209t.288.713T9%2010t.713-.288m0%203Q10%2012.426%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m3-3Q13%209.426%2013%209t-.288-.712T12%208t-.712.288T11%209t.288.713T12%2010t.713-.288m0%203Q13%2012.426%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m3-3Q16%209.426%2016%209t-.288-.712T15%208t-.712.288T14%209t.288.713T15%2010t.713-.288m0%203Q16%2012.426%2016%2012t-.288-.712T15%2011t-.712.288T14%2012t.288.713T15%2013t.713-.288m3-3Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288M4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h16q.825%200%201.413.588T22%207v4.625q0%20.45-.387.675t-.813.025q-.45-.175-.913-.25T18.95%2012q-.1-.3-.35-.5t-.6-.2q-.425%200-.713.288T17%2012.3v.125q-.575.275-1.088.663T15%2014H9q-.425%200-.712.288T8%2015t.288.713T9%2016h5.1q-.05.25-.075.488T14%2017v1q0%20.425-.287.713T13%2019z%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%22M16.85%2022q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17v-1q0-.825.588-1.412T19%2014t1.413.588T21%2016v1h.15q.35%200%20.6.25t.25.6v3.3q0%20.35-.25.6t-.6.25zM18%2017h2v-1q0-.425-.288-.712T19%2015t-.712.288T18%2016zM6.713%209.713Q7%209.425%207%209t-.288-.712T6%208t-.712.288T5%209t.288.713T6%2010t.713-.288m0%203Q7%2012.426%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m3-3Q10%209.426%2010%209t-.288-.712T9%208t-.712.288T8%209t.288.713T9%2010t.713-.288m0%203Q10%2012.426%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m3-3Q13%209.426%2013%209t-.288-.712T12%208t-.712.288T11%209t.288.713T12%2010t.713-.288m0%203Q13%2012.426%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m3-3Q16%209.426%2016%209t-.288-.712T15%208t-.712.288T14%209t.288.713T15%2010t.713-.288m0%203Q16%2012.426%2016%2012t-.288-.712T15%2011t-.712.288T14%2012t.288.713T15%2013t.713-.288m3-3Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288M4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h16q.825%200%201.413.588T22%207v4.625q0%20.45-.387.675t-.813.025q-.45-.175-.913-.25T18.95%2012q-.1-.3-.35-.5t-.6-.2q-.425%200-.713.288T17%2012.3v.125q-.575.275-1.088.663T15%2014H9q-.425%200-.712.288T8%2015t.288.713T9%2016h5.1q-.05.25-.075.488T14%2017v1q0%20.425-.287.713T13%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/keyboard-lock-rounded.svg?color=%231a73e8&size=48