table sign icon
table-sign-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- table-sign-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.808 21q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143H11.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.516V20h4.673q.213 0 .356.144t.144.357t-.144.356t-.356.143zM15.75 7.904q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143zM5.539 15.327q-.653 0-1.096-.443T4 13.788v-9.25q0-.652.443-1.095T5.54 3h12.923q.634 0 1.086.443Q20 3.887 20 4.54v9.25q0 .651-.452 1.095t-1.086.443h-2.108q-.223 0-.394-.167q-.171-.168-.19-.39q-.09-.618-.361-1.16q-.272-.543-.697-.985q-.321-.333-.731-.574q-.41-.242-.864-.378h2.633q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h2.627q-.454.137-.873.366q-.42.228-.74.561q-.425.442-.704.988q-.28.545-.368 1.181q-.044.223-.189.39q-.145.168-.376.168z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTableSignRounded(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.808 21q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143H11.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.516V20h4.673q.213 0 .356.144t.144.357t-.144.356t-.356.143zM15.75 7.904q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143zM5.539 15.327q-.653 0-1.096-.443T4 13.788v-9.25q0-.652.443-1.095T5.54 3h12.923q.634 0 1.086.443Q20 3.887 20 4.54v9.25q0 .651-.452 1.095t-1.086.443h-2.108q-.223 0-.394-.167q-.171-.168-.19-.39q-.09-.618-.361-1.16q-.272-.543-.697-.985q-.321-.333-.731-.574q-.41-.242-.864-.378h2.633q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h2.627q-.454.137-.873.366q-.42.228-.74.561q-.425.442-.704.988q-.28.545-.368 1.181q-.044.223-.189.39q-.145.168-.376.168z"/></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.808 21q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143H11.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.516V20h4.673q.213 0 .356.144t.144.357t-.144.356t-.356.143zM15.75 7.904q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143zM5.539 15.327q-.653 0-1.096-.443T4 13.788v-9.25q0-.652.443-1.095T5.54 3h12.923q.634 0 1.086.443Q20 3.887 20 4.54v9.25q0 .651-.452 1.095t-1.086.443h-2.108q-.223 0-.394-.167q-.171-.168-.19-.39q-.09-.618-.361-1.16q-.272-.543-.697-.985q-.321-.333-.731-.574q-.41-.242-.864-.378h2.633q.213 0 .356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h2.627q-.454.137-.873.366q-.42.228-.74.561q-.425.442-.704.988q-.28.545-.368 1.181q-.044.223-.189.39q-.145.168-.376.168z"/></svg> </template>
CSS
.icon-table-sign-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%22M6.808%2021q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143H11.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.516V20h4.673q.213%200%20.356.144t.144.357t-.144.356t-.356.143zM15.75%207.904q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143zM5.539%2015.327q-.653%200-1.096-.443T4%2013.788v-9.25q0-.652.443-1.095T5.54%203h12.923q.634%200%201.086.443Q20%203.887%2020%204.54v9.25q0%20.651-.452%201.095t-1.086.443h-2.108q-.223%200-.394-.167q-.171-.168-.19-.39q-.09-.618-.361-1.16q-.272-.543-.697-.985q-.321-.333-.731-.574q-.41-.242-.864-.378h2.633q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h2.627q-.454.137-.873.366q-.42.228-.74.561q-.425.442-.704.988q-.28.545-.368%201.181q-.044.223-.189.39q-.145.168-.376.168z%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.808%2021q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143H11.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.516V20h4.673q.213%200%20.356.144t.144.357t-.144.356t-.356.143zM15.75%207.904q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143zM5.539%2015.327q-.653%200-1.096-.443T4%2013.788v-9.25q0-.652.443-1.095T5.54%203h12.923q.634%200%201.086.443Q20%203.887%2020%204.54v9.25q0%20.651-.452%201.095t-1.086.443h-2.108q-.223%200-.394-.167q-.171-.168-.19-.39q-.09-.618-.361-1.16q-.272-.543-.697-.985q-.321-.333-.731-.574q-.41-.242-.864-.378h2.633q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356t-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h2.627q-.454.137-.873.366q-.42.228-.74.561q-.425.442-.704.988q-.28.545-.368%201.181q-.044.223-.189.39q-.145.168-.376.168z%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-rounded.svg?color=%231a73e8&size=48