keyboard off icon
keyboard-off-rounded from Material Symbols Light by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-off-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More android icons from Material Symbols Light
1x-mobiledata1x-mobiledata-badge3g-mobiledata3g-mobiledata-badge4g-mobiledata4g-mobiledata-badge4g-plus-mobiledata5g5g-mobiledata-badgeadbairplanemode-inactiveandroidandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-bar
Use the keyboard off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.266 21.53L3.31 4.58q-.146-.145-.153-.346t.159-.367t.356-.165q.192 0 .357.165l16.95 16.956q.146.146.156.344q.01.199-.156.364q-.165.165-.357.165t-.357-.165m-4.34-5.762l-1.538-1.538H9q-.31 0-.54.22T8.23 15q0 .31.23.54t.54.23zM4.615 18q-.69 0-1.152-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h1.54l12 12zM6.54 9.54q.23-.23.23-.54t-.23-.54T6 8.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m-12 3q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M21 7.615v8.465q0 .273-.146.46q-.146.186-.363.273q-.218.086-.445.055t-.419-.223l-4.1-4.1q.106-.105.174-.245t.068-.301q0-.31-.23-.54T15 11.23q-.162 0-.301.069t-.245.174l-1.927-1.927q.106-.105.174-.245T12.769 9q0-.31-.23-.54T12 8.23q-.162 0-.301.057t-.245.161l-1.075-1.075q-.193-.192-.22-.42q-.028-.226.058-.443q.087-.218.273-.364T10.95 6h8.435q.69 0 1.153.463T21 7.616"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKeyboardOffRounded(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="M20.266 21.53L3.31 4.58q-.146-.145-.153-.346t.159-.367t.356-.165q.192 0 .357.165l16.95 16.956q.146.146.156.344q.01.199-.156.364q-.165.165-.357.165t-.357-.165m-4.34-5.762l-1.538-1.538H9q-.31 0-.54.22T8.23 15q0 .31.23.54t.54.23zM4.615 18q-.69 0-1.152-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h1.54l12 12zM6.54 9.54q.23-.23.23-.54t-.23-.54T6 8.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m-12 3q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M21 7.615v8.465q0 .273-.146.46q-.146.186-.363.273q-.218.086-.445.055t-.419-.223l-4.1-4.1q.106-.105.174-.245t.068-.301q0-.31-.23-.54T15 11.23q-.162 0-.301.069t-.245.174l-1.927-1.927q.106-.105.174-.245T12.769 9q0-.31-.23-.54T12 8.23q-.162 0-.301.057t-.245.161l-1.075-1.075q-.193-.192-.22-.42q-.028-.226.058-.443q.087-.218.273-.364T10.95 6h8.435q.69 0 1.153.463T21 7.616"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.266 21.53L3.31 4.58q-.146-.145-.153-.346t.159-.367t.356-.165q.192 0 .357.165l16.95 16.956q.146.146.156.344q.01.199-.156.364q-.165.165-.357.165t-.357-.165m-4.34-5.762l-1.538-1.538H9q-.31 0-.54.22T8.23 15q0 .31.23.54t.54.23zM4.615 18q-.69 0-1.152-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h1.54l12 12zM6.54 9.54q.23-.23.23-.54t-.23-.54T6 8.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m-12 3q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9 0q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M21 7.615v8.465q0 .273-.146.46q-.146.186-.363.273q-.218.086-.445.055t-.419-.223l-4.1-4.1q.106-.105.174-.245t.068-.301q0-.31-.23-.54T15 11.23q-.162 0-.301.069t-.245.174l-1.927-1.927q.106-.105.174-.245T12.769 9q0-.31-.23-.54T12 8.23q-.162 0-.301.057t-.245.161l-1.075-1.075q-.193-.192-.22-.42q-.028-.226.058-.443q.087-.218.273-.364T10.95 6h8.435q.69 0 1.153.463T21 7.616"/></svg> </template>
CSS
.icon-keyboard-off-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%22M20.266%2021.53L3.31%204.58q-.146-.145-.153-.346t.159-.367t.356-.165q.192%200%20.357.165l16.95%2016.956q.146.146.156.344q.01.199-.156.364q-.165.165-.357.165t-.357-.165m-4.34-5.762l-1.538-1.538H9q-.31%200-.54.22T8.23%2015q0%20.31.23.54t.54.23zM4.615%2018q-.69%200-1.152-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206h1.54l12%2012zM6.54%209.54q.23-.23.23-.54t-.23-.54T6%208.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m-12%203q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M21%207.615v8.465q0%20.273-.146.46q-.146.186-.363.273q-.218.086-.445.055t-.419-.223l-4.1-4.1q.106-.105.174-.245t.068-.301q0-.31-.23-.54T15%2011.23q-.162%200-.301.069t-.245.174l-1.927-1.927q.106-.105.174-.245T12.769%209q0-.31-.23-.54T12%208.23q-.162%200-.301.057t-.245.161l-1.075-1.075q-.193-.192-.22-.42q-.028-.226.058-.443q.087-.218.273-.364T10.95%206h8.435q.69%200%201.153.463T21%207.616%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%22M20.266%2021.53L3.31%204.58q-.146-.145-.153-.346t.159-.367t.356-.165q.192%200%20.357.165l16.95%2016.956q.146.146.156.344q.01.199-.156.364q-.165.165-.357.165t-.357-.165m-4.34-5.762l-1.538-1.538H9q-.31%200-.54.22T8.23%2015q0%20.31.23.54t.54.23zM4.615%2018q-.69%200-1.152-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206h1.54l12%2012zM6.54%209.54q.23-.23.23-.54t-.23-.54T6%208.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m-12%203q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m3%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23m9%200q.23-.23.23-.54t-.23-.54t-.54-.23t-.54.23t-.23.54t.23.54t.54.23t.54-.23M21%207.615v8.465q0%20.273-.146.46q-.146.186-.363.273q-.218.086-.445.055t-.419-.223l-4.1-4.1q.106-.105.174-.245t.068-.301q0-.31-.23-.54T15%2011.23q-.162%200-.301.069t-.245.174l-1.927-1.927q.106-.105.174-.245T12.769%209q0-.31-.23-.54T12%208.23q-.162%200-.301.057t-.245.161l-1.075-1.075q-.193-.192-.22-.42q-.028-.226.058-.443q.087-.218.273-.364T10.95%206h8.435q.69%200%201.153.463T21%207.616%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-off-rounded.svg?color=%231a73e8&size=48