Sproutedpixeldungeon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sproutedpixeldungeon 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/333226.svg" alt="Sproutedpixeldungeon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333226.svg" alt="Sproutedpixeldungeon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333226.svg" alt="Sproutedpixeldungeon icon" :width="24" :height="24" />
CSS background
.icon-sproutedpixeldungeon {
background-image: url('https://proicons.com/icon/333226.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" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#000;
stroke-linecap: round;
stroke-linejoin: round;
}
</style>
</defs>
<path class="cls-1" d="M39,22h-7.9v-5.1h-5.1v-7.9h12c.6,0,1,.4,1,1v12ZM27.1,20.9v6.2h-6.2v-6.2h6.2ZM22,9v7.9h-5.1s0,5.1,0,5.1h-7.9v-12c0-.6.4-1,1-1h12ZM38,39H10c-.6,0-1-.4-1-1v-12h7.9v5.1h14.2v-5.1h7.9v12c0,.6-.4,1-1,1Z"/>
<path class="cls-1" d="M28.9,16.7c-.3-2.3,2.7-5.3,7.5-5,0,0,.7,2.4-1.5,4.7-2.2,2.4-3.9,2-3.9,2"/>
<path class="cls-1" d="M19.1,16.7c.3-2.3-3.1-5.6-8.4-4.3,0,0-.4,2.4,1.9,4.6,2.3,2.1,4.3,1.3,4.3,1.3"/>
<path class="cls-1" d="M24,31.1c0,1.4,0,5.3-2.5,5.7"/>
<path class="cls-1" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/>
</svg>
Copied!