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

Name
keyboard-alt-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 alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm0-2h18V6H3zm6-1h6q.425 0 .713-.288T16 16t-.288-.712T15 15H9q-.425 0-.712.288T8 16t.288.713T9 17m-6 1V6zm3.713-8.287Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m4 0Q11 9.426 11 9t-.288-.712T10 8t-.712.288T9 9t.288.713T10 10t.713-.288m4 0Q15 9.426 15 9t-.288-.712T14 8t-.712.288T13 9t.288.713T14 10t.713-.288m4 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-12 3.5Q7 12.926 7 12.5t-.288-.712T6 11.5t-.712.288T5 12.5t.288.713T6 13.5t.713-.288m4 0Q11 12.926 11 12.5t-.288-.712T10 11.5t-.712.288T9 12.5t.288.713t.712.287t.713-.288m4 0Q15 12.926 15 12.5t-.288-.712T14 11.5t-.712.288T13 12.5t.288.713t.712.287t.713-.288m4 0Q19 12.926 19 12.5t-.288-.712T18 11.5t-.712.288T17 12.5t.288.713t.712.287t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeyboardAltOutlineRounded(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="M3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm0-2h18V6H3zm6-1h6q.425 0 .713-.288T16 16t-.288-.712T15 15H9q-.425 0-.712.288T8 16t.288.713T9 17m-6 1V6zm3.713-8.287Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m4 0Q11 9.426 11 9t-.288-.712T10 8t-.712.288T9 9t.288.713T10 10t.713-.288m4 0Q15 9.426 15 9t-.288-.712T14 8t-.712.288T13 9t.288.713T14 10t.713-.288m4 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-12 3.5Q7 12.926 7 12.5t-.288-.712T6 11.5t-.712.288T5 12.5t.288.713T6 13.5t.713-.288m4 0Q11 12.926 11 12.5t-.288-.712T10 11.5t-.712.288T9 12.5t.288.713t.712.287t.713-.288m4 0Q15 12.926 15 12.5t-.288-.712T14 11.5t-.712.288T13 12.5t.288.713t.712.287t.713-.288m4 0Q19 12.926 19 12.5t-.288-.712T18 11.5t-.712.288T17 12.5t.288.713t.712.287t.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="M3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm0-2h18V6H3zm6-1h6q.425 0 .713-.288T16 16t-.288-.712T15 15H9q-.425 0-.712.288T8 16t.288.713T9 17m-6 1V6zm3.713-8.287Q7 9.425 7 9t-.288-.712T6 8t-.712.288T5 9t.288.713T6 10t.713-.288m4 0Q11 9.426 11 9t-.288-.712T10 8t-.712.288T9 9t.288.713T10 10t.713-.288m4 0Q15 9.426 15 9t-.288-.712T14 8t-.712.288T13 9t.288.713T14 10t.713-.288m4 0Q19 9.426 19 9t-.288-.712T18 8t-.712.288T17 9t.288.713T18 10t.713-.288m-12 3.5Q7 12.926 7 12.5t-.288-.712T6 11.5t-.712.288T5 12.5t.288.713T6 13.5t.713-.288m4 0Q11 12.926 11 12.5t-.288-.712T10 11.5t-.712.288T9 12.5t.288.713t.712.287t.713-.288m4 0Q15 12.926 15 12.5t-.288-.712T14 11.5t-.712.288T13 12.5t.288.713t.712.287t.713-.288m4 0Q19 12.926 19 12.5t-.288-.712T18 11.5t-.712.288T17 12.5t.288.713t.712.287t.713-.288"/></svg>
</template>

CSS

.icon-keyboard-alt-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%22M3%2020q-.825%200-1.412-.587T1%2018V6q0-.825.588-1.412T3%204h18q.825%200%201.413.588T23%206v12q0%20.825-.587%201.413T21%2020zm0-2h18V6H3zm6-1h6q.425%200%20.713-.288T16%2016t-.288-.712T15%2015H9q-.425%200-.712.288T8%2016t.288.713T9%2017m-6%201V6zm3.713-8.287Q7%209.425%207%209t-.288-.712T6%208t-.712.288T5%209t.288.713T6%2010t.713-.288m4%200Q11%209.426%2011%209t-.288-.712T10%208t-.712.288T9%209t.288.713T10%2010t.713-.288m4%200Q15%209.426%2015%209t-.288-.712T14%208t-.712.288T13%209t.288.713T14%2010t.713-.288m4%200Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288m-12%203.5Q7%2012.926%207%2012.5t-.288-.712T6%2011.5t-.712.288T5%2012.5t.288.713T6%2013.5t.713-.288m4%200Q11%2012.926%2011%2012.5t-.288-.712T10%2011.5t-.712.288T9%2012.5t.288.713t.712.287t.713-.288m4%200Q15%2012.926%2015%2012.5t-.288-.712T14%2011.5t-.712.288T13%2012.5t.288.713t.712.287t.713-.288m4%200Q19%2012.926%2019%2012.5t-.288-.712T18%2011.5t-.712.288T17%2012.5t.288.713t.712.287t.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%22M3%2020q-.825%200-1.412-.587T1%2018V6q0-.825.588-1.412T3%204h18q.825%200%201.413.588T23%206v12q0%20.825-.587%201.413T21%2020zm0-2h18V6H3zm6-1h6q.425%200%20.713-.288T16%2016t-.288-.712T15%2015H9q-.425%200-.712.288T8%2016t.288.713T9%2017m-6%201V6zm3.713-8.287Q7%209.425%207%209t-.288-.712T6%208t-.712.288T5%209t.288.713T6%2010t.713-.288m4%200Q11%209.426%2011%209t-.288-.712T10%208t-.712.288T9%209t.288.713T10%2010t.713-.288m4%200Q15%209.426%2015%209t-.288-.712T14%208t-.712.288T13%209t.288.713T14%2010t.713-.288m4%200Q19%209.426%2019%209t-.288-.712T18%208t-.712.288T17%209t.288.713T18%2010t.713-.288m-12%203.5Q7%2012.926%207%2012.5t-.288-.712T6%2011.5t-.712.288T5%2012.5t.288.713T6%2013.5t.713-.288m4%200Q11%2012.926%2011%2012.5t-.288-.712T10%2011.5t-.712.288T9%2012.5t.288.713t.712.287t.713-.288m4%200Q15%2012.926%2015%2012.5t-.288-.712T14%2011.5t-.712.288T13%2012.5t.288.713t.712.287t.713-.288m4%200Q19%2012.926%2019%2012.5t-.288-.712T18%2011.5t-.712.288T17%2012.5t.288.713t.712.287t.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-alt-outline-rounded.svg?color=%231a73e8&size=48