Nextcloud Tables Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nextcloud Tables 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/330160.svg" alt="Nextcloud Tables icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330160.svg" alt="Nextcloud Tables icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330160.svg" alt="Nextcloud Tables icon" :width="24" :height="24" />
CSS background
.icon-nextcloud-tables {
background-image: url('https://proicons.com/icon/330160.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="5.5 9.3077 5.5 15.946 5.5 38.6906 42.5 38.6906 42.5 15.946 42.5 9.3077 5.5 9.3077"/><polyline class="c" points="5.5 23.5323 17.83 23.5323 30.17 23.5323 42.5 23.5323"/><polyline class="c" points="5.5 31.1123 17.83 31.1123 30.17 31.1123 42.5 31.1123"/><polyline class="c" points="30.17 15.9423 30.17 23.5323 30.17 31.1123 30.17 38.6923"/><polyline class="c" points="17.83 15.9423 17.83 23.5323 17.83 31.1123 17.83 38.6923"/><line class="c" x1="5.5" y1="15.9423" x2="42.5" y2="15.9423"/></svg>
Copied!