keyboard off icon
keyboard-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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.62 21.89L3.31 4.58q-.147-.145-.153-.346t.158-.367q.166-.165.357-.165t.357.165l17.304 17.31zM9 15.77q-.31 0-.54-.221q-.23-.22-.23-.549q0-.31.23-.54t.54-.23h5.387l1.538 1.54zm12-8.155v9.173q0 .25-.159.375q-.158.125-.341.125t-.341-.125t-.159-.375V7.616q0-.231-.192-.424T19.385 7H10.23q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T10.23 6h9.154q.69 0 1.153.462T21 7.615M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h1.54l1 1h-2.54q-.23 0-.423.192T4 7.616v8.769q0 .23.192.423t.423.192h12.54l1 1zm.845-8.46q-.23-.23-.23-.54t.23-.54T6 8.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m7.086.006l-1.092-1.092q.106-.106.255-.165q.149-.058.291-.058q.31 0 .54.23t.23.539q0 .142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.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-.23m7.086.006l-1.092-1.092q.106-.106.255-.164q.149-.06.291-.06q.31 0 .54.23t.23.54q0 .142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightKeyboardOffOutlineRounded(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.62 21.89L3.31 4.58q-.147-.145-.153-.346t.158-.367q.166-.165.357-.165t.357.165l17.304 17.31zM9 15.77q-.31 0-.54-.221q-.23-.22-.23-.549q0-.31.23-.54t.54-.23h5.387l1.538 1.54zm12-8.155v9.173q0 .25-.159.375q-.158.125-.341.125t-.341-.125t-.159-.375V7.616q0-.231-.192-.424T19.385 7H10.23q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T10.23 6h9.154q.69 0 1.153.462T21 7.615M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h1.54l1 1h-2.54q-.23 0-.423.192T4 7.616v8.769q0 .23.192.423t.423.192h12.54l1 1zm.845-8.46q-.23-.23-.23-.54t.23-.54T6 8.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m7.086.006l-1.092-1.092q.106-.106.255-.165q.149-.058.291-.058q.31 0 .54.23t.23.539q0 .142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.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-.23m7.086.006l-1.092-1.092q.106-.106.255-.164q.149-.06.291-.06q.31 0 .54.23t.23.54q0 .142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23"/></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.62 21.89L3.31 4.58q-.147-.145-.153-.346t.158-.367q.166-.165.357-.165t.357.165l17.304 17.31zM9 15.77q-.31 0-.54-.221q-.23-.22-.23-.549q0-.31.23-.54t.54-.23h5.387l1.538 1.54zm12-8.155v9.173q0 .25-.159.375q-.158.125-.341.125t-.341-.125t-.159-.375V7.616q0-.231-.192-.424T19.385 7H10.23q-.25 0-.375-.159q-.125-.158-.125-.341t.125-.341T10.23 6h9.154q.69 0 1.153.462T21 7.615M4.616 18q-.691 0-1.153-.462T3 16.384V7.616q0-.691.463-1.153T4.615 6h1.54l1 1h-2.54q-.23 0-.423.192T4 7.616v8.769q0 .23.192.423t.423.192h12.54l1 1zm.845-8.46q-.23-.23-.23-.54t.23-.54T6 8.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m7.086.006l-1.092-1.092q.106-.106.255-.165q.149-.058.291-.058q.31 0 .54.23t.23.539q0 .142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.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-.23m7.086.006l-1.092-1.092q.106-.106.255-.164q.149-.06.291-.06q.31 0 .54.23t.23.54q0 .142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23"/></svg> </template>
CSS
.icon-keyboard-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%22M20.62%2021.89L3.31%204.58q-.147-.145-.153-.346t.158-.367q.166-.165.357-.165t.357.165l17.304%2017.31zM9%2015.77q-.31%200-.54-.221q-.23-.22-.23-.549q0-.31.23-.54t.54-.23h5.387l1.538%201.54zm12-8.155v9.173q0%20.25-.159.375q-.158.125-.341.125t-.341-.125t-.159-.375V7.616q0-.231-.192-.424T19.385%207H10.23q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341T10.23%206h9.154q.69%200%201.153.462T21%207.615M4.616%2018q-.691%200-1.153-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206h1.54l1%201h-2.54q-.23%200-.423.192T4%207.616v8.769q0%20.23.192.423t.423.192h12.54l1%201zm.845-8.46q-.23-.23-.23-.54t.23-.54T6%208.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m7.086.006l-1.092-1.092q.106-.106.255-.165q.149-.058.291-.058q.31%200%20.54.23t.23.539q0%20.142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.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-.23m7.086.006l-1.092-1.092q.106-.106.255-.164q.149-.06.291-.06q.31%200%20.54.23t.23.54q0%20.142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23%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.62%2021.89L3.31%204.58q-.147-.145-.153-.346t.158-.367q.166-.165.357-.165t.357.165l17.304%2017.31zM9%2015.77q-.31%200-.54-.221q-.23-.22-.23-.549q0-.31.23-.54t.54-.23h5.387l1.538%201.54zm12-8.155v9.173q0%20.25-.159.375q-.158.125-.341.125t-.341-.125t-.159-.375V7.616q0-.231-.192-.424T19.385%207H10.23q-.25%200-.375-.159q-.125-.158-.125-.341t.125-.341T10.23%206h9.154q.69%200%201.153.462T21%207.615M4.616%2018q-.691%200-1.153-.462T3%2016.384V7.616q0-.691.463-1.153T4.615%206h1.54l1%201h-2.54q-.23%200-.423.192T4%207.616v8.769q0%20.23.192.423t.423.192h12.54l1%201zm.845-8.46q-.23-.23-.23-.54t.23-.54T6%208.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23m7.086.006l-1.092-1.092q.106-.106.255-.165q.149-.058.291-.058q.31%200%20.54.23t.23.539q0%20.142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.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-.23m7.086.006l-1.092-1.092q.106-.106.255-.164q.149-.06.291-.06q.31%200%20.54.23t.23.54q0%20.142-.06.291q-.058.15-.164.255m1.915-.006q-.23-.23-.23-.54t.23-.54t.539-.23t.54.23t.23.54t-.23.54t-.54.23t-.54-.23%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-outline-rounded.svg?color=%231a73e8&size=48