football ball icon
football-ball from Unicons by Iconscout · Line · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- football-ball
- Set
- Unicons
- Style
- Line
- Category
- Sports
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More sports icons from Unicons
Use the football ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.84 5.56a4.08 4.08 0 0 0-1.14-2.25a4.08 4.08 0 0 0-2.25-1.14A14.45 14.45 0 0 0 2.16 18.44a4.08 4.08 0 0 0 1.14 2.25a4.08 4.08 0 0 0 2.25 1.14a13 13 0 0 0 2.08.17a14.37 14.37 0 0 0 10.11-4.26a14.23 14.23 0 0 0 4.1-12.18M4.21 18.37a2 2 0 0 1-.07-.24A12.21 12.21 0 0 1 7.67 7.67A12.4 12.4 0 0 1 16.37 4a10.4 10.4 0 0 1 1.76.14a2 2 0 0 1 .24.07l-4.93 4.94l-.73-.73a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l.73.73L10.56 12l-.73-.73a1 1 0 0 0-1.41 0a1 1 0 0 0 0 1.42l.73.73Zm12.12-2a12.24 12.24 0 0 1-10.46 3.49a2 2 0 0 1-.24-.07l4.93-4.94l.73.73a1 1 0 1 0 1.42-1.41l-.71-.73L13.44 12l.73.73a1 1 0 0 0 .71.29a1 1 0 0 0 .7-1.71l-.73-.73l4.94-4.93a2 2 0 0 1 .07.24a12.21 12.21 0 0 1-3.53 10.44Z"/></svg>
React
import type { SVGProps } from "react";
export function UilFootballBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.84 5.56a4.08 4.08 0 0 0-1.14-2.25a4.08 4.08 0 0 0-2.25-1.14A14.45 14.45 0 0 0 2.16 18.44a4.08 4.08 0 0 0 1.14 2.25a4.08 4.08 0 0 0 2.25 1.14a13 13 0 0 0 2.08.17a14.37 14.37 0 0 0 10.11-4.26a14.23 14.23 0 0 0 4.1-12.18M4.21 18.37a2 2 0 0 1-.07-.24A12.21 12.21 0 0 1 7.67 7.67A12.4 12.4 0 0 1 16.37 4a10.4 10.4 0 0 1 1.76.14a2 2 0 0 1 .24.07l-4.93 4.94l-.73-.73a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l.73.73L10.56 12l-.73-.73a1 1 0 0 0-1.41 0a1 1 0 0 0 0 1.42l.73.73Zm12.12-2a12.24 12.24 0 0 1-10.46 3.49a2 2 0 0 1-.24-.07l4.93-4.94l.73.73a1 1 0 1 0 1.42-1.41l-.71-.73L13.44 12l.73.73a1 1 0 0 0 .71.29a1 1 0 0 0 .7-1.71l-.73-.73l4.94-4.93a2 2 0 0 1 .07.24a12.21 12.21 0 0 1-3.53 10.44Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.84 5.56a4.08 4.08 0 0 0-1.14-2.25a4.08 4.08 0 0 0-2.25-1.14A14.45 14.45 0 0 0 2.16 18.44a4.08 4.08 0 0 0 1.14 2.25a4.08 4.08 0 0 0 2.25 1.14a13 13 0 0 0 2.08.17a14.37 14.37 0 0 0 10.11-4.26a14.23 14.23 0 0 0 4.1-12.18M4.21 18.37a2 2 0 0 1-.07-.24A12.21 12.21 0 0 1 7.67 7.67A12.4 12.4 0 0 1 16.37 4a10.4 10.4 0 0 1 1.76.14a2 2 0 0 1 .24.07l-4.93 4.94l-.73-.73a1 1 0 0 0-1.42 0a1 1 0 0 0 0 1.41l.73.73L10.56 12l-.73-.73a1 1 0 0 0-1.41 0a1 1 0 0 0 0 1.42l.73.73Zm12.12-2a12.24 12.24 0 0 1-10.46 3.49a2 2 0 0 1-.24-.07l4.93-4.94l.73.73a1 1 0 1 0 1.42-1.41l-.71-.73L13.44 12l.73.73a1 1 0 0 0 .71.29a1 1 0 0 0 .7-1.71l-.73-.73l4.94-4.93a2 2 0 0 1 .07.24a12.21 12.21 0 0 1-3.53 10.44Z"/></svg> </template>
CSS
.icon-football-ball {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.84%205.56a4.08%204.08%200%200%200-1.14-2.25a4.08%204.08%200%200%200-2.25-1.14A14.45%2014.45%200%200%200%202.16%2018.44a4.08%204.08%200%200%200%201.14%202.25a4.08%204.08%200%200%200%202.25%201.14a13%2013%200%200%200%202.08.17a14.37%2014.37%200%200%200%2010.11-4.26a14.23%2014.23%200%200%200%204.1-12.18M4.21%2018.37a2%202%200%200%201-.07-.24A12.21%2012.21%200%200%201%207.67%207.67A12.4%2012.4%200%200%201%2016.37%204a10.4%2010.4%200%200%201%201.76.14a2%202%200%200%201%20.24.07l-4.93%204.94l-.73-.73a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l.73.73L10.56%2012l-.73-.73a1%201%200%200%200-1.41%200a1%201%200%200%200%200%201.42l.73.73Zm12.12-2a12.24%2012.24%200%200%201-10.46%203.49a2%202%200%200%201-.24-.07l4.93-4.94l.73.73a1%201%200%201%200%201.42-1.41l-.71-.73L13.44%2012l.73.73a1%201%200%200%200%20.71.29a1%201%200%200%200%20.7-1.71l-.73-.73l4.94-4.93a2%202%200%200%201%20.07.24a12.21%2012.21%200%200%201-3.53%2010.44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.84%205.56a4.08%204.08%200%200%200-1.14-2.25a4.08%204.08%200%200%200-2.25-1.14A14.45%2014.45%200%200%200%202.16%2018.44a4.08%204.08%200%200%200%201.14%202.25a4.08%204.08%200%200%200%202.25%201.14a13%2013%200%200%200%202.08.17a14.37%2014.37%200%200%200%2010.11-4.26a14.23%2014.23%200%200%200%204.1-12.18M4.21%2018.37a2%202%200%200%201-.07-.24A12.21%2012.21%200%200%201%207.67%207.67A12.4%2012.4%200%200%201%2016.37%204a10.4%2010.4%200%200%201%201.76.14a2%202%200%200%201%20.24.07l-4.93%204.94l-.73-.73a1%201%200%200%200-1.42%200a1%201%200%200%200%200%201.41l.73.73L10.56%2012l-.73-.73a1%201%200%200%200-1.41%200a1%201%200%200%200%200%201.42l.73.73Zm12.12-2a12.24%2012.24%200%200%201-10.46%203.49a2%202%200%200%201-.24-.07l4.93-4.94l.73.73a1%201%200%201%200%201.42-1.41l-.71-.73L13.44%2012l.73.73a1%201%200%200%200%20.71.29a1%201%200%200%200%20.7-1.71l-.73-.73l4.94-4.93a2%202%200%200%201%20.07.24a12.21%2012.21%200%200%201-3.53%2010.44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/football-ball.svg?color=%231a73e8&size=48