Decathlon Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decathlon Connect 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/324354.svg" alt="Decathlon Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324354.svg" alt="Decathlon Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324354.svg" alt="Decathlon Connect icon" :width="24" :height="24" />
CSS background
.icon-decathlon-connect {
background-image: url('https://proicons.com/icon/324354.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M42.1477,32.4228v6c0,.6.4,1,1,1h.3M41.0476,34.0228h2.2"/><path class="b" d="M21.9243,39.4228v-3.3c0-1.1-.9-2-2-2h0c-1.1,0-2,.9-2,2M17.9243,39.4228v-5.4"/><path class="b" d="M28.0248,39.4228v-3.3c0-1.1-.9-2-2-2h0c-1.1,0-2,.9-2,2M24.0248,39.4228v-5.4"/><path class="b" d="M9.9523,36.7228h0c0,1.5-1.2,2.7-2.7,2.7h0c-1.5,0-2.7-1.2-2.7-2.6v-2.7c0-1.5,1.2-2.7,2.7-2.6h0c1.5,0,2.6,1.2,2.6,2.6h0"/><path class="b" d="M33.7477,38.4228c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/><path class="b" d="M39.6519,38.4228c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c.7,0,1.4.4,1.7,1"/><path class="b" d="M11.9355,36.1228c0-1.1.9-2,2-2s2,.9,2,2v1.3c0,1.1-.9,2-2,2s-2-.9-2-2v-1.3Z"/><path class="b" d="M14.7539,17.3207c-2.8253,3.3249-1.3609,9.9901,3.2191,7.3631,1.139-.59,3.808-3.035,8.908-10.593v12.531c-1.461.998-10.242,5.114-13.838.605-1.504-2.052-1.504-4.82.112-7.517h-.001c1.6113-2.9033,4.1077-5.39,7.489-7.46,10.846-6.49,15.187-1.615,15.398,1.18.435,5.128-3.92,8.978-6.21,11.212v-3.822c5.55-5.465,2.894-8.471,2.29-8.963-1.2355-1.4308-4.7472-2.7345-7.925-1.4437"/></svg>
Copied!