Table Top Horizontal Rotate Counterclockwise Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Table Top Horizontal Rotate Counterclockwise 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/311623.svg" alt="Table Top Horizontal Rotate Counterclockwise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311623.svg" alt="Table Top Horizontal Rotate Counterclockwise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311623.svg" alt="Table Top Horizontal Rotate Counterclockwise icon" :width="24" :height="24" />
CSS background
.icon-table-top-horizontal-rotate-counterclockwise {
background-image: url('https://proicons.com/icon/311623.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M18 8H16V7H15V6H13V5H11V8H10V7H9V6H8V5H7V3H8V2H9V1H10V0H11V3H14V4H16V5H17V6H18M2 12H0V10H2M9 12H3V10H9M12 12H10V10H12M19 12H13V10H19M22 12H20V10H22M14 19H8V18H6V17H5V16H4V14H6V15H7V16H9V17H13V16H15V15H16V14H18V16H17V17H16V18H14Z"/></svg>
Copied!