Onefootball Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onefootball 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/345184.svg" alt="Onefootball icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345184.svg" alt="Onefootball icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345184.svg" alt="Onefootball icon" :width="24" :height="24" />
CSS background
.icon-onefootball {
background-image: url('https://proicons.com/icon/345184.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,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.9411,7.9263C16.297,40.1714,16.53,39.8616,16.53,39.8616"/><path class="a" d="M35.726,8.0607,24.6212,40.0737"/><path class="b" d="M16.53,39.8613l8.0917.2124"/><path class="b" d="M27.9411,7.9263l7.7849.1344"/><ellipse class="a" cx="35.9276" cy="33.4025" rx="6.5724" ry="6.6712"/><path class="a" d="M24.6212,8.04c0,4.5886-1.577,8.3705-6.2251,11.63-4.3989,3.0852-9.8294,3.0566-12.8955,1.6055"/><path class="a" d="M24.621,8.04,17.82,7.9935a6.32,6.32,0,0,1-3.36,5.8715,9.5648,9.5648,0,0,1-6.6158.8755"/><path class="a" d="M7.8437,14.7407,5.5,21.2755"/></svg>
Copied!