football icon

football from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
football
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the football icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m143 304h-45.22a8 8 0 0 1-6.91-4l-16.14-27.68a8 8 0 0 1-.86-6l14.86-59.92a8 8 0 0 1 4.65-5.45l28.1-11.9a8 8 0 0 1 8.34 1.3l41.63 35.82a8 8 0 0 1 2.69 7.26a174.75 174.75 0 0 1-24.28 66.68A8 8 0 0 1 399 352M134.52 237.13l28.1 11.9a8 8 0 0 1 4.65 5.45l14.86 59.92a8 8 0 0 1-.86 6L165.13 348a8 8 0 0 1-6.91 4H113a8 8 0 0 1-6.82-3.81a174.75 174.75 0 0 1-24.28-66.68a8 8 0 0 1 2.69-7.26l41.63-35.82a8 8 0 0 1 8.3-1.3m256.94-87.24l-18.07 51.38A8 8 0 0 1 369 206l-29.58 12.53a8 8 0 0 1-8.26-1.24L274.9 170.1a8 8 0 0 1-2.9-6.1v-33.58a8 8 0 0 1 3.56-6.65l42.83-28.54a8 8 0 0 1 7.66-.67A176.9 176.9 0 0 1 390 142a8 8 0 0 1 1.46 7.89M193.6 95.23l42.84 28.54a8 8 0 0 1 3.56 6.65V164a8 8 0 0 1-2.86 6.13l-56.26 47.19a8 8 0 0 1-8.26 1.24L143 206a8 8 0 0 1-4.43-4.72L120.5 149.9a8 8 0 0 1 1.5-7.9a176.9 176.9 0 0 1 64-47.48a8 8 0 0 1 7.6.71m17.31 327.46L191.18 373a8 8 0 0 1 .52-7l15.17-26a8 8 0 0 1 6.91-4h84.44a8 8 0 0 1 6.91 4l15.18 26a8 8 0 0 1 .53 7l-19.59 49.67a8 8 0 0 1-5.69 4.87a176.6 176.6 0 0 1-79 0a8 8 0 0 1-5.65-4.85"/></svg>

React

import type { SVGProps } from "react";

export function IonFootball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m143 304h-45.22a8 8 0 0 1-6.91-4l-16.14-27.68a8 8 0 0 1-.86-6l14.86-59.92a8 8 0 0 1 4.65-5.45l28.1-11.9a8 8 0 0 1 8.34 1.3l41.63 35.82a8 8 0 0 1 2.69 7.26a174.75 174.75 0 0 1-24.28 66.68A8 8 0 0 1 399 352M134.52 237.13l28.1 11.9a8 8 0 0 1 4.65 5.45l14.86 59.92a8 8 0 0 1-.86 6L165.13 348a8 8 0 0 1-6.91 4H113a8 8 0 0 1-6.82-3.81a174.75 174.75 0 0 1-24.28-66.68a8 8 0 0 1 2.69-7.26l41.63-35.82a8 8 0 0 1 8.3-1.3m256.94-87.24l-18.07 51.38A8 8 0 0 1 369 206l-29.58 12.53a8 8 0 0 1-8.26-1.24L274.9 170.1a8 8 0 0 1-2.9-6.1v-33.58a8 8 0 0 1 3.56-6.65l42.83-28.54a8 8 0 0 1 7.66-.67A176.9 176.9 0 0 1 390 142a8 8 0 0 1 1.46 7.89M193.6 95.23l42.84 28.54a8 8 0 0 1 3.56 6.65V164a8 8 0 0 1-2.86 6.13l-56.26 47.19a8 8 0 0 1-8.26 1.24L143 206a8 8 0 0 1-4.43-4.72L120.5 149.9a8 8 0 0 1 1.5-7.9a176.9 176.9 0 0 1 64-47.48a8 8 0 0 1 7.6.71m17.31 327.46L191.18 373a8 8 0 0 1 .52-7l15.17-26a8 8 0 0 1 6.91-4h84.44a8 8 0 0 1 6.91 4l15.18 26a8 8 0 0 1 .53 7l-19.59 49.67a8 8 0 0 1-5.69 4.87a176.6 176.6 0 0 1-79 0a8 8 0 0 1-5.65-4.85"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m143 304h-45.22a8 8 0 0 1-6.91-4l-16.14-27.68a8 8 0 0 1-.86-6l14.86-59.92a8 8 0 0 1 4.65-5.45l28.1-11.9a8 8 0 0 1 8.34 1.3l41.63 35.82a8 8 0 0 1 2.69 7.26a174.75 174.75 0 0 1-24.28 66.68A8 8 0 0 1 399 352M134.52 237.13l28.1 11.9a8 8 0 0 1 4.65 5.45l14.86 59.92a8 8 0 0 1-.86 6L165.13 348a8 8 0 0 1-6.91 4H113a8 8 0 0 1-6.82-3.81a174.75 174.75 0 0 1-24.28-66.68a8 8 0 0 1 2.69-7.26l41.63-35.82a8 8 0 0 1 8.3-1.3m256.94-87.24l-18.07 51.38A8 8 0 0 1 369 206l-29.58 12.53a8 8 0 0 1-8.26-1.24L274.9 170.1a8 8 0 0 1-2.9-6.1v-33.58a8 8 0 0 1 3.56-6.65l42.83-28.54a8 8 0 0 1 7.66-.67A176.9 176.9 0 0 1 390 142a8 8 0 0 1 1.46 7.89M193.6 95.23l42.84 28.54a8 8 0 0 1 3.56 6.65V164a8 8 0 0 1-2.86 6.13l-56.26 47.19a8 8 0 0 1-8.26 1.24L143 206a8 8 0 0 1-4.43-4.72L120.5 149.9a8 8 0 0 1 1.5-7.9a176.9 176.9 0 0 1 64-47.48a8 8 0 0 1 7.6.71m17.31 327.46L191.18 373a8 8 0 0 1 .52-7l15.17-26a8 8 0 0 1 6.91-4h84.44a8 8 0 0 1 6.91 4l15.18 26a8 8 0 0 1 .53 7l-19.59 49.67a8 8 0 0 1-5.69 4.87a176.6 176.6 0 0 1-79 0a8 8 0 0 1-5.65-4.85"/></svg>
</template>

CSS

.icon-football {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048C141.31%2048%2048%20141.31%2048%20256s93.31%20208%20208%20208s208-93.31%20208-208S370.69%2048%20256%2048m143%20304h-45.22a8%208%200%200%201-6.91-4l-16.14-27.68a8%208%200%200%201-.86-6l14.86-59.92a8%208%200%200%201%204.65-5.45l28.1-11.9a8%208%200%200%201%208.34%201.3l41.63%2035.82a8%208%200%200%201%202.69%207.26a174.75%20174.75%200%200%201-24.28%2066.68A8%208%200%200%201%20399%20352M134.52%20237.13l28.1%2011.9a8%208%200%200%201%204.65%205.45l14.86%2059.92a8%208%200%200%201-.86%206L165.13%20348a8%208%200%200%201-6.91%204H113a8%208%200%200%201-6.82-3.81a174.75%20174.75%200%200%201-24.28-66.68a8%208%200%200%201%202.69-7.26l41.63-35.82a8%208%200%200%201%208.3-1.3m256.94-87.24l-18.07%2051.38A8%208%200%200%201%20369%20206l-29.58%2012.53a8%208%200%200%201-8.26-1.24L274.9%20170.1a8%208%200%200%201-2.9-6.1v-33.58a8%208%200%200%201%203.56-6.65l42.83-28.54a8%208%200%200%201%207.66-.67A176.9%20176.9%200%200%201%20390%20142a8%208%200%200%201%201.46%207.89M193.6%2095.23l42.84%2028.54a8%208%200%200%201%203.56%206.65V164a8%208%200%200%201-2.86%206.13l-56.26%2047.19a8%208%200%200%201-8.26%201.24L143%20206a8%208%200%200%201-4.43-4.72L120.5%20149.9a8%208%200%200%201%201.5-7.9a176.9%20176.9%200%200%201%2064-47.48a8%208%200%200%201%207.6.71m17.31%20327.46L191.18%20373a8%208%200%200%201%20.52-7l15.17-26a8%208%200%200%201%206.91-4h84.44a8%208%200%200%201%206.91%204l15.18%2026a8%208%200%200%201%20.53%207l-19.59%2049.67a8%208%200%200%201-5.69%204.87a176.6%20176.6%200%200%201-79%200a8%208%200%200%201-5.65-4.85%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048C141.31%2048%2048%20141.31%2048%20256s93.31%20208%20208%20208s208-93.31%20208-208S370.69%2048%20256%2048m143%20304h-45.22a8%208%200%200%201-6.91-4l-16.14-27.68a8%208%200%200%201-.86-6l14.86-59.92a8%208%200%200%201%204.65-5.45l28.1-11.9a8%208%200%200%201%208.34%201.3l41.63%2035.82a8%208%200%200%201%202.69%207.26a174.75%20174.75%200%200%201-24.28%2066.68A8%208%200%200%201%20399%20352M134.52%20237.13l28.1%2011.9a8%208%200%200%201%204.65%205.45l14.86%2059.92a8%208%200%200%201-.86%206L165.13%20348a8%208%200%200%201-6.91%204H113a8%208%200%200%201-6.82-3.81a174.75%20174.75%200%200%201-24.28-66.68a8%208%200%200%201%202.69-7.26l41.63-35.82a8%208%200%200%201%208.3-1.3m256.94-87.24l-18.07%2051.38A8%208%200%200%201%20369%20206l-29.58%2012.53a8%208%200%200%201-8.26-1.24L274.9%20170.1a8%208%200%200%201-2.9-6.1v-33.58a8%208%200%200%201%203.56-6.65l42.83-28.54a8%208%200%200%201%207.66-.67A176.9%20176.9%200%200%201%20390%20142a8%208%200%200%201%201.46%207.89M193.6%2095.23l42.84%2028.54a8%208%200%200%201%203.56%206.65V164a8%208%200%200%201-2.86%206.13l-56.26%2047.19a8%208%200%200%201-8.26%201.24L143%20206a8%208%200%200%201-4.43-4.72L120.5%20149.9a8%208%200%200%201%201.5-7.9a176.9%20176.9%200%200%201%2064-47.48a8%208%200%200%201%207.6.71m17.31%20327.46L191.18%20373a8%208%200%200%201%20.52-7l15.17-26a8%208%200%200%201%206.91-4h84.44a8%208%200%200%201%206.91%204l15.18%2026a8%208%200%200%201%20.53%207l-19.59%2049.67a8%208%200%200%201-5.69%204.87a176.6%20176.6%200%200%201-79%200a8%208%200%200%201-5.65-4.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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