Table Top Horizontal Rotate Clockwise Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Table Top Horizontal 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/312273.svg" alt="Table Top Horizontal Rotate Clockwise icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312273.svg" alt="Table Top Horizontal Rotate Clockwise icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312273.svg" alt="Table Top Horizontal Rotate Clockwise icon" :width="24" :height="24" />
CSS background
.icon-table-top-horizontal-rotate-clockwise {
background-image: url('https://proicons.com/icon/312273.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" id="memory-table-top-horizontal-rotate-clockwise" viewBox="0 0 22 22"><path d="M12 8H11V5H9V6H7V7H6V8H4V6H5V5H6V4H8V3H11V0H12V1H13V2H14V3H15V5H14V6H13V7H12M2 12H0V10H2M9 12H3V10H9M12 12H10V10H12M19 12H13V10H19M22 12H20V10H22M14 19H8V18H6V17H5V16H4V14H6V15H7V16H9V17H13V16H15V15H16V14H18V16H17V17H16V18H14Z" /></svg>
Copied!