football icon

football-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
football-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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="M233.06 53.18a37 37 0 0 0-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61c-30.9 5.06-57 18.06-77.56 38.67s-33.59 46.68-38.65 77.58c-4.17 25.51-2 49 .61 64.26a37 37 0 0 0 30.24 30.24A209.4 209.4 0 0 0 87.9 236a184 184 0 0 0 29.54-2.33c30.9-5.06 57-18.06 77.58-38.65s33.59-46.68 38.65-77.58c4.17-25.51 1.97-49.02-.61-64.26m-23.66 4a192 192 0 0 1 2.6 25.88L172.93 44a191 191 0 0 1 25.88 2.64a13 13 0 0 1 10.59 10.55ZM46.6 198.81a192 192 0 0 1-2.6-25.87L83.06 212a192 192 0 0 1-25.87-2.63a13 13 0 0 1-10.59-10.56m131.45-20.76c-11 11-31.31 26.16-63.2 31.83l-68.73-68.73C51.79 109.26 67 88.93 78 78s31.3-26.16 63.2-31.83l68.73 68.73c-5.72 31.84-20.93 52.17-31.88 63.15m-13.56-69.57L159 114l5.52 5.51a12 12 0 0 1-17 17L142 131l-11 11l5.52 5.52a12 12 0 0 1-17 17L114 159l-5.52 5.52a12 12 0 0 1-17-17L97 142l-5.52-5.51a12 12 0 1 1 17-17L114 125l11-11l-5.52-5.52a12 12 0 1 1 17-17L142 97l5.52-5.52a12 12 0 0 1 17 17Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFootballBold(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="M233.06 53.18a37 37 0 0 0-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61c-30.9 5.06-57 18.06-77.56 38.67s-33.59 46.68-38.65 77.58c-4.17 25.51-2 49 .61 64.26a37 37 0 0 0 30.24 30.24A209.4 209.4 0 0 0 87.9 236a184 184 0 0 0 29.54-2.33c30.9-5.06 57-18.06 77.58-38.65s33.59-46.68 38.65-77.58c4.17-25.51 1.97-49.02-.61-64.26m-23.66 4a192 192 0 0 1 2.6 25.88L172.93 44a191 191 0 0 1 25.88 2.64a13 13 0 0 1 10.59 10.55ZM46.6 198.81a192 192 0 0 1-2.6-25.87L83.06 212a192 192 0 0 1-25.87-2.63a13 13 0 0 1-10.59-10.56m131.45-20.76c-11 11-31.31 26.16-63.2 31.83l-68.73-68.73C51.79 109.26 67 88.93 78 78s31.3-26.16 63.2-31.83l68.73 68.73c-5.72 31.84-20.93 52.17-31.88 63.15m-13.56-69.57L159 114l5.52 5.51a12 12 0 0 1-17 17L142 131l-11 11l5.52 5.52a12 12 0 0 1-17 17L114 159l-5.52 5.52a12 12 0 0 1-17-17L97 142l-5.52-5.51a12 12 0 1 1 17-17L114 125l11-11l-5.52-5.52a12 12 0 1 1 17-17L142 97l5.52-5.52a12 12 0 0 1 17 17Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M233.06 53.18a37 37 0 0 0-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61c-30.9 5.06-57 18.06-77.56 38.67s-33.59 46.68-38.65 77.58c-4.17 25.51-2 49 .61 64.26a37 37 0 0 0 30.24 30.24A209.4 209.4 0 0 0 87.9 236a184 184 0 0 0 29.54-2.33c30.9-5.06 57-18.06 77.58-38.65s33.59-46.68 38.65-77.58c4.17-25.51 1.97-49.02-.61-64.26m-23.66 4a192 192 0 0 1 2.6 25.88L172.93 44a191 191 0 0 1 25.88 2.64a13 13 0 0 1 10.59 10.55ZM46.6 198.81a192 192 0 0 1-2.6-25.87L83.06 212a192 192 0 0 1-25.87-2.63a13 13 0 0 1-10.59-10.56m131.45-20.76c-11 11-31.31 26.16-63.2 31.83l-68.73-68.73C51.79 109.26 67 88.93 78 78s31.3-26.16 63.2-31.83l68.73 68.73c-5.72 31.84-20.93 52.17-31.88 63.15m-13.56-69.57L159 114l5.52 5.51a12 12 0 0 1-17 17L142 131l-11 11l5.52 5.52a12 12 0 0 1-17 17L114 159l-5.52 5.52a12 12 0 0 1-17-17L97 142l-5.52-5.51a12 12 0 1 1 17-17L114 125l11-11l-5.52-5.52a12 12 0 1 1 17-17L142 97l5.52-5.52a12 12 0 0 1 17 17Z"/></svg>
</template>

CSS

.icon-football-bold {
  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%22M233.06%2053.18a37%2037%200%200%200-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61c-30.9%205.06-57%2018.06-77.56%2038.67s-33.59%2046.68-38.65%2077.58c-4.17%2025.51-2%2049%20.61%2064.26a37%2037%200%200%200%2030.24%2030.24A209.4%20209.4%200%200%200%2087.9%20236a184%20184%200%200%200%2029.54-2.33c30.9-5.06%2057-18.06%2077.58-38.65s33.59-46.68%2038.65-77.58c4.17-25.51%201.97-49.02-.61-64.26m-23.66%204a192%20192%200%200%201%202.6%2025.88L172.93%2044a191%20191%200%200%201%2025.88%202.64a13%2013%200%200%201%2010.59%2010.55ZM46.6%20198.81a192%20192%200%200%201-2.6-25.87L83.06%20212a192%20192%200%200%201-25.87-2.63a13%2013%200%200%201-10.59-10.56m131.45-20.76c-11%2011-31.31%2026.16-63.2%2031.83l-68.73-68.73C51.79%20109.26%2067%2088.93%2078%2078s31.3-26.16%2063.2-31.83l68.73%2068.73c-5.72%2031.84-20.93%2052.17-31.88%2063.15m-13.56-69.57L159%20114l5.52%205.51a12%2012%200%200%201-17%2017L142%20131l-11%2011l5.52%205.52a12%2012%200%200%201-17%2017L114%20159l-5.52%205.52a12%2012%200%200%201-17-17L97%20142l-5.52-5.51a12%2012%200%201%201%2017-17L114%20125l11-11l-5.52-5.52a12%2012%200%201%201%2017-17L142%2097l5.52-5.52a12%2012%200%200%201%2017%2017Z%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%22M233.06%2053.18a37%2037%200%200%200-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61c-30.9%205.06-57%2018.06-77.56%2038.67s-33.59%2046.68-38.65%2077.58c-4.17%2025.51-2%2049%20.61%2064.26a37%2037%200%200%200%2030.24%2030.24A209.4%20209.4%200%200%200%2087.9%20236a184%20184%200%200%200%2029.54-2.33c30.9-5.06%2057-18.06%2077.58-38.65s33.59-46.68%2038.65-77.58c4.17-25.51%201.97-49.02-.61-64.26m-23.66%204a192%20192%200%200%201%202.6%2025.88L172.93%2044a191%20191%200%200%201%2025.88%202.64a13%2013%200%200%201%2010.59%2010.55ZM46.6%20198.81a192%20192%200%200%201-2.6-25.87L83.06%20212a192%20192%200%200%201-25.87-2.63a13%2013%200%200%201-10.59-10.56m131.45-20.76c-11%2011-31.31%2026.16-63.2%2031.83l-68.73-68.73C51.79%20109.26%2067%2088.93%2078%2078s31.3-26.16%2063.2-31.83l68.73%2068.73c-5.72%2031.84-20.93%2052.17-31.88%2063.15m-13.56-69.57L159%20114l5.52%205.51a12%2012%200%200%201-17%2017L142%20131l-11%2011l5.52%205.52a12%2012%200%200%201-17%2017L114%20159l-5.52%205.52a12%2012%200%200%201-17-17L97%20142l-5.52-5.51a12%2012%200%201%201%2017-17L114%20125l11-11l-5.52-5.52a12%2012%200%201%201%2017-17L142%2097l5.52-5.52a12%2012%200%200%201%2017%2017Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/football-bold.svg?color=%231a73e8&size=48