Table Top Door One Way Up Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Table Top Door One Way Up 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/312269.svg" alt="Table Top Door One Way Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312269.svg" alt="Table Top Door One Way Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312269.svg" alt="Table Top Door One Way Up icon" :width="24" :height="24" />
CSS background
.icon-table-top-door-one-way-up {
background-image: url('https://proicons.com/icon/312269.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-door-one-way-up" viewBox="0 0 22 22"><path d="M12 9H10V6H7V5H8V4H9V3H10V2H12V3H13V4H14V5H15V6H12M18 16H4V12H0V10H22V12H18M16 14V11H6V14Z" /></svg>
Copied!