Slots Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Slots 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/347463.svg" alt="Slots icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347463.svg" alt="Slots icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347463.svg" alt="Slots icon" :width="24" :height="24" />
CSS background
.icon-slots {
background-image: url('https://proicons.com/icon/347463.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="4.5" y="15.0926" width="13" height="17.8148" rx="3" ry="3"/><rect class="e" x="17.5" y="15.0926" width="13" height="17.8148" rx="3" ry="3"/><rect class="e" x="30.5" y="15.0926" width="13" height="17.8148" rx="3" ry="3"/><polyline class="e" points="22.3452 28 26.65 20 21.35 20"/><polyline class="e" points="35.3452 28 39.65 20 34.35 20"/><polyline class="e" points="9.3452 28 13.65 20 8.35 20"/></svg>
Copied!