Eversports Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Eversports 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/340144.svg" alt="Eversports icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340144.svg" alt="Eversports icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340144.svg" alt="Eversports icon" :width="24" :height="24" />
CSS background
.icon-eversports {
background-image: url('https://proicons.com/icon/340144.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M44.0516,30.8592C40.98,37.5878,38.1679,44.4847,24.7,44.5,13.3364,44.5176,3.7777,38.2962,3.726,26.6994c.0506-11.85,10.3235-16.3661,22.2309-13.49-10.2553.7072-12.1875,5.8084-12.4687,11.32-.3436,10.3271,6.6721,13.9962,14.92,13.9114,7.071-.2,11.8262-3.3019,15.6424-7.5817Z"/><path class="a" d="M18.1869,28.3327c1.5992,4.9282,5.47,7.1781,10.2941,6.8192,6.68-.1271,15.5695-4.2927,15.793-15.1293C44.18,11.2394,39.1811,3.9542,24.1565,3.5,13.2411,3.5812,10.078,7.56,7.0914,11.6572c4.5-2.4841,7.8536-3.3749,13.6985-3.3679,8.6149.3378,14.13,4.7011,14.2573,12.0616C34.7648,29.1459,26.8018,29.9625,18.1869,28.3327Z"/></svg>
Copied!