Wonderland Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wonderland 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/335227.svg" alt="Wonderland icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335227.svg" alt="Wonderland icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335227.svg" alt="Wonderland icon" :width="24" :height="24" />
CSS background
.icon-wonderland {
background-image: url('https://proicons.com/icon/335227.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.4999c-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"/><path class="b" d="M5.5,35.3598c12.9813,4.0794,23.2009-5.215,29.972-5.215,2.252,0,4.7273.7397,7.0282,1.727"/><polyline class="b" points="42.5002 24.9719 32.0234 24.9719 27.1448 19.4626 22.2664 24.9719 22.2664 34.4016"/><line class="b" x1="33.4533" y1="27.3902" x2="33.4533" y2="30.3405"/><line class="b" x1="37.2593" y1="27.264" x2="37.2593" y2="30.285"/><line class="b" x1="40.5607" y1="27.979" x2="40.5607" y2="31.109"/><circle class="b" cx="27.0818" cy="26.486" r="2.1659"/><polygon class="b" points="17.471 17.9906 18.7217 15.8243 16.2203 15.8243 14.9696 13.658 13.7189 15.8243 11.2175 15.8243 12.4682 17.9906 11.2175 20.1569 13.7189 20.1569 14.9696 22.3232 16.2203 20.1569 18.7217 20.1569 17.471 17.9906"/><polygon class="b" points="30.215 8.4186 30.8435 10.1859 32.5376 9.3806 31.7323 11.0748 33.4996 11.7033 31.7323 12.3318 32.5376 14.0259 30.8435 13.2206 30.215 14.988 29.5865 13.2206 27.8923 14.0259 28.6976 12.3318 26.9303 11.7033 28.6976 11.0748 27.8923 9.3806 29.5865 10.1859 30.215 8.4186"/><polygon class="b" points="16.5354 25.3768 13.5306 30.5812 19.5402 30.5812 16.5354 25.3768"/></svg>
Copied!