Table Habit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Table Habit 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/348161.svg" alt="Table Habit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348161.svg" alt="Table Habit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348161.svg" alt="Table Habit icon" :width="24" :height="24" />
CSS background
.icon-table-habit {
background-image: url('https://proicons.com/icon/348161.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m9.4217,5.5h11.3543v30.7433l-11.3543,6.2567V5.5Z"/><path class="c" d="m28.5519,5.5h11.3881v17.3409l-11.3881,6.3017V5.5Z"/><path class="c" d="m33.4919,17.0456H9.5905l-1.1478-.8552-1.823.9903,2.802,6.9994h23.2375l.8327-7.1344Z"/><path class="c" d="m35.8213,31.0444c3.0721,0,5.559,2.4982,5.559,5.5815s-2.4869,5.5928-5.559,5.5928-5.559-2.5094-5.559-5.5928,2.4869-5.5815,5.559-5.5815Z"/></svg>
Copied!