Back to Explorer
16 - 512
0.5 - 4.0
Save to
actionoutline
md table view
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdTableViewIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<g><path d="M19,7H9C7.9,7,7,7.9,7,9v10c0,1.1,0.9,2,2,2h10c1.1,0,2-0.9,2-2V9C21,7.9,20.1,7,19,7z M19,9v2H9V9H19z M13,15v-2h2v2H13z M15,17v2h-2v-2H15z M11,15H9v-2h2V15z M17,13h2v2h-2V13z M9,17h2v2H9V17z M17,19v-2h2v2H17z M6,17H5c-1.1,0-2-0.9-2-2V5 c0-1.1,0.9-2,2-2h10c1.1,0,2,0.9,2,2v1h-2V5H5v10h1V17z"/></g>
</svg>
);SVG Optimizer
Before
0.49 KB
↓
After
0.48 KB
Tags
arrangementcellchartcolumnsdatadata visualizationdisplayformatgeometrygridgroupinformationlayoutlineslistmatrixmultipleorderorganizeorganized datapresentationrectangularreportrowssegmentedspreadsheetsquarestructuretabletabulartabular dataview
Compare Alternatives
See how other libraries approach this concept.