Wallspy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wallspy 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/349531.svg" alt="Wallspy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349531.svg" alt="Wallspy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349531.svg" alt="Wallspy icon" :width="24" :height="24" />
CSS background
.icon-wallspy {
background-image: url('https://proicons.com/icon/349531.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M10.2863,12.9068c-1.0708-.3938-2.2542-.3459-3.2898.133-2.1554.9974-3.0949,3.5532-2.0989,5.7096l6.9245,14.987c.9966,2.1571,3.5528,3.0977,5.7094,2.1009.0007-.0003.0014-.0007.0022-.001,2.1558-.997,3.0958-3.5529,2.0999-5.7096l-6.9285-14.987c-.4787-1.0358-1.3491-1.839-2.4198-2.2328h.001ZM19.4417,34.1023l8.8384-15.122c1.1988-2.0512.5086-4.6861-1.5419-5.8856-.985-.5757-2.1583-.7365-3.2618-.447h0c-1.104.2892-2.0479,1.0054-2.6238,1.9909l-4.6777,8.0045M25.2443,24.173l6.2126,7.1845c1.554,1.7967,4.2697,1.9937,6.0666.44,1.7967-1.5544,1.9937-4.2712.44-6.0686l-10.0613-11.6372M43.5,15.8016c.0006,2.23-1.8063,4.0382-4.0357,4.0387h-.001c-2.2294,0-4.0367-1.8078-4.0367-4.0377s1.8073-4.0377,4.0367-4.0377c2.2294,0,4.0367,1.8078,4.0367,4.0377v-.001Z"/></svg>
Copied!