Table Top Vertical Rotate Counterclockwise Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Table Top Vertical 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/311643.svg" alt="Table Top Vertical Rotate Counterclockwise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311643.svg" alt="Table Top Vertical Rotate Counterclockwise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311643.svg" alt="Table Top Vertical Rotate Counterclockwise icon" :width="24" :height="24" />
CSS background
.icon-table-top-vertical-rotate-counterclockwise {
background-image: url('https://proicons.com/icon/311643.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="M12 2H10V0H12M12 9H10V3H12M12 12H10V10H12M5 15H3V14H2V13H1V12H0V11H3V8H4V6H5V5H6V4H8V6H7V7H6V9H5V11H8V12H7V13H6V14H5M16 18H14V16H15V15H16V13H17V9H16V7H15V6H14V4H16V5H17V6H18V8H19V14H18V16H17V17H16M12 19H10V13H12M12 22H10V20H12Z"/></svg>
Copied!