table bar icon
table-bar-outline from Material Symbols by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- table-bar-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the table bar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 20l1.5-3.75q.225-.575.725-.913T9.35 15H11v-4.025Q7.175 10.85 4.587 9.85T2 7.5q0-1.45 2.925-2.475T12 4q4.175 0 7.088 1.025T22 7.5q0 1.35-2.588 2.35T13 10.975V15h1.65q.6 0 1.113.338t.737.912L18 20h-2l-1.2-3H9.2L8 20zm6-11q2.425 0 4.575-.425t3.15-1.075q-1-.65-3.15-1.075T12 6t-4.575.425T4.275 7.5q1 .65 3.15 1.075T12 9m0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTableBarOutline(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="m6 20l1.5-3.75q.225-.575.725-.913T9.35 15H11v-4.025Q7.175 10.85 4.587 9.85T2 7.5q0-1.45 2.925-2.475T12 4q4.175 0 7.088 1.025T22 7.5q0 1.35-2.588 2.35T13 10.975V15h1.65q.6 0 1.113.338t.737.912L18 20h-2l-1.2-3H9.2L8 20zm6-11q2.425 0 4.575-.425t3.15-1.075q-1-.65-3.15-1.075T12 6t-4.575.425T4.275 7.5q1 .65 3.15 1.075T12 9m0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6 20l1.5-3.75q.225-.575.725-.913T9.35 15H11v-4.025Q7.175 10.85 4.587 9.85T2 7.5q0-1.45 2.925-2.475T12 4q4.175 0 7.088 1.025T22 7.5q0 1.35-2.588 2.35T13 10.975V15h1.65q.6 0 1.113.338t.737.912L18 20h-2l-1.2-3H9.2L8 20zm6-11q2.425 0 4.575-.425t3.15-1.075q-1-.65-3.15-1.075T12 6t-4.575.425T4.275 7.5q1 .65 3.15 1.075T12 9m0-1.5"/></svg> </template>
CSS
.icon-table-bar-outline {
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%22m6%2020l1.5-3.75q.225-.575.725-.913T9.35%2015H11v-4.025Q7.175%2010.85%204.587%209.85T2%207.5q0-1.45%202.925-2.475T12%204q4.175%200%207.088%201.025T22%207.5q0%201.35-2.588%202.35T13%2010.975V15h1.65q.6%200%201.113.338t.737.912L18%2020h-2l-1.2-3H9.2L8%2020zm6-11q2.425%200%204.575-.425t3.15-1.075q-1-.65-3.15-1.075T12%206t-4.575.425T4.275%207.5q1%20.65%203.15%201.075T12%209m0-1.5%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%22m6%2020l1.5-3.75q.225-.575.725-.913T9.35%2015H11v-4.025Q7.175%2010.85%204.587%209.85T2%207.5q0-1.45%202.925-2.475T12%204q4.175%200%207.088%201.025T22%207.5q0%201.35-2.588%202.35T13%2010.975V15h1.65q.6%200%201.113.338t.737.912L18%2020h-2l-1.2-3H9.2L8%2020zm6-11q2.425%200%204.575-.425t3.15-1.075q-1-.65-3.15-1.075T12%206t-4.575.425T4.275%207.5q1%20.65%203.15%201.075T12%209m0-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/table-bar-outline.svg?color=%231a73e8&size=48