Wavlake Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wavlake 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/349577.svg" alt="Wavlake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349577.svg" alt="Wavlake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349577.svg" alt="Wavlake icon" :width="24" :height="24" />
CSS background
.icon-wavlake {
background-image: url('https://proicons.com/icon/349577.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M5.59001993,8.80285524h7.33447801v25.9700431c0,2.02400229-1.64323306,3.66723535-3.66723535,3.66723535h-.00000733c-2.02400228,0-3.66723533-1.64323305-3.66723533-3.66723533V8.80285524h0Z"/><path class="f" d="M42.59001993,18.23289077h-10.29070265l-8.36330883,9.40871225v-9.40871225h-7.33452368v16.53998793c0,2.02539276,1.64186908,3.66726184,3.66726184,3.66726184,1.05216478,0,1.99419276-.4488563,2.66291533-1.15863577l.00464334.00325848,19.65371465-19.05187248Z"/></svg>
Copied!