Wallstone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallstone 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/349533.svg" alt="Wallstone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349533.svg" alt="Wallstone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349533.svg" alt="Wallstone icon" :width="24" :height="24" />
CSS background
.icon-wallstone {
background-image: url('https://proicons.com/icon/349533.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="m25.6776,10.0588c.3117,0,.5901.1947.697.4875l5.6601,15.4956c.2139.5856,1.0459.5748,1.2445-.0162l5.1257-15.2537c.0934-.2779.3538-.4651.647-.4651h4.9246c.2772,0,.4693.2765.3727.5363l-9.8216,26.4166c-.1523.4097-.5434.6815-.9805.6815h-1.603c-.432,0-.8196-.2656-.9755-.6685l-6.9687-18.0025s-6.9687,18.0025-6.9687,18.0025c-.156.4029-.5435.6685-.9755.6685h-1.603c-.4371,0-.8282-.2718-.9805-.6815L3.6507,10.8431c-.0966-.2598.0956-.5363.3727-.5363h4.9246c.2932,0,.5536.1872.647.4651l5.1257,15.2537c.1986.591,1.0306.6018,1.2445.0162l5.6601-15.4956c.1069-.2927.3854-.4875.697-.4875h3.3552Z"/><path class="c" d="m4.8816,14.1547c-1.5221,2.9498-2.3816,6.2972-2.3816,9.8453,0,11.8741,9.6259,21.5,21.5,21.5s21.5-9.6259,21.5-21.5c0-3.5483-.8596-6.8958-2.3818-9.8457"/><path class="c" d="m40.5762,10.3068c-3.9435-4.7684-9.9051-7.8068-16.5762-7.8068s-12.6326,3.0383-16.5761,7.8067"/></svg>
Copied!