Wavy Walls Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wavy Walls 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/349578.svg" alt="Wavy Walls icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349578.svg" alt="Wavy Walls icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349578.svg" alt="Wavy Walls icon" :width="24" :height="24" />
CSS background
.icon-wavy-walls {
background-image: url('https://proicons.com/icon/349578.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="m16.5658,4.5h14.8684c2.2395,0,4.055,1.8063,4.055,4.0345v30.931c0,2.2282-1.8155,4.0345-4.055,4.0345h-14.8684c-2.2395,0-4.055-1.8063-4.055-4.0345V8.5345c0-2.2282,1.8155-4.0345,4.055-4.0345Z"/><path id="d" class="i" d="m19.8595,38.7905h8.3212"/><path id="e" class="i" d="m21.1266,43.5c1.3506-4.8849,6.3675-13.2111,9.694-13.1357,1.8985.0429,3.341,1.6516,4.6685,2.8788"/><path id="f" class="i" d="m35.4107,40.2628c-2.2973-.1101-4.6741.0064-6.7232-.7999-4.7957-1.8872-5.1261-5.1058-5.9347-8.2581-.5138-2.0033-2.3021-4.1839-4.583-4.4547-1.6931-.201-3.7717.0556-5.6591.7775"/><path id="g" class="i" d="m12.5108,11.1266c4.134-1.0058,6.9394-1.8794,9.4449-2.2288,8.777-1.2239,8.9362,3.7507,3.0465,6.1811-5.8846,2.4283-4.4866,4.5829.1195,6.508,3.2501,1.3584,6.7692,1.9984,10.3675,2.4131"/><path id="h" class="i" d="m35.4892,10.0568c-4.4192,2.9725-4.6279,9.3894-8.904,14.765-3.1975,4.0197-8.2529,13.7077-11.7978,10.4646-1.0042-.9186-.9265-3.18,3.2257-6.8051,1.8914-1.6513,3.9572-3.056,3.8231-5.2896-.108-1.7985-4.0804-5.1568-9.3254-4.4278"/></svg>
Copied!