Echo Eq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Echo Eq 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/339502.svg" alt="Echo Eq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339502.svg" alt="Echo Eq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339502.svg" alt="Echo Eq icon" :width="24" :height="24" />
CSS background
.icon-echo-eq {
background-image: url('https://proicons.com/icon/339502.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 48 48"><path d="M30.521 25.696a6.813 6.813 0 0 1-6.813 6.813 6.813 6.813 0 0 1-6.813-6.813 6.813 6.813 0 0 1 6.813-6.813 6.813 6.813 0 0 1 6.813 6.813M30.521 25.696V4.5l10.945 4.024" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m41.929 25.25.001.226v0C41.93 35.431 33.903 43.5 24 43.5S6.07 35.43 6.07 25.476c0-8.09 5.357-15.161 13.056-17.345" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!