Traderepublic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Traderepublic 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/348749.svg" alt="Traderepublic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348749.svg" alt="Traderepublic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348749.svg" alt="Traderepublic icon" :width="24" :height="24" />
CSS background
.icon-traderepublic {
background-image: url('https://proicons.com/icon/348749.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="M42.7549,19.2664a.9653.9653,0,0,0,.7451-.9343h-.0037V9.6846A.97.97,0,0,0,42.2986,8.75L28.403,12.0455a2.4074,2.4074,0,0,1-1.2942-.05l-6.2729-2.038a2.39,2.39,0,0,0-1.2982-.05L5.2451,13.3083A.9617.9617,0,0,0,4.5,14.24v8.6475a.9727.9727,0,0,0,1.2016.9344l13.7633-3.2953a2.4087,2.4087,0,0,1,1.2982.05l6.2729,2.038a2.4279,2.4279,0,0,0,1.2943.05l14.4249-3.4012Zm0,15.4249A.9609.9609,0,0,0,43.5,33.757h-.0037V25.11a.97.97,0,0,0-1.1977-.9343L28.403,27.47a2.4074,2.4074,0,0,1-1.2942-.05l-6.2729-2.038a2.3908,2.3908,0,0,0-1.2982-.05L5.2451,28.7332a.9609.9609,0,0,0-.7451.9343V38.315a.9726.9726,0,0,0,1.2016.9343l13.7633-3.2952a2.4087,2.4087,0,0,1,1.2982.05l6.2729,2.038a2.4,2.4,0,0,0,1.2943.05Z"/></svg>
Copied!