table sign icon
table-sign-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- table-sign-rounded
- Set
- Material Symbols
- Style
- 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="M6 22q-.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 22zM16 8q.425 0 .713-.288T17 7t-.288-.712T16 6H8q-.425 0-.712.288T7 7t.288.713T8 8zM5 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-.3 0-.5-.225t-.2-.525q-.05-.675-.312-1.275t-.688-1.1q-.225-.275-.5-.488T13.925 12H16q.425 0 .713-.288T17 11t-.288-.712T16 10H8q-.425 0-.712.288T7 11t.288.713T8 12h2.05q-.3.175-.575.375t-.5.475q-.425.5-.675 1.113T8 15.25q-.025.3-.213.525T7.3 16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTableSignRounded(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 22q-.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 22zM16 8q.425 0 .713-.288T17 7t-.288-.712T16 6H8q-.425 0-.712.288T7 7t.288.713T8 8zM5 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-.3 0-.5-.225t-.2-.525q-.05-.675-.312-1.275t-.688-1.1q-.225-.275-.5-.488T13.925 12H16q.425 0 .713-.288T17 11t-.288-.712T16 10H8q-.425 0-.712.288T7 11t.288.713T8 12h2.05q-.3.175-.575.375t-.5.475q-.425.5-.675 1.113T8 15.25q-.025.3-.213.525T7.3 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="M6 22q-.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 22zM16 8q.425 0 .713-.288T17 7t-.288-.712T16 6H8q-.425 0-.712.288T7 7t.288.713T8 8zM5 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-.3 0-.5-.225t-.2-.525q-.05-.675-.312-1.275t-.688-1.1q-.225-.275-.5-.488T13.925 12H16q.425 0 .713-.288T17 11t-.288-.712T16 10H8q-.425 0-.712.288T7 11t.288.713T8 12h2.05q-.3.175-.575.375t-.5.475q-.425.5-.675 1.113T8 15.25q-.025.3-.213.525T7.3 16z"/></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%2022q-.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%2022zM16%208q.425%200%20.713-.288T17%207t-.288-.712T16%206H8q-.425%200-.712.288T7%207t.288.713T8%208zM5%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-.3%200-.5-.225t-.2-.525q-.05-.675-.312-1.275t-.688-1.1q-.225-.275-.5-.488T13.925%2012H16q.425%200%20.713-.288T17%2011t-.288-.712T16%2010H8q-.425%200-.712.288T7%2011t.288.713T8%2012h2.05q-.3.175-.575.375t-.5.475q-.425.5-.675%201.113T8%2015.25q-.025.3-.213.525T7.3%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%22M6%2022q-.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%2022zM16%208q.425%200%20.713-.288T17%207t-.288-.712T16%206H8q-.425%200-.712.288T7%207t.288.713T8%208zM5%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-.3%200-.5-.225t-.2-.525q-.05-.675-.312-1.275t-.688-1.1q-.225-.275-.5-.488T13.925%2012H16q.425%200%20.713-.288T17%2011t-.288-.712T16%2010H8q-.425%200-.712.288T7%2011t.288.713T8%2012h2.05q-.3.175-.575.375t-.5.475q-.425.5-.675%201.113T8%2015.25q-.025.3-.213.525T7.3%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-rounded.svg?color=%231a73e8&size=48