football icon
football-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- football-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5"/><path d="m15.658 3.223l-1.32.932c-.698.491-1.18.832-1.6 1.02v4.399l1.55 1.185l4.098-1.696c.033-.457.186-1.027.406-1.848l.417-1.562l.112-.443a9.97 9.97 0 0 1 2.639 7.377l-1.51-.998c-.715-.472-1.209-.799-1.537-1.121l-4.212 1.744l-.582 1.887l2.58 2.984C17.146 17 17.73 17 18.569 17h2.072a10 10 0 0 1-6.522 4.772l.073-.272l.587-1.765c.273-.817.46-1.382.688-1.783L12.915 15h-1.873l-2.323 2.958c.226.4.413.964.684 1.777l.588 1.765l.109.322A10 10 0 0 1 3.336 17h2.277c.846 0 1.435 0 1.884.085l2.357-3.001l-.577-1.87l-4.148-1.747c-.328.322-.823.65-1.537 1.121L2.04 12.615l-.022.015Q2.001 12.317 2 12a9.97 9.97 0 0 1 2.693-6.83l.139.483l.418 1.562c.219.82.371 1.39.405 1.846l4.032 1.7l1.552-1.188V5.158c-.414-.198-.889-.549-1.573-1.054L8.17 3l-.207-.155A9.95 9.95 0 0 1 11.989 2c1.447 0 2.823.308 4.064.863z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFootballDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5"/><path d="m15.658 3.223l-1.32.932c-.698.491-1.18.832-1.6 1.02v4.399l1.55 1.185l4.098-1.696c.033-.457.186-1.027.406-1.848l.417-1.562l.112-.443a9.97 9.97 0 0 1 2.639 7.377l-1.51-.998c-.715-.472-1.209-.799-1.537-1.121l-4.212 1.744l-.582 1.887l2.58 2.984C17.146 17 17.73 17 18.569 17h2.072a10 10 0 0 1-6.522 4.772l.073-.272l.587-1.765c.273-.817.46-1.382.688-1.783L12.915 15h-1.873l-2.323 2.958c.226.4.413.964.684 1.777l.588 1.765l.109.322A10 10 0 0 1 3.336 17h2.277c.846 0 1.435 0 1.884.085l2.357-3.001l-.577-1.87l-4.148-1.747c-.328.322-.823.65-1.537 1.121L2.04 12.615l-.022.015Q2.001 12.317 2 12a9.97 9.97 0 0 1 2.693-6.83l.139.483l.418 1.562c.219.82.371 1.39.405 1.846l4.032 1.7l1.552-1.188V5.158c-.414-.198-.889-.549-1.573-1.054L8.17 3l-.207-.155A9.95 9.95 0 0 1 11.989 2c1.447 0 2.823.308 4.064.863z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10" opacity=".5"/><path d="m15.658 3.223l-1.32.932c-.698.491-1.18.832-1.6 1.02v4.399l1.55 1.185l4.098-1.696c.033-.457.186-1.027.406-1.848l.417-1.562l.112-.443a9.97 9.97 0 0 1 2.639 7.377l-1.51-.998c-.715-.472-1.209-.799-1.537-1.121l-4.212 1.744l-.582 1.887l2.58 2.984C17.146 17 17.73 17 18.569 17h2.072a10 10 0 0 1-6.522 4.772l.073-.272l.587-1.765c.273-.817.46-1.382.688-1.783L12.915 15h-1.873l-2.323 2.958c.226.4.413.964.684 1.777l.588 1.765l.109.322A10 10 0 0 1 3.336 17h2.277c.846 0 1.435 0 1.884.085l2.357-3.001l-.577-1.87l-4.148-1.747c-.328.322-.823.65-1.537 1.121L2.04 12.615l-.022.015Q2.001 12.317 2 12a9.97 9.97 0 0 1 2.693-6.83l.139.483l.418 1.562c.219.82.371 1.39.405 1.846l4.032 1.7l1.552-1.188V5.158c-.414-.198-.889-.549-1.573-1.054L8.17 3l-.207-.155A9.95 9.95 0 0 1 11.989 2c1.447 0 2.823.308 4.064.863z"/></g></svg> </template>
CSS
.icon-football-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m15.658%203.223l-1.32.932c-.698.491-1.18.832-1.6%201.02v4.399l1.55%201.185l4.098-1.696c.033-.457.186-1.027.406-1.848l.417-1.562l.112-.443a9.97%209.97%200%200%201%202.639%207.377l-1.51-.998c-.715-.472-1.209-.799-1.537-1.121l-4.212%201.744l-.582%201.887l2.58%202.984C17.146%2017%2017.73%2017%2018.569%2017h2.072a10%2010%200%200%201-6.522%204.772l.073-.272l.587-1.765c.273-.817.46-1.382.688-1.783L12.915%2015h-1.873l-2.323%202.958c.226.4.413.964.684%201.777l.588%201.765l.109.322A10%2010%200%200%201%203.336%2017h2.277c.846%200%201.435%200%201.884.085l2.357-3.001l-.577-1.87l-4.148-1.747c-.328.322-.823.65-1.537%201.121L2.04%2012.615l-.022.015Q2.001%2012.317%202%2012a9.97%209.97%200%200%201%202.693-6.83l.139.483l.418%201.562c.219.82.371%201.39.405%201.846l4.032%201.7l1.552-1.188V5.158c-.414-.198-.889-.549-1.573-1.054L8.17%203l-.207-.155A9.95%209.95%200%200%201%2011.989%202c1.447%200%202.823.308%204.064.863z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m15.658%203.223l-1.32.932c-.698.491-1.18.832-1.6%201.02v4.399l1.55%201.185l4.098-1.696c.033-.457.186-1.027.406-1.848l.417-1.562l.112-.443a9.97%209.97%200%200%201%202.639%207.377l-1.51-.998c-.715-.472-1.209-.799-1.537-1.121l-4.212%201.744l-.582%201.887l2.58%202.984C17.146%2017%2017.73%2017%2018.569%2017h2.072a10%2010%200%200%201-6.522%204.772l.073-.272l.587-1.765c.273-.817.46-1.382.688-1.783L12.915%2015h-1.873l-2.323%202.958c.226.4.413.964.684%201.777l.588%201.765l.109.322A10%2010%200%200%201%203.336%2017h2.277c.846%200%201.435%200%201.884.085l2.357-3.001l-.577-1.87l-4.148-1.747c-.328.322-.823.65-1.537%201.121L2.04%2012.615l-.022.015Q2.001%2012.317%202%2012a9.97%209.97%200%200%201%202.693-6.83l.139.483l.418%201.562c.219.82.371%201.39.405%201.846l4.032%201.7l1.552-1.188V5.158c-.414-.198-.889-.549-1.573-1.054L8.17%203l-.207-.155A9.95%209.95%200%200%201%2011.989%202c1.447%200%202.823.308%204.064.863z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/football-duotone.svg?color=%231a73e8&size=48