Decathlon Outdoor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decathlon Outdoor 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/324355.svg" alt="Decathlon Outdoor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324355.svg" alt="Decathlon Outdoor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324355.svg" alt="Decathlon Outdoor icon" :width="24" :height="24" />
CSS background
.icon-decathlon-outdoor {
background-image: url('https://proicons.com/icon/324355.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="M12.7374,34.0228v3.3c0,1.1.9,2,2,2h0c1.1,0,2-.9,2-2v-3.3M16.7374,37.4228v2"/><path class="b" d="M40.615,36.0228c0-1.1.9-2,2-2h0"/><line class="b" x1="40.615" y1="34.0228" x2="40.615" y2="39.4228"/><path class="b" d="M19.6624,32.4228v6c0,.6.4,1,1,1h.3M18.5624,34.0228h2.2"/><path class="b" d="M26.5648,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-2M26.5648,39.4228v-8"/><path class="b" d="M7.985,39.4228h0c-1.5,0-2.6-1.2-2.6-2.6v-2.7c0-1.5,1.2-2.7,2.6-2.7h0c1.5,0,2.7,1.2,2.7,2.7v2.6c0,1.5-1.2,2.7-2.7,2.7Z"/><path class="b" d="M28.6124,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="M34.5952,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.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"/></svg>
Copied!