Ionicons Baseball Sharp Icon
The Baseball Sharp icon is part of the Ionicons collection — 2,607+ professional icons for general-purpose product UIs, design systems, component libraries, web applications, and marketing sites. On IconStash, you can preview, customize, compare across libraries, and download in SVG, PNG, JSX, or CSS format.
Interactive Customizer
About this icon
Use the Baseball Sharp icon
The Baseball Sharp icon (Ionicons) is categorized under Interface. Its solid style is optimal for interface components and product UI and scales cleanly from 16px to 512px.
Use the IconStash detail panel to preview with a custom background, adjust stroke width, and generate production-ready SVG or PNG files without any external tools.
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 Baseball Sharp icon stays pixel-perfect at 16px, 24px, 48px, and any large marketing size.
Design & UX integration
Aesthetic characteristics
Ionicons ships Baseball Sharp 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 Baseball Sharp 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 { baseballsharp } from 'ionicons/icons';
// JSX usage:
<IonIcon icon={baseballsharp} style={{ fontSize: '24px' }} />
Copy the SVG markup directly from the IconStash editor to use the Baseball Sharp 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="baseball-sharp icon"><path fill="currentColor" d="M302.16 56.2a13.88 13.88 0 0 1-3.42 8.91l-.11 5.13l-27.71-.57c0 1.3.09 2.61.16 3.91a177 177 0 0 0 3.45 26.31l24.72-7.18l7.81 26.88l-24.71 7.18a177 177 0 0 0 13.34 27.69l21.27-15l16.16 22.86l-21.29 15.05q5.25 6.33 11.11 12.19c3.91 3.91 8 7.6 12.2 11.1l15.71-22.22l22.86 16.16L358 216.75a179 179 0 0 0 27.68 13.32l7.49-25.8l26.89 7.81l-7.5 25.83a178 178 0 0 0 31 3.67l-.41-24.67l17.41-.29A208 208 0 0 0 301.82 52.93a13.7 13.7 0 0 1 .34 3.27M214 441.64l27.91.49a177.5 177.5 0 0 0-3.62-29.95l-24.14 7l-7.81-26.88l24.11-7a178 178 0 0 0-13.33-27.68L196.79 372l-16.16-22.86L201 334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91 19.68L141 314.93l13.9-19.66a177 177 0 0 0-27.7-13.33l-6.37 21.94l-26.89-7.81l6.38-22a177 177 0 0 0-26.32-3.4c-1.59-.09-3.18-.16-4.78-.2l.4 22.34l-17.71.32a207.88 207.88 0 0 0 161.81 166.48Z"/><path fill="currentColor" d="m444.65 302.67l-.55-33.06a206 206 0 0 1-39.33-4.74L397 291.8l-26.94-7.8l7.83-27a207 207 0 0 1-36.06-17.35l-16.36 23.15l-22.86-16.16l16.33-23.11a204.2 204.2 0 0 1-30-30l-22.19 15.67l-16.16-22.87l22.17-15.67a206 206 0 0 1-17.38-36.06l-25.75 7.48l-7.81-26.89l25.73-7.47q-2-9.21-3.18-18.64h-.47l-.78-14l-.33-6l-17.94-.32a13 13 0 0 1-1.79-.16l-6.35-.13l.06-2.47a14 14 0 0 1-5.66-11.49a13 13 0 0 1 .13-1.67A208 208 0 0 0 52.16 217.43l16.1-.28l.45 25.18l6.83.38l14 .77v.48q9.42 1.17 18.64 3.18l6.68-23L141.7 232l-6.7 23a205.3 205.3 0 0 1 36.06 17.38l14.53-20.56L208.47 268L194 288.5a203.5 203.5 0 0 1 30 30l21.3-15l16.16 22.86l-21.36 15.05a207 207 0 0 1 17.34 36.06l25.27-7.33l7.81 26.86l-25.24 7.33a206 206 0 0 1 4.72 38.3l29.42.53l-.29 16.48a207.94 207.94 0 0 0 160-157.21Z"/></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.
Browse all 2,607 Ionicons icons →Related searches
People also search for
Frequently asked questions
What is the Baseball Sharp icon?
The Baseball Sharp icon is a solid-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 Baseball Sharp 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 Baseball Sharp 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 Baseball Sharp 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 Baseball Sharp icon as a PNG?
Yes. Open the Baseball Sharp 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 solid icon style mean?
An icon in solid style uses a clean SVG vector format. This style is best suited for interface components. The Ionicons Baseball Sharp icon follows this visual convention throughout the Ionicons design system.
Can I change the Baseball Sharp 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.