table sign icon
table-sign-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- table-sign-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M5 16q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-2.3q-.425 0-.712-.288T15.7 15t.288-.712T16.7 14H19V4H5v10h2.3q.425 0 .7.288t.275.712t-.288.713t-.712.287zm1 6q-.425 0-.712-.288T5 21t.288-.712T6 20h5v-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.712V20h5q.425 0 .713.288T19 21t-.288.713T18 22zm10.713-11.712Q16.425 10 16 10H8q-.425 0-.712.288T7 11t.288.713T8 12h8q.425 0 .713-.288T17 11t-.288-.712m0-4Q16.426 6 16 6H8q-.425 0-.712.288T7 7t.288.713T8 8h8q.425 0 .713-.288T17 7t-.288-.712"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTableSignOutlineRounded(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 16q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-2.3q-.425 0-.712-.288T15.7 15t.288-.712T16.7 14H19V4H5v10h2.3q.425 0 .7.288t.275.712t-.288.713t-.712.287zm1 6q-.425 0-.712-.288T5 21t.288-.712T6 20h5v-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.712V20h5q.425 0 .713.288T19 21t-.288.713T18 22zm10.713-11.712Q16.425 10 16 10H8q-.425 0-.712.288T7 11t.288.713T8 12h8q.425 0 .713-.288T17 11t-.288-.712m0-4Q16.426 6 16 6H8q-.425 0-.712.288T7 7t.288.713T8 8h8q.425 0 .713-.288T17 7t-.288-.712"/></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 16q-.825 0-1.412-.587T3 14V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v10q0 .825-.587 1.413T19 16h-2.3q-.425 0-.712-.288T15.7 15t.288-.712T16.7 14H19V4H5v10h2.3q.425 0 .7.288t.275.712t-.288.713t-.712.287zm1 6q-.425 0-.712-.288T5 21t.288-.712T6 20h5v-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.712V20h5q.425 0 .713.288T19 21t-.288.713T18 22zm10.713-11.712Q16.425 10 16 10H8q-.425 0-.712.288T7 11t.288.713T8 12h8q.425 0 .713-.288T17 11t-.288-.712m0-4Q16.426 6 16 6H8q-.425 0-.712.288T7 7t.288.713T8 8h8q.425 0 .713-.288T17 7t-.288-.712"/></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%2016q-.825%200-1.412-.587T3%2014V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v10q0%20.825-.587%201.413T19%2016h-2.3q-.425%200-.712-.288T15.7%2015t.288-.712T16.7%2014H19V4H5v10h2.3q.425%200%20.7.288t.275.712t-.288.713t-.712.287zm1%206q-.425%200-.712-.288T5%2021t.288-.712T6%2020h5v-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.712V20h5q.425%200%20.713.288T19%2021t-.288.713T18%2022zm10.713-11.712Q16.425%2010%2016%2010H8q-.425%200-.712.288T7%2011t.288.713T8%2012h8q.425%200%20.713-.288T17%2011t-.288-.712m0-4Q16.426%206%2016%206H8q-.425%200-.712.288T7%207t.288.713T8%208h8q.425%200%20.713-.288T17%207t-.288-.712%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%2016q-.825%200-1.412-.587T3%2014V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v10q0%20.825-.587%201.413T19%2016h-2.3q-.425%200-.712-.288T15.7%2015t.288-.712T16.7%2014H19V4H5v10h2.3q.425%200%20.7.288t.275.712t-.288.713t-.712.287zm1%206q-.425%200-.712-.288T5%2021t.288-.712T6%2020h5v-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.712V20h5q.425%200%20.713.288T19%2021t-.288.713T18%2022zm10.713-11.712Q16.425%2010%2016%2010H8q-.425%200-.712.288T7%2011t.288.713T8%2012h8q.425%200%20.713-.288T17%2011t-.288-.712m0-4Q16.426%206%2016%206H8q-.425%200-.712.288T7%207t.288.713T8%208h8q.425%200%20.713-.288T17%207t-.288-.712%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-rounded.svg?color=%231a73e8&size=48