table-sign-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
table-sign-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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="M7 12h10v-2H7zm0-4h10V6H7zm4 12v-2.75q-.45-.275-.725-.725T10 15.5q0-.825.575-1.413T12 13.5q.825 0 1.413.587T14 15.5q0 .575-.275 1.013t-.725.712V20h4q.825 0 1.413.588T19 22H5q0-.825.575-1.412T7 20zm-6-4q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-3.025q.05-.5-.012-1.012T15.7 14H19V4H5v10h3.275q-.2.475-.25.988t0 1.012z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTableSignOutline(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="M7 12h10v-2H7zm0-4h10V6H7zm4 12v-2.75q-.45-.275-.725-.725T10 15.5q0-.825.575-1.413T12 13.5q.825 0 1.413.587T14 15.5q0 .575-.275 1.013t-.725.712V20h4q.825 0 1.413.588T19 22H5q0-.825.575-1.412T7 20zm-6-4q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-3.025q.05-.5-.012-1.012T15.7 14H19V4H5v10h3.275q-.2.475-.25.988t0 1.012z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 12h10v-2H7zm0-4h10V6H7zm4 12v-2.75q-.45-.275-.725-.725T10 15.5q0-.825.575-1.413T12 13.5q.825 0 1.413.587T14 15.5q0 .575-.275 1.013t-.725.712V20h4q.825 0 1.413.588T19 22H5q0-.825.575-1.412T7 20zm-6-4q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-3.025q.05-.5-.012-1.012T15.7 14H19V4H5v10h3.275q-.2.475-.25.988t0 1.012z"/></svg>
</template>

CSS

.icon-table-sign-outline {
  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%22M7%2012h10v-2H7zm0-4h10V6H7zm4%2012v-2.75q-.45-.275-.725-.725T10%2015.5q0-.825.575-1.413T12%2013.5q.825%200%201.413.587T14%2015.5q0%20.575-.275%201.013t-.725.712V20h4q.825%200%201.413.588T19%2022H5q0-.825.575-1.412T7%2020zm-6-4q-.825%200-1.412-.587T3%2014V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v10q0%20.825-.587%201.413T19%2016h-3.025q.05-.5-.012-1.012T15.7%2014H19V4H5v10h3.275q-.2.475-.25.988t0%201.012z%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%22M7%2012h10v-2H7zm0-4h10V6H7zm4%2012v-2.75q-.45-.275-.725-.725T10%2015.5q0-.825.575-1.413T12%2013.5q.825%200%201.413.587T14%2015.5q0%20.575-.275%201.013t-.725.712V20h4q.825%200%201.413.588T19%2022H5q0-.825.575-1.412T7%2020zm-6-4q-.825%200-1.412-.587T3%2014V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v10q0%20.825-.587%201.413T19%2016h-3.025q.05-.5-.012-1.012T15.7%2014H19V4H5v10h3.275q-.2.475-.25.988t0%201.012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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