table sign icon
table-sign-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- table-sign-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M5.539 15.327q-.652 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.3q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.3q.211 0 .375-.154q.163-.154.163-.385v-9.25q0-.211-.163-.375T18.462 4H5.539q-.231 0-.385.163Q5 4.328 5 4.539v9.25q0 .231.154.385t.384.154H7.8q.216 0 .355.144q.14.144.14.356q0 .213-.145.357t-.356.143zM6.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.143zm9.298-10.184q-.143-.143-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h7.5q.213 0 .356-.144q.144-.144.144-.357t-.144-.356m0-3.769q-.144-.143-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h7.5q.213 0 .356-.144q.144-.144.144-.357t-.144-.356"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTableSignOutlineRounded(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="M5.539 15.327q-.652 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.3q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.3q.211 0 .375-.154q.163-.154.163-.385v-9.25q0-.211-.163-.375T18.462 4H5.539q-.231 0-.385.163Q5 4.328 5 4.539v9.25q0 .231.154.385t.384.154H7.8q.216 0 .355.144q.14.144.14.356q0 .213-.145.357t-.356.143zM6.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.143zm9.298-10.184q-.143-.143-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h7.5q.213 0 .356-.144q.144-.144.144-.357t-.144-.356m0-3.769q-.144-.143-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h7.5q.213 0 .356-.144q.144-.144.144-.357t-.144-.356"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.539 15.327q-.652 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.3q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.3q.211 0 .375-.154q.163-.154.163-.385v-9.25q0-.211-.163-.375T18.462 4H5.539q-.231 0-.385.163Q5 4.328 5 4.539v9.25q0 .231.154.385t.384.154H7.8q.216 0 .355.144q.14.144.14.356q0 .213-.145.357t-.356.143zM6.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.143zm9.298-10.184q-.143-.143-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h7.5q.213 0 .356-.144q.144-.144.144-.357t-.144-.356m0-3.769q-.144-.143-.356-.143h-7.5q-.213 0-.356.144t-.144.357t.144.356t.356.143h7.5q.213 0 .356-.144q.144-.144.144-.357t-.144-.356"/></svg> </template>
CSS
.icon-table-sign-outline-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%22M5.539%2015.327q-.652%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.3q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2.3q.211%200%20.375-.154q.163-.154.163-.385v-9.25q0-.211-.163-.375T18.462%204H5.539q-.231%200-.385.163Q5%204.328%205%204.539v9.25q0%20.231.154.385t.384.154H7.8q.216%200%20.355.144q.14.144.14.356q0%20.213-.145.357t-.356.143zM6.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.143zm9.298-10.184q-.143-.143-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h7.5q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356m0-3.769q-.144-.143-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h7.5q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356%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%22M5.539%2015.327q-.652%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.3q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2.3q.211%200%20.375-.154q.163-.154.163-.385v-9.25q0-.211-.163-.375T18.462%204H5.539q-.231%200-.385.163Q5%204.328%205%204.539v9.25q0%20.231.154.385t.384.154H7.8q.216%200%20.355.144q.14.144.14.356q0%20.213-.145.357t-.356.143zM6.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.143zm9.298-10.184q-.143-.143-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h7.5q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356m0-3.769q-.144-.143-.356-.143h-7.5q-.213%200-.356.144t-.144.357t.144.356t.356.143h7.5q.213%200%20.356-.144q.144-.144.144-.357t-.144-.356%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-rounded.svg?color=%231a73e8&size=48