Icons

Ionicons Ios Americanfootball Outline Icon

The Ionicons Ios Americanfootball Outline icon uses uses stroked lines with no fill — clean, legible, and versatile at any size. Compare it against similar icons in 27 other libraries on IconStash, adjust stroke width, change colors with a hex picker, and export at any size.

Interactive Customizer

1.5px
128px

About this icon

Use the Ios Americanfootball Outline icon

Icons in the outline style — like Ios Americanfootball Outline — are designed for app navigation bars, toolbar buttons, form labels, and UI controls where clarity at 16–24px is critical. Use it across general-purpose product UIs, design systems, component libraries, web applications, and marketing sites for a consistent, professional look.

IconStash's editor lets you fine-tune color, size, and stroke width in real time, then export in the format that fits your workflow: SVG, PNG, JSX, or CSS background-mask.

Export formats

Copy clean SVG vectors with one click, generate custom-size PNG files from 16px to 512px, export JSX/React components ready to paste into your project, or use the icon as a CSS background-mask for flexible theming.

All exports are based on the same editable vector — so the Ios Americanfootball Outline icon stays pixel-perfect at 16px, 24px, 48px, and any large marketing size.

Design & UX integration

Aesthetic characteristics

Ionicons ships Ios Americanfootball Outline in Outline, Filled and Sharp variants. Sharp drops the rounded corners for a more angular look, which makes the set unusually flexible — the same icon can read as approachable or as technical depending on which variant you pick.

UX best practices

As a general interface glyph, the Ios Americanfootball Outline icon does its job best between 16px and 24px, sitting next to a text label. Icon-only treatments work for a small set of universally understood actions, but comprehension falls off quickly once the action is specific to your product — so when in doubt, add the word.

Use in your project

React / npm — Ionicons

npm install @ionic/react ionicons

import { IonIcon } from '@ionic/react';
import { iosamericanfootballoutline } from 'ionicons/icons';

// JSX usage:
<IonIcon icon={iosamericanfootballoutline} style={{ fontSize: '24px' }} />

Copy the SVG markup directly from the IconStash editor to use the Ios Americanfootball Outline icon without any npm package — paste it into HTML, JSX, or a design tool.

Inline SVG (copy & paste)

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="ios-americanfootball-outline icon"><path d="M378.605 133.395C305.902 60.691 189.38 47.998 116.85 48c-38.926.001-65.191 3.658-65.191 3.658s-29.984 215.227 81.736 326.947C206.099 451.309 322.617 464 395.149 464c38.926 0 65.192-3.658 65.192-3.658s29.985-215.226-81.736-326.947zM65.142 65.208C76.137 64.194 94.374 63 116.856 63H117l-.068-.071c27.167 0 53.167 1.754 77.792 5.22L68.124 194.73a515.877 515.877 0 0 1-2.64-22.246c-4.586-47.435-2.086-88.228-.342-107.276zM143.9 368.102c-23.85-23.852-42.793-54.938-56.304-92.396-6.973-19.332-12.51-40.373-16.57-62.866L212.838 71.05c10.672 1.929 21.064 4.191 31.141 6.804 52.027 13.492 93.783 35.708 124.139 66.064 23.851 23.85 42.786 54.928 56.297 92.386 6.974 19.333 12.509 40.375 16.567 62.871L299.17 440.986c-10.66-1.93-21.041-4.191-31.104-6.801-52.03-13.489-93.806-35.726-124.166-66.083zm302.961 78.766c-10.994 1.012-29.23 2.275-51.71 2.275-27.192 0-53.225-1.77-77.876-5.25l126.607-126.607a516.862 516.862 0 0 1 2.638 22.233c4.588 47.437 2.086 88.298.341 107.349z" fill="currentColor"/><path d="M307.304 317.847l22.625 22.632-28.654 28.652 11.315 11.314 67.881-67.881-11.314-11.314-28.721 28.721-22.625-22.631 28.716-28.717-11.313-11.313-28.715 28.714-22.633-22.638 28.702-28.702-11.313-11.314-28.7 28.7-22.626-22.631 28.697-28.697-11.314-11.313-28.694 28.695-22.631-22.637 28.687-28.687-11.313-11.313-28.685 28.685-22.624-22.63 28.682-28.682-11.313-11.313-67.883 67.882 11.314 11.314 28.693-28.694 22.624 22.63-28.691 28.691 11.313 11.313 28.689-28.689 22.63 22.637-28.678 28.679 11.313 11.313 28.677-28.677 22.626 22.631-28.674 28.674 11.314 11.313 28.671-28.671 22.633 22.638-28.66 28.66 11.314 11.314z" fill="currentColor"/></svg>

Library & related icons

About Ionicons

Beautifully crafted open-source icons built for Ionic Framework. 2,600+ icons in Outline, Filled, and Sharp variants — works in any web framework.

  • Total icons: 2,607+
  • Style: multi-style
  • License: MIT
  • npm package: ionicons
Browse all 2,607 Ionicons icons →

People also search for

Frequently asked questions

What is the Ios Americanfootball Outline icon?

The Ios Americanfootball Outline icon is a outline-style SVG icon from the Ionicons library, categorized under Interface. It is designed for use in general-purpose product UIs, design systems, component libraries, web applications, and marketing sites. On IconStash you can preview it, customize its color and size, and export it in SVG, PNG, JSX, or CSS formats directly from your browser.

Is the Ios Americanfootball Outline icon free to use?

Yes. Ionicons is licensed under MIT, making it free for personal and commercial use. This means you can freely use the Ios Americanfootball Outline icon in personal, commercial, and open-source projects. IconStash provides SVG and PNG access at no cost with no login required.

How do I use the Ios Americanfootball Outline icon in React?

Install the package with `npm install ionicons`, then import the component into your React file. IconStash's detail panel shows you the exact npm command, import statement, and JSX usage snippet for every icon — just click the Code tab and copy with one click.

What is the Ionicons icon library?

Beautifully crafted open-source icons built for Ionic Framework. 2,600+ icons in Outline, Filled, and Sharp variants — works in any web framework. It contains 2,607+ icons. IconStash indexes the complete Ionicons collection alongside 27 other open-source libraries — 134,701 icons total — in a single unified search interface.

Can I download the Ios Americanfootball Outline icon as a PNG?

Yes. Open the Ios Americanfootball Outline icon in IconStash, set your desired pixel size (16px to 512px) in the detail panel, and click Download PNG. You can also export a multi-resolution ZIP pack containing 16, 24, 32, 48, 64, 128, 256, and 512px PNGs with a single click.

What does the outline icon style mean?

An icon in outline style uses stroked lines with no fill — clean, legible, and versatile at any size. This style is best suited for app navigation bars, toolbar buttons, form labels, and UI controls where clarity at 16–24px is critical. The Ionicons Ios Americanfootball Outline icon follows this visual convention throughout the Ionicons design system.

Can I change the Ios Americanfootball Outline icon's color and size before downloading?

Yes. In IconStash's editor panel, choose from six color presets (blue, slate, green, purple, red, teal) or enter a custom hex value. Drag the size slider (16–256px) or type an exact pixel value up to 512px. Changes apply instantly to the SVG preview, the PNG output, and the copied code.