Etoro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etoro 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/340108.svg" alt="Etoro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340108.svg" alt="Etoro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340108.svg" alt="Etoro icon" :width="24" :height="24" />
CSS background
.icon-etoro {
background-image: url('https://proicons.com/icon/340108.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m30.4589,36.4467c-1.3094,2.2919-3.7772,3.8366-6.6057,3.8366h0c-4.1988,0-7.6025-3.4038-7.6025-7.6025v-4.9417c0-4.1988,3.4038-7.6025,7.6025-7.6025h0c4.1988,0,7.6025,3.4038,7.6025,7.6025v2.4708s-15.2051,0-15.2051,0"/><path class="b" d="m16.5443,20.1365c-1.952,1.9924-3.1959,4.2984-3.1959,8.9811-3.5601-.4046-7.8484-2.3059-7.8484-6.7965s7.4438-12.9457,10.0329-14.6043c-2.1037,4.0051-2.8319,7.5651-2.8319,10.0329s3.8432,2.3869,3.8432,2.3869Z"/><path class="b" d="m31.4557,20.1365c1.952,1.9924,3.1959,4.2984,3.1959,8.9811,3.5601-.4046,7.8484-2.3059,7.8484-6.7965,0-4.4905-7.4438-12.9457-10.0329-14.6043,2.1037,4.0051,2.8319,7.5651,2.8319,10.0329s-3.8432,2.3869-3.8432,2.3869Z"/></svg>
Copied!