table sign icon
table-sign from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- table-sign
- Set
- Material Symbols
- Style
- Regular
- 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="M12 13.5q.825 0 1.413.588T14 15.5q0 .575-.275 1.013t-.725.712V20h4q.825 0 1.413.588T19 22H5q0-.825.575-1.412T7 20h4v-2.75q-.45-.275-.725-.725T10 15.5q0-.825.575-1.413T12 13.5M7 6v2h10V6zM5 16q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-3.025q.125-.875-.15-1.687T15 12.875q-.225-.275-.5-.488T13.925 12H17v-2H7v2h3.05q-.3.175-.575.375t-.5.475q-.55.625-.812 1.438T8.025 16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTableSign(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="M12 13.5q.825 0 1.413.588T14 15.5q0 .575-.275 1.013t-.725.712V20h4q.825 0 1.413.588T19 22H5q0-.825.575-1.412T7 20h4v-2.75q-.45-.275-.725-.725T10 15.5q0-.825.575-1.413T12 13.5M7 6v2h10V6zM5 16q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-3.025q.125-.875-.15-1.687T15 12.875q-.225-.275-.5-.488T13.925 12H17v-2H7v2h3.05q-.3.175-.575.375t-.5.475q-.55.625-.812 1.438T8.025 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.5q.825 0 1.413.588T14 15.5q0 .575-.275 1.013t-.725.712V20h4q.825 0 1.413.588T19 22H5q0-.825.575-1.412T7 20h4v-2.75q-.45-.275-.725-.725T10 15.5q0-.825.575-1.413T12 13.5M7 6v2h10V6zM5 16q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-3.025q.125-.875-.15-1.687T15 12.875q-.225-.275-.5-.488T13.925 12H17v-2H7v2h3.05q-.3.175-.575.375t-.5.475q-.55.625-.812 1.438T8.025 16z"/></svg> </template>
CSS
.icon-table-sign {
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%22M12%2013.5q.825%200%201.413.588T14%2015.5q0%20.575-.275%201.013t-.725.712V20h4q.825%200%201.413.588T19%2022H5q0-.825.575-1.412T7%2020h4v-2.75q-.45-.275-.725-.725T10%2015.5q0-.825.575-1.413T12%2013.5M7%206v2h10V6zM5%2016q-.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.125-.875-.15-1.687T15%2012.875q-.225-.275-.5-.488T13.925%2012H17v-2H7v2h3.05q-.3.175-.575.375t-.5.475q-.55.625-.812%201.438T8.025%2016z%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%22M12%2013.5q.825%200%201.413.588T14%2015.5q0%20.575-.275%201.013t-.725.712V20h4q.825%200%201.413.588T19%2022H5q0-.825.575-1.412T7%2020h4v-2.75q-.45-.275-.725-.725T10%2015.5q0-.825.575-1.413T12%2013.5M7%206v2h10V6zM5%2016q-.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.125-.875-.15-1.687T15%2012.875q-.225-.275-.5-.488T13.925%2012H17v-2H7v2h3.05q-.3.175-.575.375t-.5.475q-.55.625-.812%201.438T8.025%2016z%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.svg?color=%231a73e8&size=48