Freetrade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freetrade 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/340822.svg" alt="Freetrade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340822.svg" alt="Freetrade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340822.svg" alt="Freetrade icon" :width="24" :height="24" />
CSS background
.icon-freetrade {
background-image: url('https://proicons.com/icon/340822.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="M21.0814,4.5l6.03,3.4327.0708,6.0753a4.4344,4.4344,0,0,1-2.352,3.5291l-9.5035,5.6023a4.0544,4.0544,0,0,0-2.0876,3.5973l-.07,4.5952L6.9414,27.8836l-.0331-4.1787a4.2692,4.2692,0,0,1,2.1354-4.0763l10.6076-6.4779a3.763,3.763,0,0,0,1.3955-3.22Z"/><path class="a" d="M31.39,19.4759a1.8108,1.8108,0,0,0-1.5492.1752L19.7824,25.53a4.27,4.27,0,0,0-2.1372,4.0757l.0331,4.1783,6.2294,3.4472.07-4.5951A4.0523,4.0523,0,0,1,26.0647,29.04l9.8836-5.6586c.7749-.4884.88-.9136.3295-1.2167Z"/><path class="a" d="M35.36,30.1654a1.3207,1.3207,0,0,0-1.3438.0323l-2.8134,1.6011a4.27,4.27,0,0,0-2.1371,4.0757l.033,4.1783,6.23,3.4472.0694-4.5951a4.0523,4.0523,0,0,1,2.0875-3.5961l3.607-1.9907c-2.1371-1.1755-3.5951-1.9769-5.7321-3.1527Z"/></svg>
Copied!