Decathlon Ride Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decathlon Ride 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/338915.svg" alt="Decathlon Ride icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338915.svg" alt="Decathlon Ride icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338915.svg" alt="Decathlon Ride icon" :width="24" :height="24" />
CSS background
.icon-decathlon-ride {
background-image: url('https://proicons.com/icon/338915.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M14.7539,17.2737c-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"/><path class="b" d="M14.2241,39.4228v-8h2.6c1.5,0,2.7,1.2,2.7,2.7s-1.2,2.7-2.7,2.7h-2.6M16.9221,36.8208l2.5019,2.5019"/><path class="b" d="M21.613,34.0228v5.4"/><path class="b" d="M33.4759,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="M27.7625,36.0228c0-1.1-.9-2-2-2h0c-1.1,0-2,.9-2,2v1.3c0,1.1.9,2,2,2h0c1.1,0,2-.9,2-2M27.7625,39.4228v-8"/><circle class="c" cx="21.613" cy="31.6228" r=".75"/></svg>
Copied!