tab-inactive-sharp from Material Symbols Light by Google · Sharp · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
tab-inactive-sharp
Set
Material Symbols Light
Style
Sharp
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the tab inactive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.77 21v-3.77H3v-3.307h1v2.308h2.77V6.769h9.46V4h-2.307V3h3.308v3.77H21V21zM3 11.539V8.692h1v2.846zm0-5.231V3h3.308v1H4v2.308zM8.692 4V3h2.846v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTabInactiveSharp(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="M6.77 21v-3.77H3v-3.307h1v2.308h2.77V6.769h9.46V4h-2.307V3h3.308v3.77H21V21zM3 11.539V8.692h1v2.846zm0-5.231V3h3.308v1H4v2.308zM8.692 4V3h2.846v1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.77 21v-3.77H3v-3.307h1v2.308h2.77V6.769h9.46V4h-2.307V3h3.308v3.77H21V21zM3 11.539V8.692h1v2.846zm0-5.231V3h3.308v1H4v2.308zM8.692 4V3h2.846v1z"/></svg>
</template>

CSS

.icon-tab-inactive-sharp {
  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%22M6.77%2021v-3.77H3v-3.307h1v2.308h2.77V6.769h9.46V4h-2.307V3h3.308v3.77H21V21zM3%2011.539V8.692h1v2.846zm0-5.231V3h3.308v1H4v2.308zM8.692%204V3h2.846v1z%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%22M6.77%2021v-3.77H3v-3.307h1v2.308h2.77V6.769h9.46V4h-2.307V3h3.308v3.77H21V21zM3%2011.539V8.692h1v2.846zm0-5.231V3h3.308v1H4v2.308zM8.692%204V3h2.846v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tab-inactive-sharp.svg?color=%231a73e8&size=48