Decathlon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decathlon 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/324351.svg" alt="Decathlon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324351.svg" alt="Decathlon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324351.svg" alt="Decathlon icon" :width="24" :height="24" />
CSS background
.icon-decathlon {
background-image: url('https://proicons.com/icon/324351.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="M8.6809,20.946c-4.6809,5.5087-2.2547,16.5517,5.3335,12.1992,1.8871-.9775,6.3092-5.0284,14.7589-17.5507v20.7616c-2.4206,1.6535-16.9691,8.473-22.927,1.0024-2.4919-3.3998-2.4919-7.9859.1856-12.4543h-.0017c2.6697-4.8103,6.8057-8.9302,12.4079-12.3599,17.9698-10.7527,25.1621-2.6758,25.5117,1.955.7207,8.4962-6.4947,14.8749-10.2888,18.5762v-6.3324c9.1953-9.0545,4.7948-14.0349,3.7941-14.8501-2.047-2.3706-7.8653-4.5306-13.1302-2.392"/></svg>
Copied!