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

Name
keyboard-tab-rounded
Set
Material Symbols Light
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
keyboard-tab-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the keyboard tab icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.143 17.357Q20 17.214 20 17V7q0-.213.143-.357T20.5 6.5t.357.143T21 7v10q0 .214-.143.357t-.357.143t-.357-.143m-4.43-4.857H3.5q-.213 0-.357-.143T3 12t.143-.357t.357-.143h12.194l-3.721-3.765q-.14-.14-.133-.332q.006-.191.152-.337q.14-.141.344-.141q.205 0 .345.14l4.369 4.37q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-4.389 4.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightKeyboardTabRounded(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.143 17.357Q20 17.214 20 17V7q0-.213.143-.357T20.5 6.5t.357.143T21 7v10q0 .214-.143.357t-.357.143t-.357-.143m-4.43-4.857H3.5q-.213 0-.357-.143T3 12t.143-.357t.357-.143h12.194l-3.721-3.765q-.14-.14-.133-.332q.006-.191.152-.337q.14-.141.344-.141q.205 0 .345.14l4.369 4.37q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-4.389 4.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357z"/></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.143 17.357Q20 17.214 20 17V7q0-.213.143-.357T20.5 6.5t.357.143T21 7v10q0 .214-.143.357t-.357.143t-.357-.143m-4.43-4.857H3.5q-.213 0-.357-.143T3 12t.143-.357t.357-.143h12.194l-3.721-3.765q-.14-.14-.133-.332q.006-.191.152-.337q.14-.141.344-.141q.205 0 .345.14l4.369 4.37q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-4.389 4.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357z"/></svg>
</template>

CSS

.icon-keyboard-tab-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.143%2017.357Q20%2017.214%2020%2017V7q0-.213.143-.357T20.5%206.5t.357.143T21%207v10q0%20.214-.143.357t-.357.143t-.357-.143m-4.43-4.857H3.5q-.213%200-.357-.143T3%2012t.143-.357t.357-.143h12.194l-3.721-3.765q-.14-.14-.133-.332q.006-.191.152-.337q.14-.141.344-.141q.205%200%20.345.14l4.369%204.37q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-4.389%204.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357z%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.143%2017.357Q20%2017.214%2020%2017V7q0-.213.143-.357T20.5%206.5t.357.143T21%207v10q0%20.214-.143.357t-.357.143t-.357-.143m-4.43-4.857H3.5q-.213%200-.357-.143T3%2012t.143-.357t.357-.143h12.194l-3.721-3.765q-.14-.14-.133-.332q.006-.191.152-.337q.14-.141.344-.141q.205%200%20.345.14l4.369%204.37q.13.13.184.267q.052.137.052.298t-.052.298t-.184.268l-4.389%204.388q-.14.14-.34.14t-.348-.14q-.165-.146-.156-.357q.01-.21.156-.357z%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-tab-rounded.svg?color=%231a73e8&size=48

Keyboard Tab rounded icon — Material Symbols Light · IconsDB