keyboard lock off icon

keyboard-lock-off-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
keyboard-lock-off-outline-rounded
Set
Material Symbols
Style
Outline 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

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="M15 11q-.225 0-.437.1t-.338.275l1.4 1.4q.175-.125.275-.337T16 12q0-.425-.287-.712T15 11m-1.825 5H9q-.425 0-.712-.288T8 15t.288-.712T9 14h4.175zm6.6 6.6L1.4 4.225q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l18.375 18.4q.3.3.3.7t-.3.7t-.7.3t-.7-.3M20 5q.825 0 1.413.588T22 7v4.45q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75V7h-9.725q-.5 0-.75-.312T9.275 6t.25-.687t.75-.313zM4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h1l2 2H4v10h9q.425 0 .713.288T14 18t-.288.713T13 19zm12.85 3q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17l4 4v1zM22 19.15l-2-2V16q0-.425-.288-.713T19 15q-.225 0-.437.1t-.338.275l-.7-.725q.275-.3.663-.475T19 14q.825 0 1.413.588T21 16v1h.15q.35 0 .6.25t.25.6zM5.288 9.713Q5 9.425 5 9t.288-.712T6 8t.713.288T7 9t-.288.713T6 10t-.712-.288m0 3Q5 12.426 5 12t.288-.712T6 11t.713.288T7 12t-.288.713T6 13t-.712-.288m3 0Q8 12.426 8 12t.288-.712T9 11t.713.288T10 12t-.288.713T9 13t-.712-.288m7.425-3Q16 9.426 16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10t.713-.288m3 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-1.426 1.876Q17 11.875 17 12.3t.288.713t.712.287t.713-.288T19 12.3t-.288-.712T18 11.3t-.712.288M12 8q-.225 0-.437.1t-.338.275l1.4 1.4q.175-.125.275-.337T13 9q0-.425-.287-.712T12 8m.9 2.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeyboardLockOffOutlineRounded(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 11q-.225 0-.437.1t-.338.275l1.4 1.4q.175-.125.275-.337T16 12q0-.425-.287-.712T15 11m-1.825 5H9q-.425 0-.712-.288T8 15t.288-.712T9 14h4.175zm6.6 6.6L1.4 4.225q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l18.375 18.4q.3.3.3.7t-.3.7t-.7.3t-.7-.3M20 5q.825 0 1.413.588T22 7v4.45q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75V7h-9.725q-.5 0-.75-.312T9.275 6t.25-.687t.75-.313zM4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h1l2 2H4v10h9q.425 0 .713.288T14 18t-.288.713T13 19zm12.85 3q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17l4 4v1zM22 19.15l-2-2V16q0-.425-.288-.713T19 15q-.225 0-.437.1t-.338.275l-.7-.725q.275-.3.663-.475T19 14q.825 0 1.413.588T21 16v1h.15q.35 0 .6.25t.25.6zM5.288 9.713Q5 9.425 5 9t.288-.712T6 8t.713.288T7 9t-.288.713T6 10t-.712-.288m0 3Q5 12.426 5 12t.288-.712T6 11t.713.288T7 12t-.288.713T6 13t-.712-.288m3 0Q8 12.426 8 12t.288-.712T9 11t.713.288T10 12t-.288.713T9 13t-.712-.288m7.425-3Q16 9.426 16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10t.713-.288m3 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-1.426 1.876Q17 11.875 17 12.3t.288.713t.712.287t.713-.288T19 12.3t-.288-.712T18 11.3t-.712.288M12 8q-.225 0-.437.1t-.338.275l1.4 1.4q.175-.125.275-.337T13 9q0-.425-.287-.712T12 8m.9 2.025"/></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 11q-.225 0-.437.1t-.338.275l1.4 1.4q.175-.125.275-.337T16 12q0-.425-.287-.712T15 11m-1.825 5H9q-.425 0-.712-.288T8 15t.288-.712T9 14h4.175zm6.6 6.6L1.4 4.225q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l18.375 18.4q.3.3.3.7t-.3.7t-.7.3t-.7-.3M20 5q.825 0 1.413.588T22 7v4.45q0 .5-.312.75t-.688.25t-.687-.25t-.313-.75V7h-9.725q-.5 0-.75-.312T9.275 6t.25-.687t.75-.313zM4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h1l2 2H4v10h9q.425 0 .713.288T14 18t-.288.713T13 19zm12.85 3q-.35 0-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17l4 4v1zM22 19.15l-2-2V16q0-.425-.288-.713T19 15q-.225 0-.437.1t-.338.275l-.7-.725q.275-.3.663-.475T19 14q.825 0 1.413.588T21 16v1h.15q.35 0 .6.25t.25.6zM5.288 9.713Q5 9.425 5 9t.288-.712T6 8t.713.288T7 9t-.288.713T6 10t-.712-.288m0 3Q5 12.426 5 12t.288-.712T6 11t.713.288T7 12t-.288.713T6 13t-.712-.288m3 0Q8 12.426 8 12t.288-.712T9 11t.713.288T10 12t-.288.713T9 13t-.712-.288m7.425-3Q16 9.426 16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10t.713-.288m3 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-1.426 1.876Q17 11.875 17 12.3t.288.713t.712.287t.713-.288T19 12.3t-.288-.712T18 11.3t-.712.288M12 8q-.225 0-.437.1t-.338.275l1.4 1.4q.175-.125.275-.337T13 9q0-.425-.287-.712T12 8m.9 2.025"/></svg>
</template>

CSS

.icon-keyboard-lock-off-outline-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%22M15%2011q-.225%200-.437.1t-.338.275l1.4%201.4q.175-.125.275-.337T16%2012q0-.425-.287-.712T15%2011m-1.825%205H9q-.425%200-.712-.288T8%2015t.288-.712T9%2014h4.175zm6.6%206.6L1.4%204.225q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l18.375%2018.4q.3.3.3.7t-.3.7t-.7.3t-.7-.3M20%205q.825%200%201.413.588T22%207v4.45q0%20.5-.312.75t-.688.25t-.687-.25t-.313-.75V7h-9.725q-.5%200-.75-.312T9.275%206t.25-.687t.75-.313zM4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h1l2%202H4v10h9q.425%200%20.713.288T14%2018t-.288.713T13%2019zm12.85%203q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17l4%204v1zM22%2019.15l-2-2V16q0-.425-.288-.713T19%2015q-.225%200-.437.1t-.338.275l-.7-.725q.275-.3.663-.475T19%2014q.825%200%201.413.588T21%2016v1h.15q.35%200%20.6.25t.25.6zM5.288%209.713Q5%209.425%205%209t.288-.712T6%208t.713.288T7%209t-.288.713T6%2010t-.712-.288m0%203Q5%2012.426%205%2012t.288-.712T6%2011t.713.288T7%2012t-.288.713T6%2013t-.712-.288m3%200Q8%2012.426%208%2012t.288-.712T9%2011t.713.288T10%2012t-.288.713T9%2013t-.712-.288m7.425-3Q16%209.426%2016%209t-.288-.712T15%208t-.712.288T14%209t.288.713T15%2010t.713-.288m3%200Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288m-1.426%201.876Q17%2011.875%2017%2012.3t.288.713t.712.287t.713-.288T19%2012.3t-.288-.712T18%2011.3t-.712.288M12%208q-.225%200-.437.1t-.338.275l1.4%201.4q.175-.125.275-.337T13%209q0-.425-.287-.712T12%208m.9%202.025%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%2011q-.225%200-.437.1t-.338.275l1.4%201.4q.175-.125.275-.337T16%2012q0-.425-.287-.712T15%2011m-1.825%205H9q-.425%200-.712-.288T8%2015t.288-.712T9%2014h4.175zm6.6%206.6L1.4%204.225q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l18.375%2018.4q.3.3.3.7t-.3.7t-.7.3t-.7-.3M20%205q.825%200%201.413.588T22%207v4.45q0%20.5-.312.75t-.688.25t-.687-.25t-.313-.75V7h-9.725q-.5%200-.75-.312T9.275%206t.25-.687t.75-.313zM4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h1l2%202H4v10h9q.425%200%20.713.288T14%2018t-.288.713T13%2019zm12.85%203q-.35%200-.6-.25t-.25-.6v-3.3q0-.35.25-.6t.6-.25H17l4%204v1zM22%2019.15l-2-2V16q0-.425-.288-.713T19%2015q-.225%200-.437.1t-.338.275l-.7-.725q.275-.3.663-.475T19%2014q.825%200%201.413.588T21%2016v1h.15q.35%200%20.6.25t.25.6zM5.288%209.713Q5%209.425%205%209t.288-.712T6%208t.713.288T7%209t-.288.713T6%2010t-.712-.288m0%203Q5%2012.426%205%2012t.288-.712T6%2011t.713.288T7%2012t-.288.713T6%2013t-.712-.288m3%200Q8%2012.426%208%2012t.288-.712T9%2011t.713.288T10%2012t-.288.713T9%2013t-.712-.288m7.425-3Q16%209.426%2016%209t-.288-.712T15%208t-.712.288T14%209t.288.713T15%2010t.713-.288m3%200Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288m-1.426%201.876Q17%2011.875%2017%2012.3t.288.713t.712.287t.713-.288T19%2012.3t-.288-.712T18%2011.3t-.712.288M12%208q-.225%200-.437.1t-.338.275l1.4%201.4q.175-.125.275-.337T13%209q0-.425-.287-.712T12%208m.9%202.025%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-off-outline-rounded.svg?color=%231a73e8&size=48