table sign icon
table-sign-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- table-sign-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline 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="M6.308 21v-1H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424q.6 0 1.015.424t.414 1.019q0 .468-.256.824t-.667.516V20h5.173v1zM4 15.327V3h16v12.327h-4.198q.012-.27-.022-.513t-.118-.487H19V4H5v10.327h3.294q-.085.244-.115.488t-.02.512zm3.75-3.654h8.5v-1h-8.5zm0-3.77h8.5v-1h-8.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTableSignOutlineSharp(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.308 21v-1H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424q.6 0 1.015.424t.414 1.019q0 .468-.256.824t-.667.516V20h5.173v1zM4 15.327V3h16v12.327h-4.198q.012-.27-.022-.513t-.118-.487H19V4H5v10.327h3.294q-.085.244-.115.488t-.02.512zm3.75-3.654h8.5v-1h-8.5zm0-3.77h8.5v-1h-8.5z"/></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.308 21v-1H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424q.6 0 1.015.424t.414 1.019q0 .468-.256.824t-.667.516V20h5.173v1zM4 15.327V3h16v12.327h-4.198q.012-.27-.022-.513t-.118-.487H19V4H5v10.327h3.294q-.085.244-.115.488t-.02.512zm3.75-3.654h8.5v-1h-8.5zm0-3.77h8.5v-1h-8.5z"/></svg> </template>
CSS
.icon-table-sign-outline-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.308%2021v-1H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424q.6%200%201.015.424t.414%201.019q0%20.468-.256.824t-.667.516V20h5.173v1zM4%2015.327V3h16v12.327h-4.198q.012-.27-.022-.513t-.118-.487H19V4H5v10.327h3.294q-.085.244-.115.488t-.02.512zm3.75-3.654h8.5v-1h-8.5zm0-3.77h8.5v-1h-8.5z%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.308%2021v-1H11.5v-3.346q-.43-.16-.696-.522t-.265-.824q0-.595.418-1.019t1.037-.424q.6%200%201.015.424t.414%201.019q0%20.468-.256.824t-.667.516V20h5.173v1zM4%2015.327V3h16v12.327h-4.198q.012-.27-.022-.513t-.118-.487H19V4H5v10.327h3.294q-.085.244-.115.488t-.02.512zm3.75-3.654h8.5v-1h-8.5zm0-3.77h8.5v-1h-8.5z%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-outline-sharp.svg?color=%231a73e8&size=48