Etrade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etrade 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/340110.svg" alt="Etrade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340110.svg" alt="Etrade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340110.svg" alt="Etrade icon" :width="24" :height="24" />
CSS background
.icon-etrade {
background-image: url('https://proicons.com/icon/340110.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.24,3.655,28.9853,23.9987,17.24,44.3444l-7.4747-4.318,6.7612-11.7122H2.9994v-8.63h13.527L9.7652,7.9682Z"/><path class="a" d="M30.764,3.655,24.0007,15.3672l4.9837,8.6319-4.9837,8.63L30.764,44.3451l7.4746-4.318L31.4753,28.3149H44.9994v-8.63H31.4753L38.2386,7.9689Z"/></svg>
Copied!