Smallcase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smallcase 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/332908.svg" alt="Smallcase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332908.svg" alt="Smallcase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332908.svg" alt="Smallcase icon" :width="24" :height="24" />
CSS background
.icon-smallcase {
background-image: url('https://proicons.com/icon/332908.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.165,4.5l16.8823,9.75-16.8823,9.75L9.2827,14.25,26.165,4.5Z"/><path class="c" d="m26.165,24v19.5l16.8823-9.75V14.25"/><path class="c" d="m26.165,10.2243l6.9706,4.0257-6.9706,4.0257-6.9706-4.0257,6.9706-4.0257Z"/><ellipse class="c" cx="35.2359" cy="29.1323" rx="5.3012" ry="3.1382" transform="translate(-9.3399 39.294) rotate(-52.4252)"/><polygon class="c" points="17.528 24.7532 12.9783 29.9651 22.0777 35.3018 17.528 24.7532"/></svg>
Copied!