data table icon
data-table-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- data-table-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the data table icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 8h18V5.5q0-.625-.437-1.062T19.5 4h-15q-.625 0-1.062.438T3 5.5zm0 6h18v-4H3zm1.5 6h15q.625 0 1.063-.437T21 18.5V16H3v2.5q0 .625.438 1.063T4.5 20M4.287 6.712Q4 6.425 4 6t.288-.712T5 5t.713.288T6 6t-.288.713T5 7t-.712-.288m0 6Q4 12.426 4 12t.288-.712T5 11t.713.288T6 12t-.288.713T5 13t-.712-.288m0 6Q4 18.426 4 18t.288-.712T5 17t.713.288T6 18t-.288.713T5 19t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDataTableRounded(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="M3 8h18V5.5q0-.625-.437-1.062T19.5 4h-15q-.625 0-1.062.438T3 5.5zm0 6h18v-4H3zm1.5 6h15q.625 0 1.063-.437T21 18.5V16H3v2.5q0 .625.438 1.063T4.5 20M4.287 6.712Q4 6.425 4 6t.288-.712T5 5t.713.288T6 6t-.288.713T5 7t-.712-.288m0 6Q4 12.426 4 12t.288-.712T5 11t.713.288T6 12t-.288.713T5 13t-.712-.288m0 6Q4 18.426 4 18t.288-.712T5 17t.713.288T6 18t-.288.713T5 19t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 8h18V5.5q0-.625-.437-1.062T19.5 4h-15q-.625 0-1.062.438T3 5.5zm0 6h18v-4H3zm1.5 6h15q.625 0 1.063-.437T21 18.5V16H3v2.5q0 .625.438 1.063T4.5 20M4.287 6.712Q4 6.425 4 6t.288-.712T5 5t.713.288T6 6t-.288.713T5 7t-.712-.288m0 6Q4 12.426 4 12t.288-.712T5 11t.713.288T6 12t-.288.713T5 13t-.712-.288m0 6Q4 18.426 4 18t.288-.712T5 17t.713.288T6 18t-.288.713T5 19t-.712-.288"/></svg> </template>
CSS
.icon-data-table-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%22M3%208h18V5.5q0-.625-.437-1.062T19.5%204h-15q-.625%200-1.062.438T3%205.5zm0%206h18v-4H3zm1.5%206h15q.625%200%201.063-.437T21%2018.5V16H3v2.5q0%20.625.438%201.063T4.5%2020M4.287%206.712Q4%206.425%204%206t.288-.712T5%205t.713.288T6%206t-.288.713T5%207t-.712-.288m0%206Q4%2012.426%204%2012t.288-.712T5%2011t.713.288T6%2012t-.288.713T5%2013t-.712-.288m0%206Q4%2018.426%204%2018t.288-.712T5%2017t.713.288T6%2018t-.288.713T5%2019t-.712-.288%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%22M3%208h18V5.5q0-.625-.437-1.062T19.5%204h-15q-.625%200-1.062.438T3%205.5zm0%206h18v-4H3zm1.5%206h15q.625%200%201.063-.437T21%2018.5V16H3v2.5q0%20.625.438%201.063T4.5%2020M4.287%206.712Q4%206.425%204%206t.288-.712T5%205t.713.288T6%206t-.288.713T5%207t-.712-.288m0%206Q4%2012.426%204%2012t.288-.712T5%2011t.713.288T6%2012t-.288.713T5%2013t-.712-.288m0%206Q4%2018.426%204%2018t.288-.712T5%2017t.713.288T6%2018t-.288.713T5%2019t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/data-table-rounded.svg?color=%231a73e8&size=48