Ameritrade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ameritrade 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/321708.svg" alt="Ameritrade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321708.svg" alt="Ameritrade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321708.svg" alt="Ameritrade icon" :width="24" :height="24" />
CSS background
.icon-ameritrade {
background-image: url('https://proicons.com/icon/321708.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><line class="b" x1="43.5" y1="15.13" x2="41.767" y2="23.664"/><polyline class="b" points="4.5 32.87 16.268 21.102 26.898 31.732 41.914 16.716 43.5 15.13 35.06 16.73"/></svg>
Copied!