table bar icon
table-bar-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- table-bar-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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.5 18.725l1-2.475q.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.912l1 2.475q.2.45-.088.863t-.787.412q-.275 0-.5-.15t-.35-.425L14.8 17H9.2l-.975 2.425q-.125.275-.35.425t-.5.15q-.5 0-.787-.413t-.088-.862M12 9q2.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 MaterialSymbolsTableBarOutlineRounded(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.5 18.725l1-2.475q.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.912l1 2.475q.2.45-.088.863t-.787.412q-.275 0-.5-.15t-.35-.425L14.8 17H9.2l-.975 2.425q-.125.275-.35.425t-.5.15q-.5 0-.787-.413t-.088-.862M12 9q2.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.5 18.725l1-2.475q.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.912l1 2.475q.2.45-.088.863t-.787.412q-.275 0-.5-.15t-.35-.425L14.8 17H9.2l-.975 2.425q-.125.275-.35.425t-.5.15q-.5 0-.787-.413t-.088-.862M12 9q2.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-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%22m6.5%2018.725l1-2.475q.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.912l1%202.475q.2.45-.088.863t-.787.412q-.275%200-.5-.15t-.35-.425L14.8%2017H9.2l-.975%202.425q-.125.275-.35.425t-.5.15q-.5%200-.787-.413t-.088-.862M12%209q2.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.5%2018.725l1-2.475q.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.912l1%202.475q.2.45-.088.863t-.787.412q-.275%200-.5-.15t-.35-.425L14.8%2017H9.2l-.975%202.425q-.125.275-.35.425t-.5.15q-.5%200-.787-.413t-.088-.862M12%209q2.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-rounded.svg?color=%231a73e8&size=48