Stool Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Stool 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/312262.svg" alt="Stool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312262.svg" alt="Stool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312262.svg" alt="Stool icon" :width="24" :height="24" />
CSS background
.icon-stool {
background-image: url('https://proicons.com/icon/312262.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-stool" viewBox="0 0 22 22"><path d="M18 19H16V17H15V13H14V9H13V8H12V19H10V8H9V9H8V13H7V17H6V19H4V17H5V13H6V9H7V8H5V6H17V8H15V9H16V13H17V17H18Z" /></svg>
Copied!