Wavelength Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wavelength 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/349571.svg" alt="Wavelength icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349571.svg" alt="Wavelength icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349571.svg" alt="Wavelength icon" :width="24" :height="24" />
CSS background
.icon-wavelength {
background-image: url('https://proicons.com/icon/349571.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.04,16.25c2-4.65,4.65-8.14,9.87-8.14,5.63,0,10.11,4.48,10.11,10.05v24"/><path class="c" d="M25.7,22.35l3.28,7.53h-3.7v5.96h-7.83v-7.52h-4.17l3.25-8.25"/><path class="c" d="M9.4,41.9v-19.45c0-4.86,3.25-8.02,8.11-7.92,2.75.06,4.58.68,6.48,4.12M19.97,28.93c0,1.88,2.95,3.17,5.18,3.17"/><path class="c" d="M20.1,20.75l4.2-2.27,4.22,2.27-4.23,2.4-4.19-2.4ZM13.26,18.2l4.2-2.26,4.22,2.27-4.22,2.4-4.2-2.41ZM22.07,35.84v6.64M28.14,36.48c1.42,0,2.63-2.44,2.63-3.9,0,1.49,1.25,3.9,2.62,3.9-1.37,0-2.62,2.35-2.62,3.91,0-1.56-1.24-3.9-2.63-3.9M7.36,11.71c1.42,0,2.63-2.44,2.63-3.9,0,1.49,1.25,3.9,2.62,3.9-1.37,0-2.62,2.35-2.62,3.91,0-1.56-1.24-3.9-2.63-3.9"/><circle class="b" cx="24.3" cy="20.81" r=".75"/><circle class="b" cx="17.47" cy="18.27" r=".75"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!