Echo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Echo 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/324942.svg" alt="Echo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324942.svg" alt="Echo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324942.svg" alt="Echo icon" :width="24" :height="24" />
CSS background
.icon-echo {
background-image: url('https://proicons.com/icon/324942.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.84,2.75a152.53,152.53,0,0,0-1.79,17.88,69.39,69.39,0,0,1,7.46-.6l2.36,0-.48,2.32c-.2,1-.29,1.27-.49,2.1a38.71,38.71,0,0,1,4.8.61l2.37.68-1.2,2.15c-3.13,5.63-8.73,8-10.69,8.72A73,73,0,0,0,24.32,44c.12.57.21,1,.32,1.5M28.58,8a3.69,3.69,0,0,1,0,7.37h0a3.69,3.69,0,0,1-3.69-3.69h0A3.69,3.69,0,0,1,28.58,8Z"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!