keyboard hide icon
keyboard-hide-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-hide-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 hide icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.65 22.65l-2.8-2.8q-.25-.25-.125-.55T9.2 19h5.6q.35 0 .475.3t-.125.55l-2.8 2.8q-.15.15-.35.15t-.35-.15M4 17q-.825 0-1.412-.587T2 15V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v10q0 .825-.587 1.413T20 17zm5-3h6q.425 0 .713-.288T16 13t-.288-.712T15 12H9q-.425 0-.712.288T8 13t.288.713T9 14M6.713 7.712Q7 7.426 7 7t-.288-.712T6 6t-.712.288T5 7t.288.713T6 8t.713-.288m3 0Q10 7.426 10 7t-.288-.712T9 6t-.712.288T8 7t.288.713T9 8t.713-.288m3 0Q13 7.426 13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8t.713-.288m3 0Q16 7.426 16 7t-.288-.712T15 6t-.712.288T14 7t.288.713T15 8t.713-.288m3 0Q19 7.426 19 7t-.288-.712T18 6t-.712.288T17 7t.288.713T18 8t.713-.288m-12 3Q7 10.426 7 10t-.288-.712T6 9t-.712.288T5 10t.288.713T6 11t.713-.288m3 0Q10 10.426 10 10t-.288-.712T9 9t-.712.288T8 10t.288.713T9 11t.713-.288m3 0Q13 10.426 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288m3 0Q16 10.426 16 10t-.288-.712T15 9t-.712.288T14 10t.288.713T15 11t.713-.288m3 0Q19 10.426 19 10t-.288-.712T18 9t-.712.288T17 10t.288.713T18 11t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKeyboardHideRounded(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="m11.65 22.65l-2.8-2.8q-.25-.25-.125-.55T9.2 19h5.6q.35 0 .475.3t-.125.55l-2.8 2.8q-.15.15-.35.15t-.35-.15M4 17q-.825 0-1.412-.587T2 15V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v10q0 .825-.587 1.413T20 17zm5-3h6q.425 0 .713-.288T16 13t-.288-.712T15 12H9q-.425 0-.712.288T8 13t.288.713T9 14M6.713 7.712Q7 7.426 7 7t-.288-.712T6 6t-.712.288T5 7t.288.713T6 8t.713-.288m3 0Q10 7.426 10 7t-.288-.712T9 6t-.712.288T8 7t.288.713T9 8t.713-.288m3 0Q13 7.426 13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8t.713-.288m3 0Q16 7.426 16 7t-.288-.712T15 6t-.712.288T14 7t.288.713T15 8t.713-.288m3 0Q19 7.426 19 7t-.288-.712T18 6t-.712.288T17 7t.288.713T18 8t.713-.288m-12 3Q7 10.426 7 10t-.288-.712T6 9t-.712.288T5 10t.288.713T6 11t.713-.288m3 0Q10 10.426 10 10t-.288-.712T9 9t-.712.288T8 10t.288.713T9 11t.713-.288m3 0Q13 10.426 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288m3 0Q16 10.426 16 10t-.288-.712T15 9t-.712.288T14 10t.288.713T15 11t.713-.288m3 0Q19 10.426 19 10t-.288-.712T18 9t-.712.288T17 10t.288.713T18 11t.713-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.65 22.65l-2.8-2.8q-.25-.25-.125-.55T9.2 19h5.6q.35 0 .475.3t-.125.55l-2.8 2.8q-.15.15-.35.15t-.35-.15M4 17q-.825 0-1.412-.587T2 15V5q0-.825.588-1.412T4 3h16q.825 0 1.413.588T22 5v10q0 .825-.587 1.413T20 17zm5-3h6q.425 0 .713-.288T16 13t-.288-.712T15 12H9q-.425 0-.712.288T8 13t.288.713T9 14M6.713 7.712Q7 7.426 7 7t-.288-.712T6 6t-.712.288T5 7t.288.713T6 8t.713-.288m3 0Q10 7.426 10 7t-.288-.712T9 6t-.712.288T8 7t.288.713T9 8t.713-.288m3 0Q13 7.426 13 7t-.288-.712T12 6t-.712.288T11 7t.288.713T12 8t.713-.288m3 0Q16 7.426 16 7t-.288-.712T15 6t-.712.288T14 7t.288.713T15 8t.713-.288m3 0Q19 7.426 19 7t-.288-.712T18 6t-.712.288T17 7t.288.713T18 8t.713-.288m-12 3Q7 10.426 7 10t-.288-.712T6 9t-.712.288T5 10t.288.713T6 11t.713-.288m3 0Q10 10.426 10 10t-.288-.712T9 9t-.712.288T8 10t.288.713T9 11t.713-.288m3 0Q13 10.426 13 10t-.288-.712T12 9t-.712.288T11 10t.288.713T12 11t.713-.288m3 0Q16 10.426 16 10t-.288-.712T15 9t-.712.288T14 10t.288.713T15 11t.713-.288m3 0Q19 10.426 19 10t-.288-.712T18 9t-.712.288T17 10t.288.713T18 11t.713-.288"/></svg> </template>
CSS
.icon-keyboard-hide-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%22m11.65%2022.65l-2.8-2.8q-.25-.25-.125-.55T9.2%2019h5.6q.35%200%20.475.3t-.125.55l-2.8%202.8q-.15.15-.35.15t-.35-.15M4%2017q-.825%200-1.412-.587T2%2015V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v10q0%20.825-.587%201.413T20%2017zm5-3h6q.425%200%20.713-.288T16%2013t-.288-.712T15%2012H9q-.425%200-.712.288T8%2013t.288.713T9%2014M6.713%207.712Q7%207.426%207%207t-.288-.712T6%206t-.712.288T5%207t.288.713T6%208t.713-.288m3%200Q10%207.426%2010%207t-.288-.712T9%206t-.712.288T8%207t.288.713T9%208t.713-.288m3%200Q13%207.426%2013%207t-.288-.712T12%206t-.712.288T11%207t.288.713T12%208t.713-.288m3%200Q16%207.426%2016%207t-.288-.712T15%206t-.712.288T14%207t.288.713T15%208t.713-.288m3%200Q19%207.426%2019%207t-.288-.712T18%206t-.712.288T17%207t.288.713T18%208t.713-.288m-12%203Q7%2010.426%207%2010t-.288-.712T6%209t-.712.288T5%2010t.288.713T6%2011t.713-.288m3%200Q10%2010.426%2010%2010t-.288-.712T9%209t-.712.288T8%2010t.288.713T9%2011t.713-.288m3%200Q13%2010.426%2013%2010t-.288-.712T12%209t-.712.288T11%2010t.288.713T12%2011t.713-.288m3%200Q16%2010.426%2016%2010t-.288-.712T15%209t-.712.288T14%2010t.288.713T15%2011t.713-.288m3%200Q19%2010.426%2019%2010t-.288-.712T18%209t-.712.288T17%2010t.288.713T18%2011t.713-.288%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%22m11.65%2022.65l-2.8-2.8q-.25-.25-.125-.55T9.2%2019h5.6q.35%200%20.475.3t-.125.55l-2.8%202.8q-.15.15-.35.15t-.35-.15M4%2017q-.825%200-1.412-.587T2%2015V5q0-.825.588-1.412T4%203h16q.825%200%201.413.588T22%205v10q0%20.825-.587%201.413T20%2017zm5-3h6q.425%200%20.713-.288T16%2013t-.288-.712T15%2012H9q-.425%200-.712.288T8%2013t.288.713T9%2014M6.713%207.712Q7%207.426%207%207t-.288-.712T6%206t-.712.288T5%207t.288.713T6%208t.713-.288m3%200Q10%207.426%2010%207t-.288-.712T9%206t-.712.288T8%207t.288.713T9%208t.713-.288m3%200Q13%207.426%2013%207t-.288-.712T12%206t-.712.288T11%207t.288.713T12%208t.713-.288m3%200Q16%207.426%2016%207t-.288-.712T15%206t-.712.288T14%207t.288.713T15%208t.713-.288m3%200Q19%207.426%2019%207t-.288-.712T18%206t-.712.288T17%207t.288.713T18%208t.713-.288m-12%203Q7%2010.426%207%2010t-.288-.712T6%209t-.712.288T5%2010t.288.713T6%2011t.713-.288m3%200Q10%2010.426%2010%2010t-.288-.712T9%209t-.712.288T8%2010t.288.713T9%2011t.713-.288m3%200Q13%2010.426%2013%2010t-.288-.712T12%209t-.712.288T11%2010t.288.713T12%2011t.713-.288m3%200Q16%2010.426%2016%2010t-.288-.712T15%209t-.712.288T14%2010t.288.713T15%2011t.713-.288m3%200Q19%2010.426%2019%2010t-.288-.712T18%209t-.712.288T17%2010t.288.713T18%2011t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/keyboard-hide-rounded.svg?color=%231a73e8&size=48