Flosports Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flosports 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/340564.svg" alt="Flosports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340564.svg" alt="Flosports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340564.svg" alt="Flosports icon" :width="24" :height="24" />
CSS background
.icon-flosports {
background-image: url('https://proicons.com/icon/340564.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="M24.9942,41.1738c.9508-3.1257,4.6765-7.1753,7.2792-7.912.3652-.1034.7958-.2929.9568-.421s1.0575-.3005,1.9922-.383c2.8582-.2521,2.8181-.2302,3.1367-1.7156.1575-.7344.4101-2.1988.5614-3.2542s.3863-2.3971.5224-2.9815c.6706-2.8803.7033-2.731-.6423-2.9328-1.6246-.2436-5.8938.2845-7.931.981-2.6547.9077-5.5262,2.3966-7.3616,3.8168-.2191.1696-1.2961,1.1939-2.3933,2.2762-2.0951,2.0668-4.0404,4.7815-5.0268,7.0147-.3226.7305-.6991,1.5382-.8367,1.7951-.3669.6848-1.0368,3.7058-.8786,3.9618.0746.1207,2.4631.2195,5.3079.2195,4.695,0,5.1852-.0429,5.3137-.4648h.0001ZM41.2272,15.077c.8204-4.8373,1.212-7.3513,1.2413-7.9685l.0315-.664-18.3131-.0683c-12.8248-.0478-18.3966.0175-18.5934.2181-.1984.2023-.0859.4418.3833.8163.3652.2915,1.1422.9283,1.7265,1.4151s1.6004,1.3164,2.2578,1.8436c.6574.5272,1.3694,1.107,1.5821,1.2886.2128.1816,1.7666,1.4362,3.453,2.7881l3.0662,2.4579,22.8258-.1347.3389-1.9922Z"/></svg>
Copied!