Metatrader 5 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Metatrader 5 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/329119.svg" alt="Metatrader 5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329119.svg" alt="Metatrader 5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329119.svg" alt="Metatrader 5 icon" :width="24" :height="24" />
CSS background
.icon-metatrader-5 {
background-image: url('https://proicons.com/icon/329119.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><circle class="c" cx="24" cy="26.1583" r="8.2805"/><circle class="c" cx="24" cy="9.5973" r="4.6578"/><path class="c" d="m20.1082,18.8508c.0104-.0828.0104-.1656.0104-.2484v-2.3703h7.7629v2.3703c0,.0828,0,.1656.0104.2484"/><path class="c" d="m28.6578,9.5973c2.8568,0,5.1753,2.3185,5.1753,5.1753v3.8297c0,.828-.3312,1.5733-.8695,2.1115-.5279.5279-1.2628.8591-2.0701.8695"/><path class="c" d="m17.1065,21.5833c-1.625-.0207-2.9396-1.3456-2.9396-2.981v-3.8297c0-2.8568,2.3185-5.1753,5.1753-5.1753"/><circle class="c" cx="9.6578" cy="34.4388" r="4.6578"/><path class="c" d="m19.6174,33.1825c-.0769.0324-.1486.0738-.2203.1152l-2.0527,1.1851-3.8815-6.7229,2.0527-1.1851c.0717-.0414.1434-.0828.21-.1332"/><path class="c" d="m7.3289,30.405c-1.4284-2.474-.5797-5.6412,1.8943-7.0696l3.3166-1.9149c.7171-.414,1.5281-.4998,2.2634-.3028.7211.1932,1.3754.664,1.788,1.3581"/><path class="c" d="m23.4847,34.4157c.7946,1.4177.3045,3.2185-1.1118,4.0362l-3.3166,1.9149c-2.474,1.4284-5.6412.5797-7.0696-1.8943"/><circle class="c" cx="38.3422" cy="34.4388" r="4.6578"/><path class="c" d="m32.2744,26.4416c.0665.0504.1382.0918.21.1332l2.0527,1.1851-3.8815,6.7229-2.0527-1.1851c-.0717-.0414-.1434-.0828-.2203-.1152"/><path class="c" d="m36.0133,38.4725c-1.4284,2.474-4.5956,3.3227-7.0696,1.8943l-3.3166-1.9149c-.7171-.414-1.1969-1.0735-1.3939-1.8087-.1932-.7211-.1126-1.5231.2821-2.2275"/><path class="c" d="m31.4088,22.4758c.8304-1.397,2.6351-1.873,4.0514-1.0553l3.3166,1.9149c2.474,1.4284,3.3227,4.5956,1.8943,7.0696"/><path class="c" d="m21.2437,29.8991c.6213.5206,1.2241.7591,2.7306.7591h.2588c1.3935,0,2.5231-1.1296,2.5231-2.5231h0c0-1.3935-1.1296-2.5231-2.5231-2.5231h-2.9894v-3.9538h5.5125"/></svg>
Copied!