american football icon

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

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

2 other variants in IonIcons

The same icon in other sets

Use the american football icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M122.06 122.06c-44.37 44.37-66.71 100.61-78 145.28l200.6 200.56c44.67-11.25 100.91-33.59 145.28-78s66.71-100.61 78-145.28L267.34 44.1c-44.67 11.25-100.91 33.59-145.28 77.96M300.65 189L323 166.71A15.78 15.78 0 0 1 345.29 189L323 211.35l11.16 11.17a15.78 15.78 0 0 1-22.32 22.32l-11.16-11.16L278.32 256l11.16 11.16a15.78 15.78 0 1 1-22.32 22.32L256 278.32l-22.32 22.33l11.16 11.16a15.78 15.78 0 1 1-22.32 22.32L211.35 323L189 345.29A15.78 15.78 0 0 1 166.71 323L189 300.65l-11.16-11.17a15.78 15.78 0 0 1 22.32-22.32l11.16 11.16L233.68 256l-11.16-11.16a15.78 15.78 0 1 1 22.32-22.32L256 233.68l22.32-22.33l-11.16-11.16a15.78 15.78 0 0 1 22.32-22.32Zm175.92 10.63c7.31-54.53 4-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91 1.15l171 171c.4-2.78.78-5.43 1.12-7.94M35.43 312.37c-7.31 54.53-4 120.26 20 144.21C72.17 473.33 109.34 480 148.84 480a387 387 0 0 0 50.79-3.43c2.51-.34 5.16-.72 7.91-1.15l-171-171c-.39 2.79-.77 5.44-1.11 7.95"/></svg>

React

import type { SVGProps } from "react";

export function IonAmericanFootball(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="M122.06 122.06c-44.37 44.37-66.71 100.61-78 145.28l200.6 200.56c44.67-11.25 100.91-33.59 145.28-78s66.71-100.61 78-145.28L267.34 44.1c-44.67 11.25-100.91 33.59-145.28 77.96M300.65 189L323 166.71A15.78 15.78 0 0 1 345.29 189L323 211.35l11.16 11.17a15.78 15.78 0 0 1-22.32 22.32l-11.16-11.16L278.32 256l11.16 11.16a15.78 15.78 0 1 1-22.32 22.32L256 278.32l-22.32 22.33l11.16 11.16a15.78 15.78 0 1 1-22.32 22.32L211.35 323L189 345.29A15.78 15.78 0 0 1 166.71 323L189 300.65l-11.16-11.17a15.78 15.78 0 0 1 22.32-22.32l11.16 11.16L233.68 256l-11.16-11.16a15.78 15.78 0 1 1 22.32-22.32L256 233.68l22.32-22.33l-11.16-11.16a15.78 15.78 0 0 1 22.32-22.32Zm175.92 10.63c7.31-54.53 4-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91 1.15l171 171c.4-2.78.78-5.43 1.12-7.94M35.43 312.37c-7.31 54.53-4 120.26 20 144.21C72.17 473.33 109.34 480 148.84 480a387 387 0 0 0 50.79-3.43c2.51-.34 5.16-.72 7.91-1.15l-171-171c-.39 2.79-.77 5.44-1.11 7.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M122.06 122.06c-44.37 44.37-66.71 100.61-78 145.28l200.6 200.56c44.67-11.25 100.91-33.59 145.28-78s66.71-100.61 78-145.28L267.34 44.1c-44.67 11.25-100.91 33.59-145.28 77.96M300.65 189L323 166.71A15.78 15.78 0 0 1 345.29 189L323 211.35l11.16 11.17a15.78 15.78 0 0 1-22.32 22.32l-11.16-11.16L278.32 256l11.16 11.16a15.78 15.78 0 1 1-22.32 22.32L256 278.32l-22.32 22.33l11.16 11.16a15.78 15.78 0 1 1-22.32 22.32L211.35 323L189 345.29A15.78 15.78 0 0 1 166.71 323L189 300.65l-11.16-11.17a15.78 15.78 0 0 1 22.32-22.32l11.16 11.16L233.68 256l-11.16-11.16a15.78 15.78 0 1 1 22.32-22.32L256 233.68l22.32-22.33l-11.16-11.16a15.78 15.78 0 0 1 22.32-22.32Zm175.92 10.63c7.31-54.53 4-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91 1.15l171 171c.4-2.78.78-5.43 1.12-7.94M35.43 312.37c-7.31 54.53-4 120.26 20 144.21C72.17 473.33 109.34 480 148.84 480a387 387 0 0 0 50.79-3.43c2.51-.34 5.16-.72 7.91-1.15l-171-171c-.39 2.79-.77 5.44-1.11 7.95"/></svg>
</template>

CSS

.icon-american-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%22M122.06%20122.06c-44.37%2044.37-66.71%20100.61-78%20145.28l200.6%20200.56c44.67-11.25%20100.91-33.59%20145.28-78s66.71-100.61%2078-145.28L267.34%2044.1c-44.67%2011.25-100.91%2033.59-145.28%2077.96M300.65%20189L323%20166.71A15.78%2015.78%200%200%201%20345.29%20189L323%20211.35l11.16%2011.17a15.78%2015.78%200%200%201-22.32%2022.32l-11.16-11.16L278.32%20256l11.16%2011.16a15.78%2015.78%200%201%201-22.32%2022.32L256%20278.32l-22.32%2022.33l11.16%2011.16a15.78%2015.78%200%201%201-22.32%2022.32L211.35%20323L189%20345.29A15.78%2015.78%200%200%201%20166.71%20323L189%20300.65l-11.16-11.17a15.78%2015.78%200%200%201%2022.32-22.32l11.16%2011.16L233.68%20256l-11.16-11.16a15.78%2015.78%200%201%201%2022.32-22.32L256%20233.68l22.32-22.33l-11.16-11.16a15.78%2015.78%200%200%201%2022.32-22.32Zm175.92%2010.63c7.31-54.53%204-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91%201.15l171%20171c.4-2.78.78-5.43%201.12-7.94M35.43%20312.37c-7.31%2054.53-4%20120.26%2020%20144.21C72.17%20473.33%20109.34%20480%20148.84%20480a387%20387%200%200%200%2050.79-3.43c2.51-.34%205.16-.72%207.91-1.15l-171-171c-.39%202.79-.77%205.44-1.11%207.95%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%22M122.06%20122.06c-44.37%2044.37-66.71%20100.61-78%20145.28l200.6%20200.56c44.67-11.25%20100.91-33.59%20145.28-78s66.71-100.61%2078-145.28L267.34%2044.1c-44.67%2011.25-100.91%2033.59-145.28%2077.96M300.65%20189L323%20166.71A15.78%2015.78%200%200%201%20345.29%20189L323%20211.35l11.16%2011.17a15.78%2015.78%200%200%201-22.32%2022.32l-11.16-11.16L278.32%20256l11.16%2011.16a15.78%2015.78%200%201%201-22.32%2022.32L256%20278.32l-22.32%2022.33l11.16%2011.16a15.78%2015.78%200%201%201-22.32%2022.32L211.35%20323L189%20345.29A15.78%2015.78%200%200%201%20166.71%20323L189%20300.65l-11.16-11.17a15.78%2015.78%200%200%201%2022.32-22.32l11.16%2011.16L233.68%20256l-11.16-11.16a15.78%2015.78%200%201%201%2022.32-22.32L256%20233.68l22.32-22.33l-11.16-11.16a15.78%2015.78%200%200%201%2022.32-22.32Zm175.92%2010.63c7.31-54.53%204-120.26-20-144.21s-89.68-27.3-144.21-20c-2.51.34-5.16.72-7.91%201.15l171%20171c.4-2.78.78-5.43%201.12-7.94M35.43%20312.37c-7.31%2054.53-4%20120.26%2020%20144.21C72.17%20473.33%20109.34%20480%20148.84%20480a387%20387%200%200%200%2050.79-3.43c2.51-.34%205.16-.72%207.91-1.15l-171-171c-.39%202.79-.77%205.44-1.11%207.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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