table rows narrow icon
table-rows-narrow-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- table-rows-narrow-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the table rows narrow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.808 15.635q-.343 0-.576-.232Q4 15.17 4 14.827v-1.52q0-.342.232-.575t.576-.232h14.384q.344 0 .576.232t.232.576v1.519q0 .343-.232.576t-.576.232zm0-4.135q-.343 0-.576-.232T4 10.692V9.173q0-.343.232-.575t.576-.232h14.384q.344 0 .576.232t.232.575v1.52q0 .343-.232.575t-.576.232zm0-4.134q-.343 0-.576-.233T4 6.558v-1.52q0-.343.232-.575t.576-.232h14.384q.344 0 .576.232t.232.576v1.519q0 .343-.232.575t-.576.233zm0 12.403q-.343 0-.576-.232T4 18.962v-1.52q0-.343.232-.575t.576-.233h14.384q.344 0 .576.233t.232.575v1.52q0 .343-.232.575t-.576.232z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTableRowsNarrowRounded(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="M4.808 15.635q-.343 0-.576-.232Q4 15.17 4 14.827v-1.52q0-.342.232-.575t.576-.232h14.384q.344 0 .576.232t.232.576v1.519q0 .343-.232.576t-.576.232zm0-4.135q-.343 0-.576-.232T4 10.692V9.173q0-.343.232-.575t.576-.232h14.384q.344 0 .576.232t.232.575v1.52q0 .343-.232.575t-.576.232zm0-4.134q-.343 0-.576-.233T4 6.558v-1.52q0-.343.232-.575t.576-.232h14.384q.344 0 .576.232t.232.576v1.519q0 .343-.232.575t-.576.233zm0 12.403q-.343 0-.576-.232T4 18.962v-1.52q0-.343.232-.575t.576-.233h14.384q.344 0 .576.233t.232.575v1.52q0 .343-.232.575t-.576.232z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.808 15.635q-.343 0-.576-.232Q4 15.17 4 14.827v-1.52q0-.342.232-.575t.576-.232h14.384q.344 0 .576.232t.232.576v1.519q0 .343-.232.576t-.576.232zm0-4.135q-.343 0-.576-.232T4 10.692V9.173q0-.343.232-.575t.576-.232h14.384q.344 0 .576.232t.232.575v1.52q0 .343-.232.575t-.576.232zm0-4.134q-.343 0-.576-.233T4 6.558v-1.52q0-.343.232-.575t.576-.232h14.384q.344 0 .576.232t.232.576v1.519q0 .343-.232.575t-.576.233zm0 12.403q-.343 0-.576-.232T4 18.962v-1.52q0-.343.232-.575t.576-.233h14.384q.344 0 .576.233t.232.575v1.52q0 .343-.232.575t-.576.232z"/></svg> </template>
CSS
.icon-table-rows-narrow-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%22M4.808%2015.635q-.343%200-.576-.232Q4%2015.17%204%2014.827v-1.52q0-.342.232-.575t.576-.232h14.384q.344%200%20.576.232t.232.576v1.519q0%20.343-.232.576t-.576.232zm0-4.135q-.343%200-.576-.232T4%2010.692V9.173q0-.343.232-.575t.576-.232h14.384q.344%200%20.576.232t.232.575v1.52q0%20.343-.232.575t-.576.232zm0-4.134q-.343%200-.576-.233T4%206.558v-1.52q0-.343.232-.575t.576-.232h14.384q.344%200%20.576.232t.232.576v1.519q0%20.343-.232.575t-.576.233zm0%2012.403q-.343%200-.576-.232T4%2018.962v-1.52q0-.343.232-.575t.576-.233h14.384q.344%200%20.576.233t.232.575v1.52q0%20.343-.232.575t-.576.232z%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%22M4.808%2015.635q-.343%200-.576-.232Q4%2015.17%204%2014.827v-1.52q0-.342.232-.575t.576-.232h14.384q.344%200%20.576.232t.232.576v1.519q0%20.343-.232.576t-.576.232zm0-4.135q-.343%200-.576-.232T4%2010.692V9.173q0-.343.232-.575t.576-.232h14.384q.344%200%20.576.232t.232.575v1.52q0%20.343-.232.575t-.576.232zm0-4.134q-.343%200-.576-.233T4%206.558v-1.52q0-.343.232-.575t.576-.232h14.384q.344%200%20.576.232t.232.576v1.519q0%20.343-.232.575t-.576.233zm0%2012.403q-.343%200-.576-.232T4%2018.962v-1.52q0-.343.232-.575t.576-.233h14.384q.344%200%20.576.233t.232.575v1.52q0%20.343-.232.575t-.576.232z%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-rows-narrow-rounded.svg?color=%231a73e8&size=48