football icon
football-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.
- Name
- football-filled
- Set
- Reicon
- Style
- Filled
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All football icons →footballBoxIcons v2footballElement PlusfootballFont Awesome 6 SolidfootballFont Awesome SolidfootballHuge IconsfootballIconParkfootballIconPark OutlinefootballIconoirfootballIonIconsfootballJam IconsfootballLucide LabfootballMaterial Design Iconsfootball-fillMingCute IconfootballPhosphorfootball-fillRemix Iconfootball-boldSolarfootballUnicons
More sports icons from Reicon
Use the football icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.014 8.666c-.07-.487-.221-1.066-.402-1.758l-.54-2.076l-.01-.037A10 10 0 0 1 7.47 3.08l1.632 1.238c.56.424 1.03.781 1.447 1.027c.218.13.437.238.666.316v3.022q-.184.086-.351.216l-1.932 1.519a2 2 0 0 0-.2.183L6.053 9.44a3.7 3.7 0 0 0-.04-.774m-1.968 1.537c-.295.254-.71.537-1.335.961l-.704.479a9.96 9.96 0 0 1 1.865-5.47l.28 1.073c.193.743.321 1.24.378 1.635c.055.376.032.582-.03.748c-.06.165-.174.333-.454.574m1.256 6.682c.695 0 1.28 0 1.759.056c.252.03.493.077.723.154l1.415-1.852a2 2 0 0 1-.127-.316L8.31 12.4a2 2 0 0 1-.071-.379l-2.727-1.18a3.7 3.7 0 0 1-.489.498c-.368.317-.856.648-1.436 1.043l-1.492 1.013a9.9 9.9 0 0 0 1.175 3.49zm6.491-6.807a.28.28 0 0 1 .174-.062q.091 0 .175.062l1.932 1.518q.08.062.111.166a.36.36 0 0 1 0 .207l-.758 2.526a.33.33 0 0 1-.108.164a.28.28 0 0 1-.178.064h-2.347a.28.28 0 0 1-.178-.065a.33.33 0 0 1-.108-.163l-.759-2.526a.36.36 0 0 1 0-.207a.33.33 0 0 1 .112-.166zm1.584-4.702c.422-.237.9-.584 1.468-.995l1.74-1.262a10 10 0 0 1 2.35 1.694l-.546 2.095c-.18.692-.331 1.271-.402 1.758a3.7 3.7 0 0 0-.04.77l-2.743 1.167a2 2 0 0 0-.203-.186l-1.932-1.519a1.8 1.8 0 0 0-.352-.216v-3.01c.226-.072.444-.175.66-.296m-2.063-1.323c-.333-.197-.735-.5-1.337-.957l-.883-.67A10 10 0 0 1 11.99 2c1.032 0 2.028.157 2.965.448l-.956.693c-.612.443-1.02.738-1.357.927c-.32.18-.507.224-.666.222s-.345-.05-.662-.237m7.662 7.287c.368.316.856.648 1.436 1.042l1.47.998a9.9 9.9 0 0 1-1.176 3.505h-1.858c-.695 0-1.28 0-1.759.056a3.5 3.5 0 0 0-.751.164l-1.59-1.89a2 2 0 0 0 .114-.288l.76-2.527q.055-.186.07-.375l2.792-1.188q.216.268.492.502m-4.168 7.288c-.201.446-.386 1.014-.606 1.694l-.496 1.532a10 10 0 0 1-3.253.03l-.506-1.562c-.22-.68-.405-1.248-.606-1.695a4 4 0 0 0-.356-.634l1.39-1.819q.203.05.418.05h2.347q.23 0 .447-.057l1.559 1.852a4 4 0 0 0-.338.608m-6.275 2.197c-.237-.73-.396-1.218-.56-1.578c-.155-.345-.283-.5-.418-.6c-.132-.098-.31-.172-.67-.214c-.381-.045-.878-.046-1.627-.046h-.957a10 10 0 0 0 4.438 3.074zm8.731-2.392c.381-.045.878-.046 1.627-.046h.785a10 10 0 0 1-4.243 3.005l.183-.567c.237-.73.396-1.218.56-1.578c.155-.345.283-.5.418-.6c.132-.098.31-.172.67-.214M19.47 8.88c.058-.393.187-.891.38-1.634l.273-1.05a9.96 9.96 0 0 1 1.847 5.43l-.68-.461c-.625-.425-1.04-.708-1.335-.962c-.28-.241-.393-.409-.454-.573c-.062-.167-.085-.373-.03-.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFootballFilled(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="M6.014 8.666c-.07-.487-.221-1.066-.402-1.758l-.54-2.076l-.01-.037A10 10 0 0 1 7.47 3.08l1.632 1.238c.56.424 1.03.781 1.447 1.027c.218.13.437.238.666.316v3.022q-.184.086-.351.216l-1.932 1.519a2 2 0 0 0-.2.183L6.053 9.44a3.7 3.7 0 0 0-.04-.774m-1.968 1.537c-.295.254-.71.537-1.335.961l-.704.479a9.96 9.96 0 0 1 1.865-5.47l.28 1.073c.193.743.321 1.24.378 1.635c.055.376.032.582-.03.748c-.06.165-.174.333-.454.574m1.256 6.682c.695 0 1.28 0 1.759.056c.252.03.493.077.723.154l1.415-1.852a2 2 0 0 1-.127-.316L8.31 12.4a2 2 0 0 1-.071-.379l-2.727-1.18a3.7 3.7 0 0 1-.489.498c-.368.317-.856.648-1.436 1.043l-1.492 1.013a9.9 9.9 0 0 0 1.175 3.49zm6.491-6.807a.28.28 0 0 1 .174-.062q.091 0 .175.062l1.932 1.518q.08.062.111.166a.36.36 0 0 1 0 .207l-.758 2.526a.33.33 0 0 1-.108.164a.28.28 0 0 1-.178.064h-2.347a.28.28 0 0 1-.178-.065a.33.33 0 0 1-.108-.163l-.759-2.526a.36.36 0 0 1 0-.207a.33.33 0 0 1 .112-.166zm1.584-4.702c.422-.237.9-.584 1.468-.995l1.74-1.262a10 10 0 0 1 2.35 1.694l-.546 2.095c-.18.692-.331 1.271-.402 1.758a3.7 3.7 0 0 0-.04.77l-2.743 1.167a2 2 0 0 0-.203-.186l-1.932-1.519a1.8 1.8 0 0 0-.352-.216v-3.01c.226-.072.444-.175.66-.296m-2.063-1.323c-.333-.197-.735-.5-1.337-.957l-.883-.67A10 10 0 0 1 11.99 2c1.032 0 2.028.157 2.965.448l-.956.693c-.612.443-1.02.738-1.357.927c-.32.18-.507.224-.666.222s-.345-.05-.662-.237m7.662 7.287c.368.316.856.648 1.436 1.042l1.47.998a9.9 9.9 0 0 1-1.176 3.505h-1.858c-.695 0-1.28 0-1.759.056a3.5 3.5 0 0 0-.751.164l-1.59-1.89a2 2 0 0 0 .114-.288l.76-2.527q.055-.186.07-.375l2.792-1.188q.216.268.492.502m-4.168 7.288c-.201.446-.386 1.014-.606 1.694l-.496 1.532a10 10 0 0 1-3.253.03l-.506-1.562c-.22-.68-.405-1.248-.606-1.695a4 4 0 0 0-.356-.634l1.39-1.819q.203.05.418.05h2.347q.23 0 .447-.057l1.559 1.852a4 4 0 0 0-.338.608m-6.275 2.197c-.237-.73-.396-1.218-.56-1.578c-.155-.345-.283-.5-.418-.6c-.132-.098-.31-.172-.67-.214c-.381-.045-.878-.046-1.627-.046h-.957a10 10 0 0 0 4.438 3.074zm8.731-2.392c.381-.045.878-.046 1.627-.046h.785a10 10 0 0 1-4.243 3.005l.183-.567c.237-.73.396-1.218.56-1.578c.155-.345.283-.5.418-.6c.132-.098.31-.172.67-.214M19.47 8.88c.058-.393.187-.891.38-1.634l.273-1.05a9.96 9.96 0 0 1 1.847 5.43l-.68-.461c-.625-.425-1.04-.708-1.335-.962c-.28-.241-.393-.409-.454-.573c-.062-.167-.085-.373-.03-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.014 8.666c-.07-.487-.221-1.066-.402-1.758l-.54-2.076l-.01-.037A10 10 0 0 1 7.47 3.08l1.632 1.238c.56.424 1.03.781 1.447 1.027c.218.13.437.238.666.316v3.022q-.184.086-.351.216l-1.932 1.519a2 2 0 0 0-.2.183L6.053 9.44a3.7 3.7 0 0 0-.04-.774m-1.968 1.537c-.295.254-.71.537-1.335.961l-.704.479a9.96 9.96 0 0 1 1.865-5.47l.28 1.073c.193.743.321 1.24.378 1.635c.055.376.032.582-.03.748c-.06.165-.174.333-.454.574m1.256 6.682c.695 0 1.28 0 1.759.056c.252.03.493.077.723.154l1.415-1.852a2 2 0 0 1-.127-.316L8.31 12.4a2 2 0 0 1-.071-.379l-2.727-1.18a3.7 3.7 0 0 1-.489.498c-.368.317-.856.648-1.436 1.043l-1.492 1.013a9.9 9.9 0 0 0 1.175 3.49zm6.491-6.807a.28.28 0 0 1 .174-.062q.091 0 .175.062l1.932 1.518q.08.062.111.166a.36.36 0 0 1 0 .207l-.758 2.526a.33.33 0 0 1-.108.164a.28.28 0 0 1-.178.064h-2.347a.28.28 0 0 1-.178-.065a.33.33 0 0 1-.108-.163l-.759-2.526a.36.36 0 0 1 0-.207a.33.33 0 0 1 .112-.166zm1.584-4.702c.422-.237.9-.584 1.468-.995l1.74-1.262a10 10 0 0 1 2.35 1.694l-.546 2.095c-.18.692-.331 1.271-.402 1.758a3.7 3.7 0 0 0-.04.77l-2.743 1.167a2 2 0 0 0-.203-.186l-1.932-1.519a1.8 1.8 0 0 0-.352-.216v-3.01c.226-.072.444-.175.66-.296m-2.063-1.323c-.333-.197-.735-.5-1.337-.957l-.883-.67A10 10 0 0 1 11.99 2c1.032 0 2.028.157 2.965.448l-.956.693c-.612.443-1.02.738-1.357.927c-.32.18-.507.224-.666.222s-.345-.05-.662-.237m7.662 7.287c.368.316.856.648 1.436 1.042l1.47.998a9.9 9.9 0 0 1-1.176 3.505h-1.858c-.695 0-1.28 0-1.759.056a3.5 3.5 0 0 0-.751.164l-1.59-1.89a2 2 0 0 0 .114-.288l.76-2.527q.055-.186.07-.375l2.792-1.188q.216.268.492.502m-4.168 7.288c-.201.446-.386 1.014-.606 1.694l-.496 1.532a10 10 0 0 1-3.253.03l-.506-1.562c-.22-.68-.405-1.248-.606-1.695a4 4 0 0 0-.356-.634l1.39-1.819q.203.05.418.05h2.347q.23 0 .447-.057l1.559 1.852a4 4 0 0 0-.338.608m-6.275 2.197c-.237-.73-.396-1.218-.56-1.578c-.155-.345-.283-.5-.418-.6c-.132-.098-.31-.172-.67-.214c-.381-.045-.878-.046-1.627-.046h-.957a10 10 0 0 0 4.438 3.074zm8.731-2.392c.381-.045.878-.046 1.627-.046h.785a10 10 0 0 1-4.243 3.005l.183-.567c.237-.73.396-1.218.56-1.578c.155-.345.283-.5.418-.6c.132-.098.31-.172.67-.214M19.47 8.88c.058-.393.187-.891.38-1.634l.273-1.05a9.96 9.96 0 0 1 1.847 5.43l-.68-.461c-.625-.425-1.04-.708-1.335-.962c-.28-.241-.393-.409-.454-.573c-.062-.167-.085-.373-.03-.75"/></svg> </template>
CSS
.icon-football-filled {
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%22M6.014%208.666c-.07-.487-.221-1.066-.402-1.758l-.54-2.076l-.01-.037A10%2010%200%200%201%207.47%203.08l1.632%201.238c.56.424%201.03.781%201.447%201.027c.218.13.437.238.666.316v3.022q-.184.086-.351.216l-1.932%201.519a2%202%200%200%200-.2.183L6.053%209.44a3.7%203.7%200%200%200-.04-.774m-1.968%201.537c-.295.254-.71.537-1.335.961l-.704.479a9.96%209.96%200%200%201%201.865-5.47l.28%201.073c.193.743.321%201.24.378%201.635c.055.376.032.582-.03.748c-.06.165-.174.333-.454.574m1.256%206.682c.695%200%201.28%200%201.759.056c.252.03.493.077.723.154l1.415-1.852a2%202%200%200%201-.127-.316L8.31%2012.4a2%202%200%200%201-.071-.379l-2.727-1.18a3.7%203.7%200%200%201-.489.498c-.368.317-.856.648-1.436%201.043l-1.492%201.013a9.9%209.9%200%200%200%201.175%203.49zm6.491-6.807a.28.28%200%200%201%20.174-.062q.091%200%20.175.062l1.932%201.518q.08.062.111.166a.36.36%200%200%201%200%20.207l-.758%202.526a.33.33%200%200%201-.108.164a.28.28%200%200%201-.178.064h-2.347a.28.28%200%200%201-.178-.065a.33.33%200%200%201-.108-.163l-.759-2.526a.36.36%200%200%201%200-.207a.33.33%200%200%201%20.112-.166zm1.584-4.702c.422-.237.9-.584%201.468-.995l1.74-1.262a10%2010%200%200%201%202.35%201.694l-.546%202.095c-.18.692-.331%201.271-.402%201.758a3.7%203.7%200%200%200-.04.77l-2.743%201.167a2%202%200%200%200-.203-.186l-1.932-1.519a1.8%201.8%200%200%200-.352-.216v-3.01c.226-.072.444-.175.66-.296m-2.063-1.323c-.333-.197-.735-.5-1.337-.957l-.883-.67A10%2010%200%200%201%2011.99%202c1.032%200%202.028.157%202.965.448l-.956.693c-.612.443-1.02.738-1.357.927c-.32.18-.507.224-.666.222s-.345-.05-.662-.237m7.662%207.287c.368.316.856.648%201.436%201.042l1.47.998a9.9%209.9%200%200%201-1.176%203.505h-1.858c-.695%200-1.28%200-1.759.056a3.5%203.5%200%200%200-.751.164l-1.59-1.89a2%202%200%200%200%20.114-.288l.76-2.527q.055-.186.07-.375l2.792-1.188q.216.268.492.502m-4.168%207.288c-.201.446-.386%201.014-.606%201.694l-.496%201.532a10%2010%200%200%201-3.253.03l-.506-1.562c-.22-.68-.405-1.248-.606-1.695a4%204%200%200%200-.356-.634l1.39-1.819q.203.05.418.05h2.347q.23%200%20.447-.057l1.559%201.852a4%204%200%200%200-.338.608m-6.275%202.197c-.237-.73-.396-1.218-.56-1.578c-.155-.345-.283-.5-.418-.6c-.132-.098-.31-.172-.67-.214c-.381-.045-.878-.046-1.627-.046h-.957a10%2010%200%200%200%204.438%203.074zm8.731-2.392c.381-.045.878-.046%201.627-.046h.785a10%2010%200%200%201-4.243%203.005l.183-.567c.237-.73.396-1.218.56-1.578c.155-.345.283-.5.418-.6c.132-.098.31-.172.67-.214M19.47%208.88c.058-.393.187-.891.38-1.634l.273-1.05a9.96%209.96%200%200%201%201.847%205.43l-.68-.461c-.625-.425-1.04-.708-1.335-.962c-.28-.241-.393-.409-.454-.573c-.062-.167-.085-.373-.03-.75%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%22M6.014%208.666c-.07-.487-.221-1.066-.402-1.758l-.54-2.076l-.01-.037A10%2010%200%200%201%207.47%203.08l1.632%201.238c.56.424%201.03.781%201.447%201.027c.218.13.437.238.666.316v3.022q-.184.086-.351.216l-1.932%201.519a2%202%200%200%200-.2.183L6.053%209.44a3.7%203.7%200%200%200-.04-.774m-1.968%201.537c-.295.254-.71.537-1.335.961l-.704.479a9.96%209.96%200%200%201%201.865-5.47l.28%201.073c.193.743.321%201.24.378%201.635c.055.376.032.582-.03.748c-.06.165-.174.333-.454.574m1.256%206.682c.695%200%201.28%200%201.759.056c.252.03.493.077.723.154l1.415-1.852a2%202%200%200%201-.127-.316L8.31%2012.4a2%202%200%200%201-.071-.379l-2.727-1.18a3.7%203.7%200%200%201-.489.498c-.368.317-.856.648-1.436%201.043l-1.492%201.013a9.9%209.9%200%200%200%201.175%203.49zm6.491-6.807a.28.28%200%200%201%20.174-.062q.091%200%20.175.062l1.932%201.518q.08.062.111.166a.36.36%200%200%201%200%20.207l-.758%202.526a.33.33%200%200%201-.108.164a.28.28%200%200%201-.178.064h-2.347a.28.28%200%200%201-.178-.065a.33.33%200%200%201-.108-.163l-.759-2.526a.36.36%200%200%201%200-.207a.33.33%200%200%201%20.112-.166zm1.584-4.702c.422-.237.9-.584%201.468-.995l1.74-1.262a10%2010%200%200%201%202.35%201.694l-.546%202.095c-.18.692-.331%201.271-.402%201.758a3.7%203.7%200%200%200-.04.77l-2.743%201.167a2%202%200%200%200-.203-.186l-1.932-1.519a1.8%201.8%200%200%200-.352-.216v-3.01c.226-.072.444-.175.66-.296m-2.063-1.323c-.333-.197-.735-.5-1.337-.957l-.883-.67A10%2010%200%200%201%2011.99%202c1.032%200%202.028.157%202.965.448l-.956.693c-.612.443-1.02.738-1.357.927c-.32.18-.507.224-.666.222s-.345-.05-.662-.237m7.662%207.287c.368.316.856.648%201.436%201.042l1.47.998a9.9%209.9%200%200%201-1.176%203.505h-1.858c-.695%200-1.28%200-1.759.056a3.5%203.5%200%200%200-.751.164l-1.59-1.89a2%202%200%200%200%20.114-.288l.76-2.527q.055-.186.07-.375l2.792-1.188q.216.268.492.502m-4.168%207.288c-.201.446-.386%201.014-.606%201.694l-.496%201.532a10%2010%200%200%201-3.253.03l-.506-1.562c-.22-.68-.405-1.248-.606-1.695a4%204%200%200%200-.356-.634l1.39-1.819q.203.05.418.05h2.347q.23%200%20.447-.057l1.559%201.852a4%204%200%200%200-.338.608m-6.275%202.197c-.237-.73-.396-1.218-.56-1.578c-.155-.345-.283-.5-.418-.6c-.132-.098-.31-.172-.67-.214c-.381-.045-.878-.046-1.627-.046h-.957a10%2010%200%200%200%204.438%203.074zm8.731-2.392c.381-.045.878-.046%201.627-.046h.785a10%2010%200%200%201-4.243%203.005l.183-.567c.237-.73.396-1.218.56-1.578c.155-.345.283-.5.418-.6c.132-.098.31-.172.67-.214M19.47%208.88c.058-.393.187-.891.38-1.634l.273-1.05a9.96%209.96%200%200%201%201.847%205.43l-.68-.461c-.625-.425-1.04-.708-1.335-.962c-.28-.241-.393-.409-.454-.573c-.062-.167-.085-.373-.03-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/football-filled.svg?color=%231a73e8&size=48