Efootball Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Efootball 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/339548.svg" alt="Efootball icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339548.svg" alt="Efootball icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339548.svg" alt="Efootball icon" :width="24" :height="24" />
CSS background
.icon-efootball {
background-image: url('https://proicons.com/icon/339548.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{stroke-width:1px;}.c,.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m15.5427,14.407c5.2949-5.301,13.8794-5.301,19.1743,0"/><path class="c" d="m5.903,14.407c1.9985-4.0273,5.2711-7.4628,9.5949-9.6339,10.5961-5.3208,23.5231-.9744,28.8392,9.6339"/><path class="c" d="m15.5427,14.407H5.903"/><path class="c" d="m34.717,14.407h9.6202"/><path class="d" d="m34.6497,33.593c-5.2949,5.301-13.8794,5.301-19.1743,0"/><path class="c" d="m44.2891,33.593c-1.9985,4.0273-5.2711,7.4628-9.5949,9.6339-10.5961,5.3208-23.5231.9744-28.8392-9.6339"/><g><path class="c" d="m34.6497,33.593h9.6398"/><path class="c" d="m15.4754,33.593H5.8551"/><path class="c" d="m38.4051,20.0472H4.0303"/><path class="c" d="m38.4051,27.9656H4.0303"/><path class="c" d="m4.0304,20.0472c-.4343,2.502-.5434,5.0985,0,7.9188"/><path class="c" d="m38.4051,20.0472c.4343,2.502.5434,5.0985,0,7.9188"/></g></svg>
Copied!