table icon
table-bold from Solar by 480 Design · Bold · Business · CC-BY-4.0 Attribution required.
- Name
- table-bold
- Set
- Solar
- Style
- Bold
- Category
- Business
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
tableBootstrap IconstableBoxIcons v2tableCarbontableFramework7 IconstableFont Awesome 6 Solidtable-16-filledFluent UI System IconstableHuge IconstableIconoirtableJam IconstableLine AwesometableLucidetableMajesticonstableMaterial SymbolstableMaterial Design Iconstable-fillMingCute Icontable-16OcticonstablePhosphortablePixelarticonstableRadix Iconstable-fillRemix IcontableTabler Iconstable-outlineTeenyiconstableUniconstableUnicons Monochrome
More business icons from Solar
chart-2-boldchart-boldchart-square-boldchat-square-2-boldcourse-down-boldcourse-up-bolddiagram-down-bolddiagram-up-boldgraph-boldgraph-down-boldgraph-down-new-boldgraph-new-boldgraph-new-up-boldgraph-up-boldkanban-boldkanban-square-boldpie-chart-2-boldpie-chart-3-boldpie-chart-boldpresentation-graph-boldround-graph-boldtable-cells-merge-boldtable-cells-split-boldtable-columns-split-bold
Use the table icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 16.083V22H11C7.22877 22 5.34345 21.9997 4.17188 20.8281C3.23937 19.8956 3.05152 18.511 3.0127 16.083H11.25Z"/><path d="M20.9873 16.083C20.9485 18.511 20.7606 19.8956 19.8281 20.8281C18.6566 21.9997 16.7712 22 13 22H12.75V16.083H20.9873Z"/><path d="M21 10V14C21 14.1996 20.9992 14.3938 20.999 14.583H12.75V9.41699H20.999C20.9992 9.60616 21 9.80044 21 10Z"/><path d="M11.25 9.41699V14.583H3.00098C3.0008 14.3938 3 14.1996 3 14V10C3 9.80044 3.0008 9.60616 3.00098 9.41699H11.25Z"/><path d="M13 2C16.7712 2 18.6566 2.0003 19.8281 3.17188C20.7606 4.10438 20.9485 5.48899 20.9873 7.91699H12.75V2H13Z"/><path d="M11.25 7.91699H3.0127C3.05152 5.48899 3.23937 4.10438 4.17188 3.17188C5.34345 2.0003 7.22876 2 11 2H11.25V7.91699Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTableBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 16.083V22H11C7.22877 22 5.34345 21.9997 4.17188 20.8281C3.23937 19.8956 3.05152 18.511 3.0127 16.083H11.25Z"/><path d="M20.9873 16.083C20.9485 18.511 20.7606 19.8956 19.8281 20.8281C18.6566 21.9997 16.7712 22 13 22H12.75V16.083H20.9873Z"/><path d="M21 10V14C21 14.1996 20.9992 14.3938 20.999 14.583H12.75V9.41699H20.999C20.9992 9.60616 21 9.80044 21 10Z"/><path d="M11.25 9.41699V14.583H3.00098C3.0008 14.3938 3 14.1996 3 14V10C3 9.80044 3.0008 9.60616 3.00098 9.41699H11.25Z"/><path d="M13 2C16.7712 2 18.6566 2.0003 19.8281 3.17188C20.7606 4.10438 20.9485 5.48899 20.9873 7.91699H12.75V2H13Z"/><path d="M11.25 7.91699H3.0127C3.05152 5.48899 3.23937 4.10438 4.17188 3.17188C5.34345 2.0003 7.22876 2 11 2H11.25V7.91699Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.25 16.083V22H11C7.22877 22 5.34345 21.9997 4.17188 20.8281C3.23937 19.8956 3.05152 18.511 3.0127 16.083H11.25Z"/><path d="M20.9873 16.083C20.9485 18.511 20.7606 19.8956 19.8281 20.8281C18.6566 21.9997 16.7712 22 13 22H12.75V16.083H20.9873Z"/><path d="M21 10V14C21 14.1996 20.9992 14.3938 20.999 14.583H12.75V9.41699H20.999C20.9992 9.60616 21 9.80044 21 10Z"/><path d="M11.25 9.41699V14.583H3.00098C3.0008 14.3938 3 14.1996 3 14V10C3 9.80044 3.0008 9.60616 3.00098 9.41699H11.25Z"/><path d="M13 2C16.7712 2 18.6566 2.0003 19.8281 3.17188C20.7606 4.10438 20.9485 5.48899 20.9873 7.91699H12.75V2H13Z"/><path d="M11.25 7.91699H3.0127C3.05152 5.48899 3.23937 4.10438 4.17188 3.17188C5.34345 2.0003 7.22876 2 11 2H11.25V7.91699Z"/></g></svg> </template>
CSS
.icon-table-bold {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%2016.083V22H11C7.22877%2022%205.34345%2021.9997%204.17188%2020.8281C3.23937%2019.8956%203.05152%2018.511%203.0127%2016.083H11.25Z%22%2F%3E%3Cpath%20d%3D%22M20.9873%2016.083C20.9485%2018.511%2020.7606%2019.8956%2019.8281%2020.8281C18.6566%2021.9997%2016.7712%2022%2013%2022H12.75V16.083H20.9873Z%22%2F%3E%3Cpath%20d%3D%22M21%2010V14C21%2014.1996%2020.9992%2014.3938%2020.999%2014.583H12.75V9.41699H20.999C20.9992%209.60616%2021%209.80044%2021%2010Z%22%2F%3E%3Cpath%20d%3D%22M11.25%209.41699V14.583H3.00098C3.0008%2014.3938%203%2014.1996%203%2014V10C3%209.80044%203.0008%209.60616%203.00098%209.41699H11.25Z%22%2F%3E%3Cpath%20d%3D%22M13%202C16.7712%202%2018.6566%202.0003%2019.8281%203.17188C20.7606%204.10438%2020.9485%205.48899%2020.9873%207.91699H12.75V2H13Z%22%2F%3E%3Cpath%20d%3D%22M11.25%207.91699H3.0127C3.05152%205.48899%203.23937%204.10438%204.17188%203.17188C5.34345%202.0003%207.22876%202%2011%202H11.25V7.91699Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.25%2016.083V22H11C7.22877%2022%205.34345%2021.9997%204.17188%2020.8281C3.23937%2019.8956%203.05152%2018.511%203.0127%2016.083H11.25Z%22%2F%3E%3Cpath%20d%3D%22M20.9873%2016.083C20.9485%2018.511%2020.7606%2019.8956%2019.8281%2020.8281C18.6566%2021.9997%2016.7712%2022%2013%2022H12.75V16.083H20.9873Z%22%2F%3E%3Cpath%20d%3D%22M21%2010V14C21%2014.1996%2020.9992%2014.3938%2020.999%2014.583H12.75V9.41699H20.999C20.9992%209.60616%2021%209.80044%2021%2010Z%22%2F%3E%3Cpath%20d%3D%22M11.25%209.41699V14.583H3.00098C3.0008%2014.3938%203%2014.1996%203%2014V10C3%209.80044%203.0008%209.60616%203.00098%209.41699H11.25Z%22%2F%3E%3Cpath%20d%3D%22M13%202C16.7712%202%2018.6566%202.0003%2019.8281%203.17188C20.7606%204.10438%2020.9485%205.48899%2020.9873%207.91699H12.75V2H13Z%22%2F%3E%3Cpath%20d%3D%22M11.25%207.91699H3.0127C3.05152%205.48899%203.23937%204.10438%204.17188%203.17188C5.34345%202.0003%207.22876%202%2011%202H11.25V7.91699Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/table-bold.svg?color=%231a73e8&size=48