Echosos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Echosos 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/324945.svg" alt="Echosos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324945.svg" alt="Echosos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324945.svg" alt="Echosos icon" :width="24" :height="24" />
CSS background
.icon-echosos {
background-image: url('https://proicons.com/icon/324945.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m12.8114,33.7033c-2.2708-2.5934-3.6481-5.9933-3.6481-9.7033s1.3773-7.11,3.6481-9.7033"/><path class="b" d="m17.8367,18.6892c-1.2408,1.4146-1.9977,3.2758-1.9977,5.3108s.7569,3.8962,1.9977,5.3107"/><path class="b" d="m7.7984,38.0959c-3.3007-3.7598-5.2984-8.6983-5.2984-14.0959s1.9977-10.3362,5.2984-14.0959"/><path class="b" d="m17.8367,18.6892c-1.2408,1.4146-1.9977,3.2758-1.9977,5.3108s.7569,3.8962,1.9977,5.3107"/></g><g><path class="b" d="m35.1886,14.2967c2.2708,2.5934,3.6481,5.9933,3.6481,9.7033s-1.3773,7.11-3.6481,9.7033"/><path class="b" d="m30.1633,29.3108c1.2408-1.4146,1.9977-3.2758,1.9977-5.3108s-.7569-3.8962-1.9977-5.3107"/><path class="b" d="m40.2016,9.9041c3.3007,3.7598,5.2984,8.6983,5.2984,14.0959s-1.9977,10.3362-5.2984,14.0959"/><path class="b" d="m30.1633,29.3108c1.2408-1.4146,1.9977-3.2758,1.9977-5.3108s-.7569-3.8962-1.9977-5.3107"/></g></svg>
Copied!