Decathlon Coach Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decathlon Coach 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/338912.svg" alt="Decathlon Coach icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338912.svg" alt="Decathlon Coach icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338912.svg" alt="Decathlon Coach icon" :width="24" :height="24" />
CSS background
.icon-decathlon-coach {
background-image: url('https://proicons.com/icon/338912.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;}</style></defs><path class="b" d="M35.086,30.6492v8.7731M35.086,35.7398c0-1.1914.9748-2.1662,2.1662-2.1662h0c1.1914,0,2.1662.9748,2.1662,2.1662v3.5742"/><path class="b" d="M33.0645,38.3398c-.325.65-1.084,1.083-1.842,1.083h0c-1.1947-.0038-2.1622-.9713-2.166-2.166v-1.408c0-1.192.975-2.167,2.166-2.167h0c.758,0,1.517.434,1.842,1.083"/><path class="b" d="M27.0187,37.2561c0,1.1914-.9748,2.1662-2.1662,2.1662h0c-1.1914,0-2.1662-.9748-2.1662-2.1662v-1.408c0-1.1914.9748-2.1662,2.1662-2.1662h0c1.1914,0,2.1662.9748,2.1662,2.1662M27.0187,39.4223v-5.8487"/><path class="b" d="M14.4306,36.4978h0c0,1.625-1.3,2.925-2.925,2.925h0c-1.624,0-2.924-1.3-2.924-2.816v-2.925c0-1.624,1.3-2.924,2.924-2.816h0c1.625,0,2.816,1.3,2.816,2.816h0"/><path class="b" d="M16.3805,35.8488c0-1.192.975-2.167,2.166-2.167s2.166.975,2.166,2.167v1.408c-.0038,1.1947-.9713,2.1622-2.166,2.166-1.1947-.0038-2.1622-.9713-2.166-2.166v-1.408Z"/><path class="b" d="M14.7539,16.8662c-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!