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