american football icon

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

Name
american-football-sharp
Set
IonIcons
Style
Sharp
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="M120.9 120.51c-44.75 44.56-67.29 101.05-78.64 145.9l202.31 201.44c45.05-11.3 101.78-33.74 146.53-78.3s67.29-101.05 78.64-145.91L267.43 42.21C222.38 53.51 165.65 76 120.9 120.51m214 33.63l22.52 22.42l-33.78 33.63l22.52 22.42L323.55 255L301 232.61L278.52 255L301 277.45l-22.51 22.42L256 277.45l-22.52 22.42L256 322.29l-22.52 22.42L211 322.29l-33.78 33.63l-22.55-22.42l33.78-33.63l-22.52-22.42L188.45 255L211 277.45L233.48 255L211 232.61l22.51-22.42L256 232.61l22.52-22.42L256 187.77l22.52-22.42L301 187.77Zm143.58 44.27C485.85 143.65 464 48.05 464 48.05s-96.14-21.88-151.14-14.54c-2.54.33-5.21.72-8 1.14l172.47 171.71c.43-2.76.81-5.42 1.15-7.95M33.52 311.65C26.15 366.41 48.05 464 48.05 464s60 16 99.86 16a392 392 0 0 0 51.23-3.45c2.54-.33 5.21-.72 8-1.15L34.67 303.7c-.43 2.76-.81 5.42-1.15 7.95"/></svg>

React

import type { SVGProps } from "react";

export function IonAmericanFootballSharp(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="M120.9 120.51c-44.75 44.56-67.29 101.05-78.64 145.9l202.31 201.44c45.05-11.3 101.78-33.74 146.53-78.3s67.29-101.05 78.64-145.91L267.43 42.21C222.38 53.51 165.65 76 120.9 120.51m214 33.63l22.52 22.42l-33.78 33.63l22.52 22.42L323.55 255L301 232.61L278.52 255L301 277.45l-22.51 22.42L256 277.45l-22.52 22.42L256 322.29l-22.52 22.42L211 322.29l-33.78 33.63l-22.55-22.42l33.78-33.63l-22.52-22.42L188.45 255L211 277.45L233.48 255L211 232.61l22.51-22.42L256 232.61l22.52-22.42L256 187.77l22.52-22.42L301 187.77Zm143.58 44.27C485.85 143.65 464 48.05 464 48.05s-96.14-21.88-151.14-14.54c-2.54.33-5.21.72-8 1.14l172.47 171.71c.43-2.76.81-5.42 1.15-7.95M33.52 311.65C26.15 366.41 48.05 464 48.05 464s60 16 99.86 16a392 392 0 0 0 51.23-3.45c2.54-.33 5.21-.72 8-1.15L34.67 303.7c-.43 2.76-.81 5.42-1.15 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="M120.9 120.51c-44.75 44.56-67.29 101.05-78.64 145.9l202.31 201.44c45.05-11.3 101.78-33.74 146.53-78.3s67.29-101.05 78.64-145.91L267.43 42.21C222.38 53.51 165.65 76 120.9 120.51m214 33.63l22.52 22.42l-33.78 33.63l22.52 22.42L323.55 255L301 232.61L278.52 255L301 277.45l-22.51 22.42L256 277.45l-22.52 22.42L256 322.29l-22.52 22.42L211 322.29l-33.78 33.63l-22.55-22.42l33.78-33.63l-22.52-22.42L188.45 255L211 277.45L233.48 255L211 232.61l22.51-22.42L256 232.61l22.52-22.42L256 187.77l22.52-22.42L301 187.77Zm143.58 44.27C485.85 143.65 464 48.05 464 48.05s-96.14-21.88-151.14-14.54c-2.54.33-5.21.72-8 1.14l172.47 171.71c.43-2.76.81-5.42 1.15-7.95M33.52 311.65C26.15 366.41 48.05 464 48.05 464s60 16 99.86 16a392 392 0 0 0 51.23-3.45c2.54-.33 5.21-.72 8-1.15L34.67 303.7c-.43 2.76-.81 5.42-1.15 7.95"/></svg>
</template>

CSS

.icon-american-football-sharp {
  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%22M120.9%20120.51c-44.75%2044.56-67.29%20101.05-78.64%20145.9l202.31%20201.44c45.05-11.3%20101.78-33.74%20146.53-78.3s67.29-101.05%2078.64-145.91L267.43%2042.21C222.38%2053.51%20165.65%2076%20120.9%20120.51m214%2033.63l22.52%2022.42l-33.78%2033.63l22.52%2022.42L323.55%20255L301%20232.61L278.52%20255L301%20277.45l-22.51%2022.42L256%20277.45l-22.52%2022.42L256%20322.29l-22.52%2022.42L211%20322.29l-33.78%2033.63l-22.55-22.42l33.78-33.63l-22.52-22.42L188.45%20255L211%20277.45L233.48%20255L211%20232.61l22.51-22.42L256%20232.61l22.52-22.42L256%20187.77l22.52-22.42L301%20187.77Zm143.58%2044.27C485.85%20143.65%20464%2048.05%20464%2048.05s-96.14-21.88-151.14-14.54c-2.54.33-5.21.72-8%201.14l172.47%20171.71c.43-2.76.81-5.42%201.15-7.95M33.52%20311.65C26.15%20366.41%2048.05%20464%2048.05%20464s60%2016%2099.86%2016a392%20392%200%200%200%2051.23-3.45c2.54-.33%205.21-.72%208-1.15L34.67%20303.7c-.43%202.76-.81%205.42-1.15%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%22M120.9%20120.51c-44.75%2044.56-67.29%20101.05-78.64%20145.9l202.31%20201.44c45.05-11.3%20101.78-33.74%20146.53-78.3s67.29-101.05%2078.64-145.91L267.43%2042.21C222.38%2053.51%20165.65%2076%20120.9%20120.51m214%2033.63l22.52%2022.42l-33.78%2033.63l22.52%2022.42L323.55%20255L301%20232.61L278.52%20255L301%20277.45l-22.51%2022.42L256%20277.45l-22.52%2022.42L256%20322.29l-22.52%2022.42L211%20322.29l-33.78%2033.63l-22.55-22.42l33.78-33.63l-22.52-22.42L188.45%20255L211%20277.45L233.48%20255L211%20232.61l22.51-22.42L256%20232.61l22.52-22.42L256%20187.77l22.52-22.42L301%20187.77Zm143.58%2044.27C485.85%20143.65%20464%2048.05%20464%2048.05s-96.14-21.88-151.14-14.54c-2.54.33-5.21.72-8%201.14l172.47%20171.71c.43-2.76.81-5.42%201.15-7.95M33.52%20311.65C26.15%20366.41%2048.05%20464%2048.05%20464s60%2016%2099.86%2016a392%20392%200%200%200%2051.23-3.45c2.54-.33%205.21-.72%208-1.15L34.67%20303.7c-.43%202.76-.81%205.42-1.15%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-sharp.svg?color=%231a73e8&size=48

American Football sharp icon — IonIcons · IconsDB