Olymp Trade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Olymp Trade 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/330582.svg" alt="Olymp Trade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330582.svg" alt="Olymp Trade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330582.svg" alt="Olymp Trade icon" :width="24" :height="24" />
CSS background
.icon-olymp-trade {
background-image: url('https://proicons.com/icon/330582.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="29.5806 28.1666 22.0735 37.9212 37.0877 37.9212 29.5806 28.1666"/><path class="c" d="M35.6719,36.0701c4.6299-2.2481,7.8281-7.0118,7.8281-12.5115,0-7.6943-6.2357-13.93-13.9166-13.93-7.6943,0-13.9166,6.2357-13.9166,13.93,0,5.4997,3.1981,10.2635,7.8281,12.5115"/><path class="c" d="M31.5237,30.6774c3.1446-.843,5.4462-3.7066,5.4462-7.1189,0-4.0947-3.3052-7.3999-7.3865-7.3999s-7.3999,3.3052-7.3999,7.3999c0,3.4122,2.315,6.2758,5.4596,7.1189"/><path class="c" d="M9.321,10.2331c0,1.8102-3.0483,4.7929-4.821,4.7929v2.5605h4.821v20.7848h6.3405V10.2331h-6.3405Z"/></svg>
Copied!