Fussballde Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fussballde 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/340885.svg" alt="Fussballde icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340885.svg" alt="Fussballde icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340885.svg" alt="Fussballde icon" :width="24" :height="24" />
CSS background
.icon-fussballde {
background-image: url('https://proicons.com/icon/340885.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><rect class="b" x="5.5" y="5.4274" width="37" height="37" rx="4" ry="4"/><path class="b" d="M42.5,14.9594l-.7967.2195-8.1719,2.25c-1.1078-3.965-2.4946-8.0603-4.2288-12.003"/><path class="b" d="M37.814,42.4274l-.0094-.168s-.4434-8.4324-2.8164-19.006l7.5119-2.0696"/><path class="b" d="M5.5002,31.3754l.7967-.2195,22.867-6.2988c2.0966,9.5067,2.6176,17.258,2.6471,17.717"/><path class="b" d="M22.706,5.4271l.5834,1.26c1.8367,3.9661,3.2868,8.2112,4.4316,12.344l-22.221,6.1204"/></svg>
Copied!