table-large-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
table-large-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the table large icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 22q1.25 0 2.125-.875T8 19q0-.425-.288-.712T7 18t-.712.288T6 19t-.288.713T5 20t-.712-.288T4 19t-.288-.712T3 18t-.712.288T2 19q0 1.25.875 2.125T5 22m7 0q1.25 0 2.125-.875T15 19q0-.425-.288-.712T14 18t-.712.288T13 19t-.288.713T12 20t-.712-.288T11 19t-.288-.712T10 18t-.712.288T9 19q0 1.25.875 2.125T12 22m7 0q1.25 0 2.125-.875T22 19q0-.425-.288-.712T21 18t-.712.288T20 19t-.288.713T19 20t-.712-.288T18 19t-.288-.712T17 18t-.712.288T16 19q0 1.25.875 2.125T19 22M4 16q-.825 0-1.412-.587T2 14v-4q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v4q0 .825-.587 1.413T20 16zM5 2q1.25 0 2.125.875T8 5q0 .425-.288.713T7 6t-.712-.288T6 5t-.288-.712T5 4t-.712.288T4 5t-.288.713T3 6t-.712-.288T2 5q0-1.25.875-2.125T5 2m7 0q1.25 0 2.125.875T15 5q0 .425-.288.713T14 6t-.712-.288T13 5t-.288-.712T12 4t-.712.288T11 5t-.288.713T10 6t-.712-.288T9 5q0-1.25.875-2.125T12 2m7 0q1.25 0 2.125.875T22 5q0 .425-.288.713T21 6t-.712-.288T20 5t-.288-.712T19 4t-.712.288T18 5t-.288.713T17 6t-.712-.288T16 5q0-1.25.875-2.125T19 2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTableLargeRounded(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 22q1.25 0 2.125-.875T8 19q0-.425-.288-.712T7 18t-.712.288T6 19t-.288.713T5 20t-.712-.288T4 19t-.288-.712T3 18t-.712.288T2 19q0 1.25.875 2.125T5 22m7 0q1.25 0 2.125-.875T15 19q0-.425-.288-.712T14 18t-.712.288T13 19t-.288.713T12 20t-.712-.288T11 19t-.288-.712T10 18t-.712.288T9 19q0 1.25.875 2.125T12 22m7 0q1.25 0 2.125-.875T22 19q0-.425-.288-.712T21 18t-.712.288T20 19t-.288.713T19 20t-.712-.288T18 19t-.288-.712T17 18t-.712.288T16 19q0 1.25.875 2.125T19 22M4 16q-.825 0-1.412-.587T2 14v-4q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v4q0 .825-.587 1.413T20 16zM5 2q1.25 0 2.125.875T8 5q0 .425-.288.713T7 6t-.712-.288T6 5t-.288-.712T5 4t-.712.288T4 5t-.288.713T3 6t-.712-.288T2 5q0-1.25.875-2.125T5 2m7 0q1.25 0 2.125.875T15 5q0 .425-.288.713T14 6t-.712-.288T13 5t-.288-.712T12 4t-.712.288T11 5t-.288.713T10 6t-.712-.288T9 5q0-1.25.875-2.125T12 2m7 0q1.25 0 2.125.875T22 5q0 .425-.288.713T21 6t-.712-.288T20 5t-.288-.712T19 4t-.712.288T18 5t-.288.713T17 6t-.712-.288T16 5q0-1.25.875-2.125T19 2"/></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 22q1.25 0 2.125-.875T8 19q0-.425-.288-.712T7 18t-.712.288T6 19t-.288.713T5 20t-.712-.288T4 19t-.288-.712T3 18t-.712.288T2 19q0 1.25.875 2.125T5 22m7 0q1.25 0 2.125-.875T15 19q0-.425-.288-.712T14 18t-.712.288T13 19t-.288.713T12 20t-.712-.288T11 19t-.288-.712T10 18t-.712.288T9 19q0 1.25.875 2.125T12 22m7 0q1.25 0 2.125-.875T22 19q0-.425-.288-.712T21 18t-.712.288T20 19t-.288.713T19 20t-.712-.288T18 19t-.288-.712T17 18t-.712.288T16 19q0 1.25.875 2.125T19 22M4 16q-.825 0-1.412-.587T2 14v-4q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v4q0 .825-.587 1.413T20 16zM5 2q1.25 0 2.125.875T8 5q0 .425-.288.713T7 6t-.712-.288T6 5t-.288-.712T5 4t-.712.288T4 5t-.288.713T3 6t-.712-.288T2 5q0-1.25.875-2.125T5 2m7 0q1.25 0 2.125.875T15 5q0 .425-.288.713T14 6t-.712-.288T13 5t-.288-.712T12 4t-.712.288T11 5t-.288.713T10 6t-.712-.288T9 5q0-1.25.875-2.125T12 2m7 0q1.25 0 2.125.875T22 5q0 .425-.288.713T21 6t-.712-.288T20 5t-.288-.712T19 4t-.712.288T18 5t-.288.713T17 6t-.712-.288T16 5q0-1.25.875-2.125T19 2"/></svg>
</template>

CSS

.icon-table-large-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%2022q1.25%200%202.125-.875T8%2019q0-.425-.288-.712T7%2018t-.712.288T6%2019t-.288.713T5%2020t-.712-.288T4%2019t-.288-.712T3%2018t-.712.288T2%2019q0%201.25.875%202.125T5%2022m7%200q1.25%200%202.125-.875T15%2019q0-.425-.288-.712T14%2018t-.712.288T13%2019t-.288.713T12%2020t-.712-.288T11%2019t-.288-.712T10%2018t-.712.288T9%2019q0%201.25.875%202.125T12%2022m7%200q1.25%200%202.125-.875T22%2019q0-.425-.288-.712T21%2018t-.712.288T20%2019t-.288.713T19%2020t-.712-.288T18%2019t-.288-.712T17%2018t-.712.288T16%2019q0%201.25.875%202.125T19%2022M4%2016q-.825%200-1.412-.587T2%2014v-4q0-.825.588-1.412T4%208h16q.825%200%201.413.588T22%2010v4q0%20.825-.587%201.413T20%2016zM5%202q1.25%200%202.125.875T8%205q0%20.425-.288.713T7%206t-.712-.288T6%205t-.288-.712T5%204t-.712.288T4%205t-.288.713T3%206t-.712-.288T2%205q0-1.25.875-2.125T5%202m7%200q1.25%200%202.125.875T15%205q0%20.425-.288.713T14%206t-.712-.288T13%205t-.288-.712T12%204t-.712.288T11%205t-.288.713T10%206t-.712-.288T9%205q0-1.25.875-2.125T12%202m7%200q1.25%200%202.125.875T22%205q0%20.425-.288.713T21%206t-.712-.288T20%205t-.288-.712T19%204t-.712.288T18%205t-.288.713T17%206t-.712-.288T16%205q0-1.25.875-2.125T19%202%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%2022q1.25%200%202.125-.875T8%2019q0-.425-.288-.712T7%2018t-.712.288T6%2019t-.288.713T5%2020t-.712-.288T4%2019t-.288-.712T3%2018t-.712.288T2%2019q0%201.25.875%202.125T5%2022m7%200q1.25%200%202.125-.875T15%2019q0-.425-.288-.712T14%2018t-.712.288T13%2019t-.288.713T12%2020t-.712-.288T11%2019t-.288-.712T10%2018t-.712.288T9%2019q0%201.25.875%202.125T12%2022m7%200q1.25%200%202.125-.875T22%2019q0-.425-.288-.712T21%2018t-.712.288T20%2019t-.288.713T19%2020t-.712-.288T18%2019t-.288-.712T17%2018t-.712.288T16%2019q0%201.25.875%202.125T19%2022M4%2016q-.825%200-1.412-.587T2%2014v-4q0-.825.588-1.412T4%208h16q.825%200%201.413.588T22%2010v4q0%20.825-.587%201.413T20%2016zM5%202q1.25%200%202.125.875T8%205q0%20.425-.288.713T7%206t-.712-.288T6%205t-.288-.712T5%204t-.712.288T4%205t-.288.713T3%206t-.712-.288T2%205q0-1.25.875-2.125T5%202m7%200q1.25%200%202.125.875T15%205q0%20.425-.288.713T14%206t-.712-.288T13%205t-.288-.712T12%204t-.712.288T11%205t-.288.713T10%206t-.712-.288T9%205q0-1.25.875-2.125T12%202m7%200q1.25%200%202.125.875T22%205q0%20.425-.288.713T21%206t-.712-.288T20%205t-.288-.712T19%204t-.712.288T18%205t-.288.713T17%206t-.712-.288T16%205q0-1.25.875-2.125T19%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/table-large-rounded.svg?color=%231a73e8&size=48