football icon
football-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- football-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
footballBoxIcons v2footballElement PlusfootballFont Awesome 6 SolidfootballFont Awesome SolidfootballHuge IconsfootballIconParkfootballIconPark OutlinefootballIconoirfootballIonIconsfootballJam IconsfootballLucide LabfootballMaterial Design Iconsfootball-fillMingCute Iconfootball-fillRemix Iconfootball-boldSolarfootballUnicons
Related icons in Phosphor
Use the football icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.06 53.89a32.92 32.92 0 0 0-26.95-26.95c-32.38-5.49-93.39-8-138.27 36.9s-42.39 105.9-36.9 138.27a32.92 32.92 0 0 0 27 26.95A206.6 206.6 0 0 0 88.27 232c32.09 0 72.05-8 103.89-39.84c44.89-44.88 42.39-105.9 36.9-138.27M56.56 213.3a16.94 16.94 0 0 1-13.86-13.86a180.3 180.3 0 0 1-2.11-46.9l62.87 62.87a180.3 180.3 0 0 1-46.9-2.11m109.08-111.63L151.3 116l6.34 6.34a8 8 0 1 1-11.31 11.3l-6.33-6.33L127.31 140l6.34 6.34a8 8 0 1 1-11.3 11.31L116 151.3l-14.34 14.34a8 8 0 1 1-11.31-11.31L104.7 140l-6.34-6.34a8 8 0 0 1 11.31-11.3l6.34 6.34l12.68-12.7l-6.34-6.34a8 8 0 0 1 11.3-11.31l6.35 6.35l14.34-14.34a8 8 0 1 1 11.31 11.31Zm49.77 1.79l-62.87-62.87c4.76-.44 9.72-.69 14.91-.69a192 192 0 0 1 32 2.8a16.94 16.94 0 0 1 13.85 13.86a180.3 180.3 0 0 1 2.11 46.9"/></svg>
React
import type { SVGProps } from "react";
export function PhFootballFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.06 53.89a32.92 32.92 0 0 0-26.95-26.95c-32.38-5.49-93.39-8-138.27 36.9s-42.39 105.9-36.9 138.27a32.92 32.92 0 0 0 27 26.95A206.6 206.6 0 0 0 88.27 232c32.09 0 72.05-8 103.89-39.84c44.89-44.88 42.39-105.9 36.9-138.27M56.56 213.3a16.94 16.94 0 0 1-13.86-13.86a180.3 180.3 0 0 1-2.11-46.9l62.87 62.87a180.3 180.3 0 0 1-46.9-2.11m109.08-111.63L151.3 116l6.34 6.34a8 8 0 1 1-11.31 11.3l-6.33-6.33L127.31 140l6.34 6.34a8 8 0 1 1-11.3 11.31L116 151.3l-14.34 14.34a8 8 0 1 1-11.31-11.31L104.7 140l-6.34-6.34a8 8 0 0 1 11.31-11.3l6.34 6.34l12.68-12.7l-6.34-6.34a8 8 0 0 1 11.3-11.31l6.35 6.35l14.34-14.34a8 8 0 1 1 11.31 11.31Zm49.77 1.79l-62.87-62.87c4.76-.44 9.72-.69 14.91-.69a192 192 0 0 1 32 2.8a16.94 16.94 0 0 1 13.85 13.86a180.3 180.3 0 0 1 2.11 46.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M229.06 53.89a32.92 32.92 0 0 0-26.95-26.95c-32.38-5.49-93.39-8-138.27 36.9s-42.39 105.9-36.9 138.27a32.92 32.92 0 0 0 27 26.95A206.6 206.6 0 0 0 88.27 232c32.09 0 72.05-8 103.89-39.84c44.89-44.88 42.39-105.9 36.9-138.27M56.56 213.3a16.94 16.94 0 0 1-13.86-13.86a180.3 180.3 0 0 1-2.11-46.9l62.87 62.87a180.3 180.3 0 0 1-46.9-2.11m109.08-111.63L151.3 116l6.34 6.34a8 8 0 1 1-11.31 11.3l-6.33-6.33L127.31 140l6.34 6.34a8 8 0 1 1-11.3 11.31L116 151.3l-14.34 14.34a8 8 0 1 1-11.31-11.31L104.7 140l-6.34-6.34a8 8 0 0 1 11.31-11.3l6.34 6.34l12.68-12.7l-6.34-6.34a8 8 0 0 1 11.3-11.31l6.35 6.35l14.34-14.34a8 8 0 1 1 11.31 11.31Zm49.77 1.79l-62.87-62.87c4.76-.44 9.72-.69 14.91-.69a192 192 0 0 1 32 2.8a16.94 16.94 0 0 1 13.85 13.86a180.3 180.3 0 0 1 2.11 46.9"/></svg> </template>
CSS
.icon-football-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229.06%2053.89a32.92%2032.92%200%200%200-26.95-26.95c-32.38-5.49-93.39-8-138.27%2036.9s-42.39%20105.9-36.9%20138.27a32.92%2032.92%200%200%200%2027%2026.95A206.6%20206.6%200%200%200%2088.27%20232c32.09%200%2072.05-8%20103.89-39.84c44.89-44.88%2042.39-105.9%2036.9-138.27M56.56%20213.3a16.94%2016.94%200%200%201-13.86-13.86a180.3%20180.3%200%200%201-2.11-46.9l62.87%2062.87a180.3%20180.3%200%200%201-46.9-2.11m109.08-111.63L151.3%20116l6.34%206.34a8%208%200%201%201-11.31%2011.3l-6.33-6.33L127.31%20140l6.34%206.34a8%208%200%201%201-11.3%2011.31L116%20151.3l-14.34%2014.34a8%208%200%201%201-11.31-11.31L104.7%20140l-6.34-6.34a8%208%200%200%201%2011.31-11.3l6.34%206.34l12.68-12.7l-6.34-6.34a8%208%200%200%201%2011.3-11.31l6.35%206.35l14.34-14.34a8%208%200%201%201%2011.31%2011.31Zm49.77%201.79l-62.87-62.87c4.76-.44%209.72-.69%2014.91-.69a192%20192%200%200%201%2032%202.8a16.94%2016.94%200%200%201%2013.85%2013.86a180.3%20180.3%200%200%201%202.11%2046.9%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M229.06%2053.89a32.92%2032.92%200%200%200-26.95-26.95c-32.38-5.49-93.39-8-138.27%2036.9s-42.39%20105.9-36.9%20138.27a32.92%2032.92%200%200%200%2027%2026.95A206.6%20206.6%200%200%200%2088.27%20232c32.09%200%2072.05-8%20103.89-39.84c44.89-44.88%2042.39-105.9%2036.9-138.27M56.56%20213.3a16.94%2016.94%200%200%201-13.86-13.86a180.3%20180.3%200%200%201-2.11-46.9l62.87%2062.87a180.3%20180.3%200%200%201-46.9-2.11m109.08-111.63L151.3%20116l6.34%206.34a8%208%200%201%201-11.31%2011.3l-6.33-6.33L127.31%20140l6.34%206.34a8%208%200%201%201-11.3%2011.31L116%20151.3l-14.34%2014.34a8%208%200%201%201-11.31-11.31L104.7%20140l-6.34-6.34a8%208%200%200%201%2011.31-11.3l6.34%206.34l12.68-12.7l-6.34-6.34a8%208%200%200%201%2011.3-11.31l6.35%206.35l14.34-14.34a8%208%200%201%201%2011.31%2011.31Zm49.77%201.79l-62.87-62.87c4.76-.44%209.72-.69%2014.91-.69a192%20192%200%200%201%2032%202.8a16.94%2016.94%200%200%201%2013.85%2013.86a180.3%20180.3%200%200%201%202.11%2046.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/football-fill.svg?color=%231a73e8&size=48