table-view-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
table-view-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the table view icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21h5.192v-4.384H6.385v2.769q0 .666.474 1.14Q7.334 21 8 21m6.192 0h5.193q.666 0 1.14-.475t.475-1.14v-2.77h-6.808zM3.5 17.23q-.213 0-.356-.143T3 16.731V4.616q0-.691.463-1.153T4.615 3h12.116q.212 0 .356.144t.144.357t-.144.356t-.356.143H4.616q-.27 0-.443.173T4 4.616V16.73q0 .212-.144.356t-.357.144m2.886-1.616h6.807v-4.423H6.385zm7.807 0H21v-4.423h-6.808zm-7.807-5.423H21V8q0-.666-.475-1.14q-.474-.476-1.14-.476H8q-.666 0-1.14.475q-.476.475-.476 1.141z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTableViewRounded(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="M8 21h5.192v-4.384H6.385v2.769q0 .666.474 1.14Q7.334 21 8 21m6.192 0h5.193q.666 0 1.14-.475t.475-1.14v-2.77h-6.808zM3.5 17.23q-.213 0-.356-.143T3 16.731V4.616q0-.691.463-1.153T4.615 3h12.116q.212 0 .356.144t.144.357t-.144.356t-.356.143H4.616q-.27 0-.443.173T4 4.616V16.73q0 .212-.144.356t-.357.144m2.886-1.616h6.807v-4.423H6.385zm7.807 0H21v-4.423h-6.808zm-7.807-5.423H21V8q0-.666-.475-1.14q-.474-.476-1.14-.476H8q-.666 0-1.14.475q-.476.475-.476 1.141z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21h5.192v-4.384H6.385v2.769q0 .666.474 1.14Q7.334 21 8 21m6.192 0h5.193q.666 0 1.14-.475t.475-1.14v-2.77h-6.808zM3.5 17.23q-.213 0-.356-.143T3 16.731V4.616q0-.691.463-1.153T4.615 3h12.116q.212 0 .356.144t.144.357t-.144.356t-.356.143H4.616q-.27 0-.443.173T4 4.616V16.73q0 .212-.144.356t-.357.144m2.886-1.616h6.807v-4.423H6.385zm7.807 0H21v-4.423h-6.808zm-7.807-5.423H21V8q0-.666-.475-1.14q-.474-.476-1.14-.476H8q-.666 0-1.14.475q-.476.475-.476 1.141z"/></svg>
</template>

CSS

.icon-table-view-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%22M8%2021h5.192v-4.384H6.385v2.769q0%20.666.474%201.14Q7.334%2021%208%2021m6.192%200h5.193q.666%200%201.14-.475t.475-1.14v-2.77h-6.808zM3.5%2017.23q-.213%200-.356-.143T3%2016.731V4.616q0-.691.463-1.153T4.615%203h12.116q.212%200%20.356.144t.144.357t-.144.356t-.356.143H4.616q-.27%200-.443.173T4%204.616V16.73q0%20.212-.144.356t-.357.144m2.886-1.616h6.807v-4.423H6.385zm7.807%200H21v-4.423h-6.808zm-7.807-5.423H21V8q0-.666-.475-1.14q-.474-.476-1.14-.476H8q-.666%200-1.14.475q-.476.475-.476%201.141z%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%22M8%2021h5.192v-4.384H6.385v2.769q0%20.666.474%201.14Q7.334%2021%208%2021m6.192%200h5.193q.666%200%201.14-.475t.475-1.14v-2.77h-6.808zM3.5%2017.23q-.213%200-.356-.143T3%2016.731V4.616q0-.691.463-1.153T4.615%203h12.116q.212%200%20.356.144t.144.357t-.144.356t-.356.143H4.616q-.27%200-.443.173T4%204.616V16.73q0%20.212-.144.356t-.357.144m2.886-1.616h6.807v-4.423H6.385zm7.807%200H21v-4.423h-6.808zm-7.807-5.423H21V8q0-.666-.475-1.14q-.474-.476-1.14-.476H8q-.666%200-1.14.475q-.476.475-.476%201.141z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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