Table Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Table icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304851.svg" alt="Table icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304851.svg" alt="Table icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304851.svg" alt="Table icon" :width="24" :height="24" />
CSS background
.icon-table {
background-image: url('https://proicons.com/icon/304851.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>table</title><path d="M57.41,4.46H14.6a2.59,2.59,0,0,0-2.53,2.65V48.89a2.59,2.59,0,0,0,2.53,2.65H57.41a2.59,2.59,0,0,0,2.52-2.65V7.11A2.59,2.59,0,0,0,57.41,4.46Zm-34.81,11h8.34v6.51H22.6Zm0,8.1h8.34V31H22.6Zm0,9h8.34v8H22.6Zm-1.52,15.8h-7V42.12h7Zm0-7.84h-7v-8h7Zm0-9.56h-7V23.53h7Zm0-9h-7V15.43h7ZM22.6,48.36V42.12h8.34v6.24Zm17.45,0H32.46V42.12h7.59Zm0-7.84H32.46v-8h7.59Zm0-9.56H32.46V23.53h7.59Zm0-9H32.46V15.43h7.59Zm8.59,26.42H41.56V42.12h7.08Zm0-7.84H41.56v-8h7.08Zm0-9.56H41.56V23.53h7.08Zm0-9H41.56V15.43h7.08Zm9.27,26.42H50.16V42.12h7.75Zm0-7.84H50.16v-8h7.75Zm0-9.56H50.16V23.53h7.75Zm0-9H50.16V15.43h7.75Z"/></svg>
Table in other icon packs
Copied!