Showcase Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Showcase 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/332715.svg" alt="Showcase icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332715.svg" alt="Showcase icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332715.svg" alt="Showcase icon" :width="24" :height="24" />
CSS background
.icon-showcase {
background-image: url('https://proicons.com/icon/332715.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M21.1538,10.3795h5.6923c2.6279,0,4.7436,1.8984,4.7436,4.2564v18.7282c0,2.3581-2.1156,4.2564-4.7436,4.2564h-5.6923c-2.6279,0-4.7436-1.8984-4.7436-4.2564V14.6359c0-2.3581,2.1156-4.2564,4.7436-4.2564Z"/><path id="c" class="e" d="M5.5,10.3795c3.9419,0,7.1154,2.8475,7.1154,6.3846v14.4718c0,3.5371-3.1735,6.3846-7.1154,6.3846V10.3795Z"/><path id="d" class="e" d="M42.5,10.3795v27.2411c-3.9419,0-7.1154-2.8475-7.1154-6.3846v-14.4718c0-3.5371,3.1735-6.3846,7.1154-6.3846Z"/></svg>
Copied!