keyboard off icon
keyboard-off-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.
- Name
- keyboard-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Android
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More android icons from Material Symbols
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="M19.15 21.8L2.175 4.85q-.3-.3-.287-.712t.312-.713t.713-.3t.712.3L20.575 20.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.175 16l-2-2H9q-.425 0-.712.288T8 15t.288.713T9 16zM4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h1.175l14 14zm2.713-9.287Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m9 0Q16 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-12 3Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3 0Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m9 0Q19 12.426 19 12t-.288-.712T18 11t-.712.288T17 12t.288.713T18 13t.713-.288M22 7v9.6q0 .35-.175.575t-.45.35t-.55.075t-.525-.3l-4.6-4.6q.125-.125.213-.312T16 12q0-.425-.288-.712T15 11q-.2 0-.387.088t-.313.212l-1.6-1.6q.125-.125.213-.312T13 9q0-.425-.288-.712T12 8q-.2 0-.387.075t-.313.2L9.725 6.7q-.25-.25-.287-.525t.087-.55t.35-.45T10.45 5H20q.825 0 1.413.587T22 7"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKeyboardOffRounded(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="M19.15 21.8L2.175 4.85q-.3-.3-.287-.712t.312-.713t.713-.3t.712.3L20.575 20.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.175 16l-2-2H9q-.425 0-.712.288T8 15t.288.713T9 16zM4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h1.175l14 14zm2.713-9.287Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m9 0Q16 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-12 3Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3 0Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m9 0Q19 12.426 19 12t-.288-.712T18 11t-.712.288T17 12t.288.713T18 13t.713-.288M22 7v9.6q0 .35-.175.575t-.45.35t-.55.075t-.525-.3l-4.6-4.6q.125-.125.213-.312T16 12q0-.425-.288-.712T15 11q-.2 0-.387.088t-.313.212l-1.6-1.6q.125-.125.213-.312T13 9q0-.425-.288-.712T12 8q-.2 0-.387.075t-.313.2L9.725 6.7q-.25-.25-.287-.525t.087-.55t.35-.45T10.45 5H20q.825 0 1.413.587T22 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.15 21.8L2.175 4.85q-.3-.3-.287-.712t.312-.713t.713-.3t.712.3L20.575 20.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.175 16l-2-2H9q-.425 0-.712.288T8 15t.288.713T9 16zM4 19q-.825 0-1.412-.587T2 17V7q0-.825.588-1.412T4 5h1.175l14 14zm2.713-9.287Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m9 0Q16 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-12 3Q7 12.426 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3 0Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m9 0Q19 12.426 19 12t-.288-.712T18 11t-.712.288T17 12t.288.713T18 13t.713-.288M22 7v9.6q0 .35-.175.575t-.45.35t-.55.075t-.525-.3l-4.6-4.6q.125-.125.213-.312T16 12q0-.425-.288-.712T15 11q-.2 0-.387.088t-.313.212l-1.6-1.6q.125-.125.213-.312T13 9q0-.425-.288-.712T12 8q-.2 0-.387.075t-.313.2L9.725 6.7q-.25-.25-.287-.525t.087-.55t.35-.45T10.45 5H20q.825 0 1.413.587T22 7"/></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%22M19.15%2021.8L2.175%204.85q-.3-.3-.287-.712t.312-.713t.713-.3t.712.3L20.575%2020.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.175%2016l-2-2H9q-.425%200-.712.288T8%2015t.288.713T9%2016zM4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h1.175l14%2014zm2.713-9.287Q7%209.425%207%209t-.288-.712T6%208t-.712.288T5%209t.288.713T6%2010t.713-.288m9%200Q16%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-12%203Q7%2012.426%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m3%200Q10%2012.426%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m9%200Q19%2012.426%2019%2012t-.288-.712T18%2011t-.712.288T17%2012t.288.713T18%2013t.713-.288M22%207v9.6q0%20.35-.175.575t-.45.35t-.55.075t-.525-.3l-4.6-4.6q.125-.125.213-.312T16%2012q0-.425-.288-.712T15%2011q-.2%200-.387.088t-.313.212l-1.6-1.6q.125-.125.213-.312T13%209q0-.425-.288-.712T12%208q-.2%200-.387.075t-.313.2L9.725%206.7q-.25-.25-.287-.525t.087-.55t.35-.45T10.45%205H20q.825%200%201.413.587T22%207%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%22M19.15%2021.8L2.175%204.85q-.3-.3-.287-.712t.312-.713t.713-.3t.712.3L20.575%2020.4q.3.3.3.7t-.3.7t-.712.3t-.713-.3M16.175%2016l-2-2H9q-.425%200-.712.288T8%2015t.288.713T9%2016zM4%2019q-.825%200-1.412-.587T2%2017V7q0-.825.588-1.412T4%205h1.175l14%2014zm2.713-9.287Q7%209.425%207%209t-.288-.712T6%208t-.712.288T5%209t.288.713T6%2010t.713-.288m9%200Q16%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-12%203Q7%2012.426%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m3%200Q10%2012.426%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m9%200Q19%2012.426%2019%2012t-.288-.712T18%2011t-.712.288T17%2012t.288.713T18%2013t.713-.288M22%207v9.6q0%20.35-.175.575t-.45.35t-.55.075t-.525-.3l-4.6-4.6q.125-.125.213-.312T16%2012q0-.425-.288-.712T15%2011q-.2%200-.387.088t-.313.212l-1.6-1.6q.125-.125.213-.312T13%209q0-.425-.288-.712T12%208q-.2%200-.387.075t-.313.2L9.725%206.7q-.25-.25-.287-.525t.087-.55t.35-.45T10.45%205H20q.825%200%201.413.587T22%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/keyboard-off-rounded.svg?color=%231a73e8&size=48