Wallstack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallstack 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/349532.svg" alt="Wallstack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349532.svg" alt="Wallstack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349532.svg" alt="Wallstack icon" :width="24" :height="24" />
CSS background
.icon-wallstack {
background-image: url('https://proicons.com/icon/349532.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.4996,18.0319c-.0106.3819-.2015.7532-.5728.9865l-3.1292,1.9624-4.7628,2.9807-9.2073,5.7811c-.5092.3183-1.1456.3183-1.6548,0l-9.2073-5.7811-4.7628-2.9807-3.1292-1.9624c-.3712-.2333-.5622-.6046-.5728-.9865-.0106-.4137.1803-.8274.5728-1.0714L22.9499,6.3742c.647-.4031,1.4532-.4031,2.1003,0l16.8767,10.5863c.3925.244.5834.6577.5728,1.0714Z"/><path class="c" d="m42.4996,23.9616v6.0145c-.0106.3819-.2015.7637-.5728.9865l-17.0994,10.7348c-.5092.3076-1.1456.3076-1.6548,0L6.0732,30.9625c-.3712-.2228-.5622-.6046-.5728-.9865v-6.0145c0,.3925.1909.7956.5728,1.0289l3.1292,1.9624,13.9701,8.7619c.5092.3183,1.1456.3183,1.6548,0l13.9701-8.7619,3.1292-1.9624c.3819-.2333.5728-.6364.5728-1.0289Z"/><path class="c" d="m42.4996,18.0319v5.9297"/><path class="c" d="m5.5004,23.9616v-5.9297"/></svg>
Copied!