table-sign-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
table-sign-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the table sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.994 13.866q.6 0 1.015.423q.414.424.414 1.019q0 .468-.256.824t-.667.516V20h4.173q.413 0 .706.299t.294.701H6.308q0-.402.287-.701T7.308 20H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424M7.75 6.904v1h8.5v-1zM4 15.327V3h16v12.327h-4.198q.01-.779-.285-1.476q-.294-.697-.805-1.226q-.321-.333-.731-.574q-.41-.242-.864-.378h3.133v-1h-8.5v1h3.127q-.454.137-.873.366q-.42.228-.74.561q-.512.529-.813 1.226t-.292 1.501z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTableSignSharp(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="M11.994 13.866q.6 0 1.015.423q.414.424.414 1.019q0 .468-.256.824t-.667.516V20h4.173q.413 0 .706.299t.294.701H6.308q0-.402.287-.701T7.308 20H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424M7.75 6.904v1h8.5v-1zM4 15.327V3h16v12.327h-4.198q.01-.779-.285-1.476q-.294-.697-.805-1.226q-.321-.333-.731-.574q-.41-.242-.864-.378h3.133v-1h-8.5v1h3.127q-.454.137-.873.366q-.42.228-.74.561q-.512.529-.813 1.226t-.292 1.501z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.994 13.866q.6 0 1.015.423q.414.424.414 1.019q0 .468-.256.824t-.667.516V20h4.173q.413 0 .706.299t.294.701H6.308q0-.402.287-.701T7.308 20H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424M7.75 6.904v1h8.5v-1zM4 15.327V3h16v12.327h-4.198q.01-.779-.285-1.476q-.294-.697-.805-1.226q-.321-.333-.731-.574q-.41-.242-.864-.378h3.133v-1h-8.5v1h3.127q-.454.137-.873.366q-.42.228-.74.561q-.512.529-.813 1.226t-.292 1.501z"/></svg>
</template>

CSS

.icon-table-sign-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%22M11.994%2013.866q.6%200%201.015.423q.414.424.414%201.019q0%20.468-.256.824t-.667.516V20h4.173q.413%200%20.706.299t.294.701H6.308q0-.402.287-.701T7.308%2020H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424M7.75%206.904v1h8.5v-1zM4%2015.327V3h16v12.327h-4.198q.01-.779-.285-1.476q-.294-.697-.805-1.226q-.321-.333-.731-.574q-.41-.242-.864-.378h3.133v-1h-8.5v1h3.127q-.454.137-.873.366q-.42.228-.74.561q-.512.529-.813%201.226t-.292%201.501z%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%22M11.994%2013.866q.6%200%201.015.423q.414.424.414%201.019q0%20.468-.256.824t-.667.516V20h4.173q.413%200%20.706.299t.294.701H6.308q0-.402.287-.701T7.308%2020H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424M7.75%206.904v1h8.5v-1zM4%2015.327V3h16v12.327h-4.198q.01-.779-.285-1.476q-.294-.697-.805-1.226q-.321-.333-.731-.574q-.41-.242-.864-.378h3.133v-1h-8.5v1h3.127q-.454.137-.873.366q-.42.228-.74.561q-.512.529-.813%201.226t-.292%201.501z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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