Shatteredpixeldungeon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shatteredpixeldungeon 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/347215.svg" alt="Shatteredpixeldungeon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347215.svg" alt="Shatteredpixeldungeon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347215.svg" alt="Shatteredpixeldungeon icon" :width="24" :height="24" />
CSS background
.icon-shatteredpixeldungeon {
background-image: url('https://proicons.com/icon/347215.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39,22h-7.917v-5.0805h-5.082v-7.9195h11.999c.5523,0,1,.4477,1,1v12ZM27.083,20.9175v6.166h-6.166v-6.166h6.166ZM22.001,9v7.9195h-3.979l-1.105-.002v5.0825h-7.917v-12c0-.5523.4477-1,1-1h12.001ZM38,39H10c-.5523,0-1-.4477-1-1v-12h7.917v5.0825h14.166v-5.0825h7.917v12c0,.5523-.4477,1-1,1Z"/><polyline class="b" points="10.9794 39 10.9794 37.0206 14.9381 37.0206 14.9381 35.0413 18.8969 35.0413 18.8969 37.0206 20.8762 37.0206"/><polyline class="b" points="12.9587 31.0825 14.9381 31.0825 14.9381 35.0413"/><polyline class="b" points="39 10.5701 37.4299 10.5701 37.4299 13.7103 35.8598 13.7103 35.8598 15.2804 32.7196 15.2804 32.7196 18.4206 31.1495 18.4206"/><polyline class="b" points="29.5794 13.7103 31.1495 13.7103 31.1495 15.2804 32.7196 15.2804"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!