Stock Trainer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stock Trainer 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/347909.svg" alt="Stock Trainer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347909.svg" alt="Stock Trainer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347909.svg" alt="Stock Trainer icon" :width="24" :height="24" />
CSS background
.icon-stock-trainer {
background-image: url('https://proicons.com/icon/347909.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="M21.3899,5.0073l18.7531,30.1755"/><path class="b" d="M25.9039,4.5982l-16.1786,31.6621"/><path class="b" d="M6.2436,17.1535l20.4981,25.7645"/><path class="b" d="M41.7564,27.465l-5.8774,10.1799"/><path class="b" d="M32.6797,8.5095l-17.7557,30.7533"/><path class="b" d="M24.0007,3.5l17.7557,10.2495v20.501l-17.7557,10.2495-17.7557-10.2495V13.7495S24.0007,3.5,24.0007,3.5Z"/></svg>
Copied!