baseball icon
baseball from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- baseball
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
baseballBoxIcons v2baseballBoxIcons v2 SolidbaseballEmoji One (Colored)baseballElement PlusbaseballFont Awesome 6 SolidbaseballFluent EmojibaseballFluent Emoji FlatbaseballFluent Emoji High ContrastbaseballFirefox OS EmojibaseballHuge IconsbaseballIconParkbaseballIconPark OutlinebaseballIonIconsbaseballJam IconsbaseballLucide LabbaseballMaterial Design Iconsbaseball-fillMingCute IconbaseballMyna UI IconsbaseballNoto EmojibaseballOpenMojibaseballPhosphorbaseball-fillRemix IconbaseballStreamline EmojisbaseballTwitter Emoji
Related icons in Font Awesome Solid
Use the baseball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296.4 65.1C174.2 76.5 76.9 173.8 65.5 296c16.2-.1 32-1.8 47.2-5c13-2.7 25.7 5.5 28.4 18.5s-5.5 25.7-18.5 28.4c-18.4 3.9-37.6 6-57.1 6.1c11.4 122.2 108.7 219.5 230.9 230.9c.1-19.5 2.2-38.7 6.1-57.1c2.7-13 15.5-21.3 28.4-18.5s21.3 15.5 18.5 28.4c-3.2 15.2-4.9 31-5 47.2C466.6 563.5 563.9 466.2 575.3 344c-16.2.1-32 1.8-47.2 5c-13 2.7-25.7-5.5-28.4-18.5s5.5-25.7 18.5-28.4c18.4-3.9 37.6-6 57.1-6.1C563.9 173.8 466.6 76.5 344.4 65.1c-.1 19.5-2.2 38.7-6.1 57.1c-2.7 13-15.5 21.3-28.4 18.5s-21.3-15.5-18.5-28.4c3.2-15.2 4.9-31 5-47.2m2.8 151.4c-21.4 32.9-49.5 60.9-82.3 82.3c-11.1 7.2-26 4.1-33.2-7s-4.1-26 7-33.2c27.2-17.7 50.5-41 68.3-68.3c7.2-11.1 22.1-14.3 33.2-7s14.3 22.1 7 33.2m157.9 131.7c7.2 11.1 4.1 26-7 33.2c-27.2 17.7-50.5 41-68.3 68.3c-7.2 11.1-22.1 14.3-33.2 7s-14.3-22.1-7-33.2c21.4-32.9 49.5-60.9 82.3-82.3c11.1-7.2 26-4.1 33.2 7"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBaseball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296.4 65.1C174.2 76.5 76.9 173.8 65.5 296c16.2-.1 32-1.8 47.2-5c13-2.7 25.7 5.5 28.4 18.5s-5.5 25.7-18.5 28.4c-18.4 3.9-37.6 6-57.1 6.1c11.4 122.2 108.7 219.5 230.9 230.9c.1-19.5 2.2-38.7 6.1-57.1c2.7-13 15.5-21.3 28.4-18.5s21.3 15.5 18.5 28.4c-3.2 15.2-4.9 31-5 47.2C466.6 563.5 563.9 466.2 575.3 344c-16.2.1-32 1.8-47.2 5c-13 2.7-25.7-5.5-28.4-18.5s5.5-25.7 18.5-28.4c18.4-3.9 37.6-6 57.1-6.1C563.9 173.8 466.6 76.5 344.4 65.1c-.1 19.5-2.2 38.7-6.1 57.1c-2.7 13-15.5 21.3-28.4 18.5s-21.3-15.5-18.5-28.4c3.2-15.2 4.9-31 5-47.2m2.8 151.4c-21.4 32.9-49.5 60.9-82.3 82.3c-11.1 7.2-26 4.1-33.2-7s-4.1-26 7-33.2c27.2-17.7 50.5-41 68.3-68.3c7.2-11.1 22.1-14.3 33.2-7s14.3 22.1 7 33.2m157.9 131.7c7.2 11.1 4.1 26-7 33.2c-27.2 17.7-50.5 41-68.3 68.3c-7.2 11.1-22.1 14.3-33.2 7s-14.3-22.1-7-33.2c21.4-32.9 49.5-60.9 82.3-82.3c11.1-7.2 26-4.1 33.2 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M296.4 65.1C174.2 76.5 76.9 173.8 65.5 296c16.2-.1 32-1.8 47.2-5c13-2.7 25.7 5.5 28.4 18.5s-5.5 25.7-18.5 28.4c-18.4 3.9-37.6 6-57.1 6.1c11.4 122.2 108.7 219.5 230.9 230.9c.1-19.5 2.2-38.7 6.1-57.1c2.7-13 15.5-21.3 28.4-18.5s21.3 15.5 18.5 28.4c-3.2 15.2-4.9 31-5 47.2C466.6 563.5 563.9 466.2 575.3 344c-16.2.1-32 1.8-47.2 5c-13 2.7-25.7-5.5-28.4-18.5s5.5-25.7 18.5-28.4c18.4-3.9 37.6-6 57.1-6.1C563.9 173.8 466.6 76.5 344.4 65.1c-.1 19.5-2.2 38.7-6.1 57.1c-2.7 13-15.5 21.3-28.4 18.5s-21.3-15.5-18.5-28.4c3.2-15.2 4.9-31 5-47.2m2.8 151.4c-21.4 32.9-49.5 60.9-82.3 82.3c-11.1 7.2-26 4.1-33.2-7s-4.1-26 7-33.2c27.2-17.7 50.5-41 68.3-68.3c7.2-11.1 22.1-14.3 33.2-7s14.3 22.1 7 33.2m157.9 131.7c7.2 11.1 4.1 26-7 33.2c-27.2 17.7-50.5 41-68.3 68.3c-7.2 11.1-22.1 14.3-33.2 7s-14.3-22.1-7-33.2c21.4-32.9 49.5-60.9 82.3-82.3c11.1-7.2 26-4.1 33.2 7"/></svg> </template>
CSS
.icon-baseball {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296.4%2065.1C174.2%2076.5%2076.9%20173.8%2065.5%20296c16.2-.1%2032-1.8%2047.2-5c13-2.7%2025.7%205.5%2028.4%2018.5s-5.5%2025.7-18.5%2028.4c-18.4%203.9-37.6%206-57.1%206.1c11.4%20122.2%20108.7%20219.5%20230.9%20230.9c.1-19.5%202.2-38.7%206.1-57.1c2.7-13%2015.5-21.3%2028.4-18.5s21.3%2015.5%2018.5%2028.4c-3.2%2015.2-4.9%2031-5%2047.2C466.6%20563.5%20563.9%20466.2%20575.3%20344c-16.2.1-32%201.8-47.2%205c-13%202.7-25.7-5.5-28.4-18.5s5.5-25.7%2018.5-28.4c18.4-3.9%2037.6-6%2057.1-6.1C563.9%20173.8%20466.6%2076.5%20344.4%2065.1c-.1%2019.5-2.2%2038.7-6.1%2057.1c-2.7%2013-15.5%2021.3-28.4%2018.5s-21.3-15.5-18.5-28.4c3.2-15.2%204.9-31%205-47.2m2.8%20151.4c-21.4%2032.9-49.5%2060.9-82.3%2082.3c-11.1%207.2-26%204.1-33.2-7s-4.1-26%207-33.2c27.2-17.7%2050.5-41%2068.3-68.3c7.2-11.1%2022.1-14.3%2033.2-7s14.3%2022.1%207%2033.2m157.9%20131.7c7.2%2011.1%204.1%2026-7%2033.2c-27.2%2017.7-50.5%2041-68.3%2068.3c-7.2%2011.1-22.1%2014.3-33.2%207s-14.3-22.1-7-33.2c21.4-32.9%2049.5-60.9%2082.3-82.3c11.1-7.2%2026-4.1%2033.2%207%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M296.4%2065.1C174.2%2076.5%2076.9%20173.8%2065.5%20296c16.2-.1%2032-1.8%2047.2-5c13-2.7%2025.7%205.5%2028.4%2018.5s-5.5%2025.7-18.5%2028.4c-18.4%203.9-37.6%206-57.1%206.1c11.4%20122.2%20108.7%20219.5%20230.9%20230.9c.1-19.5%202.2-38.7%206.1-57.1c2.7-13%2015.5-21.3%2028.4-18.5s21.3%2015.5%2018.5%2028.4c-3.2%2015.2-4.9%2031-5%2047.2C466.6%20563.5%20563.9%20466.2%20575.3%20344c-16.2.1-32%201.8-47.2%205c-13%202.7-25.7-5.5-28.4-18.5s5.5-25.7%2018.5-28.4c18.4-3.9%2037.6-6%2057.1-6.1C563.9%20173.8%20466.6%2076.5%20344.4%2065.1c-.1%2019.5-2.2%2038.7-6.1%2057.1c-2.7%2013-15.5%2021.3-28.4%2018.5s-21.3-15.5-18.5-28.4c3.2-15.2%204.9-31%205-47.2m2.8%20151.4c-21.4%2032.9-49.5%2060.9-82.3%2082.3c-11.1%207.2-26%204.1-33.2-7s-4.1-26%207-33.2c27.2-17.7%2050.5-41%2068.3-68.3c7.2-11.1%2022.1-14.3%2033.2-7s14.3%2022.1%207%2033.2m157.9%20131.7c7.2%2011.1%204.1%2026-7%2033.2c-27.2%2017.7-50.5%2041-68.3%2068.3c-7.2%2011.1-22.1%2014.3-33.2%207s-14.3-22.1-7-33.2c21.4-32.9%2049.5-60.9%2082.3-82.3c11.1-7.2%2026-4.1%2033.2%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/baseball.svg?color=%231a73e8&size=48