football icon
football-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- football-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M222.5 110.56c-3.32 25.23-13 53-36 75.95s-50.72 32.67-75.95 36L33.5 145.44c3.32-25.23 13-53 36-75.95s50.72-32.67 76-36l77.06 77.06Z" opacity=".2"/><path d="M229.06 53.89a32.92 32.92 0 0 0-26.95-26.95c-32.37-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.27m-61.61-14a192 192 0 0 1 32 2.8a16.94 16.94 0 0 1 13.85 13.87a188.6 188.6 0 0 1 2.7 36.22L163.21 40c1.4-.08 2.79-.1 4.24-.1ZM56.56 213.3a16.94 16.94 0 0 1-13.86-13.86a188.6 188.6 0 0 1-2.7-36.22L92.78 216a188 188 0 0 1-36.22-2.7m124.3-32.44c-11.61 11.6-33.27 27.73-67.37 33.27l-71.62-71.62c5.54-34.1 21.67-55.76 33.27-67.37S108.4 47.4 142.5 41.86l71.63 71.63c-5.54 34.1-21.67 55.76-33.27 67.37m-15.22-90.5a8 8 0 0 1 0 11.31L151.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 0 1 11.3 0"/></g></svg>
React
import type { SVGProps } from "react";
export function PhFootballDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M222.5 110.56c-3.32 25.23-13 53-36 75.95s-50.72 32.67-75.95 36L33.5 145.44c3.32-25.23 13-53 36-75.95s50.72-32.67 76-36l77.06 77.06Z" opacity=".2"/><path d="M229.06 53.89a32.92 32.92 0 0 0-26.95-26.95c-32.37-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.27m-61.61-14a192 192 0 0 1 32 2.8a16.94 16.94 0 0 1 13.85 13.87a188.6 188.6 0 0 1 2.7 36.22L163.21 40c1.4-.08 2.79-.1 4.24-.1ZM56.56 213.3a16.94 16.94 0 0 1-13.86-13.86a188.6 188.6 0 0 1-2.7-36.22L92.78 216a188 188 0 0 1-36.22-2.7m124.3-32.44c-11.61 11.6-33.27 27.73-67.37 33.27l-71.62-71.62c5.54-34.1 21.67-55.76 33.27-67.37S108.4 47.4 142.5 41.86l71.63 71.63c-5.54 34.1-21.67 55.76-33.27 67.37m-15.22-90.5a8 8 0 0 1 0 11.31L151.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 0 1 11.3 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M222.5 110.56c-3.32 25.23-13 53-36 75.95s-50.72 32.67-75.95 36L33.5 145.44c3.32-25.23 13-53 36-75.95s50.72-32.67 76-36l77.06 77.06Z" opacity=".2"/><path d="M229.06 53.89a32.92 32.92 0 0 0-26.95-26.95c-32.37-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.27m-61.61-14a192 192 0 0 1 32 2.8a16.94 16.94 0 0 1 13.85 13.87a188.6 188.6 0 0 1 2.7 36.22L163.21 40c1.4-.08 2.79-.1 4.24-.1ZM56.56 213.3a16.94 16.94 0 0 1-13.86-13.86a188.6 188.6 0 0 1-2.7-36.22L92.78 216a188 188 0 0 1-36.22-2.7m124.3-32.44c-11.61 11.6-33.27 27.73-67.37 33.27l-71.62-71.62c5.54-34.1 21.67-55.76 33.27-67.37S108.4 47.4 142.5 41.86l71.63 71.63c-5.54 34.1-21.67 55.76-33.27 67.37m-15.22-90.5a8 8 0 0 1 0 11.31L151.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 0 1 11.3 0"/></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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M222.5%20110.56c-3.32%2025.23-13%2053-36%2075.95s-50.72%2032.67-75.95%2036L33.5%20145.44c3.32-25.23%2013-53%2036-75.95s50.72-32.67%2076-36l77.06%2077.06Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M229.06%2053.89a32.92%2032.92%200%200%200-26.95-26.95c-32.37-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.27m-61.61-14a192%20192%200%200%201%2032%202.8a16.94%2016.94%200%200%201%2013.85%2013.87a188.6%20188.6%200%200%201%202.7%2036.22L163.21%2040c1.4-.08%202.79-.1%204.24-.1ZM56.56%20213.3a16.94%2016.94%200%200%201-13.86-13.86a188.6%20188.6%200%200%201-2.7-36.22L92.78%20216a188%20188%200%200%201-36.22-2.7m124.3-32.44c-11.61%2011.6-33.27%2027.73-67.37%2033.27l-71.62-71.62c5.54-34.1%2021.67-55.76%2033.27-67.37S108.4%2047.4%20142.5%2041.86l71.63%2071.63c-5.54%2034.1-21.67%2055.76-33.27%2067.37m-15.22-90.5a8%208%200%200%201%200%2011.31L151.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%200%201%2011.3%200%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M222.5%20110.56c-3.32%2025.23-13%2053-36%2075.95s-50.72%2032.67-75.95%2036L33.5%20145.44c3.32-25.23%2013-53%2036-75.95s50.72-32.67%2076-36l77.06%2077.06Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M229.06%2053.89a32.92%2032.92%200%200%200-26.95-26.95c-32.37-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.27m-61.61-14a192%20192%200%200%201%2032%202.8a16.94%2016.94%200%200%201%2013.85%2013.87a188.6%20188.6%200%200%201%202.7%2036.22L163.21%2040c1.4-.08%202.79-.1%204.24-.1ZM56.56%20213.3a16.94%2016.94%200%200%201-13.86-13.86a188.6%20188.6%200%200%201-2.7-36.22L92.78%20216a188%20188%200%200%201-36.22-2.7m124.3-32.44c-11.61%2011.6-33.27%2027.73-67.37%2033.27l-71.62-71.62c5.54-34.1%2021.67-55.76%2033.27-67.37S108.4%2047.4%20142.5%2041.86l71.63%2071.63c-5.54%2034.1-21.67%2055.76-33.27%2067.37m-15.22-90.5a8%208%200%200%201%200%2011.31L151.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%200%201%2011.3%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/football-duotone.svg?color=%231a73e8&size=48