baseball from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
baseball
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the baseball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M62.7 223.4q-7.2.6-14.7.6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48q0 7.35-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7.7-11.5.7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6.2-17.3.7c-8.8.7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6q7.2-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9c-16.5 111-104.4 198.9-215.4 215.3c-3.9-14.4-5.9-29.6-5.9-45.2q0-7.35.6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7.1-5.6.1C114.6 512 0 397.4 0 256c0-1.9 0-3.7.1-5.6c15.3 3.7 31.4 5.6 47.9 5.6c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zm58.6-15.4c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7m277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5.2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBaseball(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="M62.7 223.4q-7.2.6-14.7.6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48q0 7.35-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7.7-11.5.7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6.2-17.3.7c-8.8.7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6q7.2-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9c-16.5 111-104.4 198.9-215.4 215.3c-3.9-14.4-5.9-29.6-5.9-45.2q0-7.35.6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7.1-5.6.1C114.6 512 0 397.4 0 256c0-1.9 0-3.7.1-5.6c15.3 3.7 31.4 5.6 47.9 5.6c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zm58.6-15.4c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7m277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5.2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M62.7 223.4q-7.2.6-14.7.6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48q0 7.35-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7.7-11.5.7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6.2-17.3.7c-8.8.7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6q7.2-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9c-16.5 111-104.4 198.9-215.4 215.3c-3.9-14.4-5.9-29.6-5.9-45.2q0-7.35.6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7.1-5.6.1C114.6 512 0 397.4 0 256c0-1.9 0-3.7.1-5.6c15.3 3.7 31.4 5.6 47.9 5.6c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zm58.6-15.4c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7m277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5.2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62.7%20223.4q-7.2.6-14.7.6c-15.6%200-30.8-2-45.2-5.9C19.2%20107.1%20107.1%2019.2%20218.1%202.8C222%2017.2%20224%2032.4%20224%2048q0%207.35-.6%2014.7c-.7%208.8%205.8%2016.5%2014.6%2017.3s16.5-5.8%2017.3-14.6c.5-5.7.7-11.5.7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8%200%203.7-.1%205.6-.1C397.4%200%20512%20114.6%20512%20256c0%201.9%200%203.7-.1%205.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8%200-11.6.2-17.3.7c-8.8.7-15.4%208.5-14.6%2017.3s8.5%2015.4%2017.3%2014.6q7.2-.6%2014.7-.6c15.6%200%2030.8%202%2045.2%205.9c-16.5%20111-104.4%20198.9-215.4%20215.3c-3.9-14.4-5.9-29.6-5.9-45.2q0-7.35.6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5%205.8-17.3%2014.6c-.5%205.7-.7%2011.5-.7%2017.3c0%2016.5%201.9%2032.6%205.6%2047.9c-1.8%200-3.7.1-5.6.1C114.6%20512%200%20397.4%200%20256c0-1.9%200-3.7.1-5.6c15.3%203.7%2031.4%205.6%2047.9%205.6c5.8%200%2011.6-.2%2017.3-.7c8.8-.7%2015.4-8.5%2014.6-17.3s-8.5-15.4-17.3-14.6zm58.6-15.4c-8%203.7-11.6%2013.2-7.9%2021.2s13.2%2011.6%2021.2%207.9c45.2-20.8%2081.7-57.2%20102.5-102.5c3.7-8%20.2-17.5-7.9-21.2s-17.5-.2-21.2%207.9c-17.6%2038.3-48.5%2069.2-86.7%2086.7m277.2%2074.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2%2020.8-81.7%2057.2-102.5%20102.5c-3.7%208-.2%2017.5%207.9%2021.2s17.5.2%2021.2-7.9c17.6-38.3%2048.5-69.2%2086.7-86.7c8-3.7%2011.6-13.2%207.9-21.2%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%22M62.7%20223.4q-7.2.6-14.7.6c-15.6%200-30.8-2-45.2-5.9C19.2%20107.1%20107.1%2019.2%20218.1%202.8C222%2017.2%20224%2032.4%20224%2048q0%207.35-.6%2014.7c-.7%208.8%205.8%2016.5%2014.6%2017.3s16.5-5.8%2017.3-14.6c.5-5.7.7-11.5.7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8%200%203.7-.1%205.6-.1C397.4%200%20512%20114.6%20512%20256c0%201.9%200%203.7-.1%205.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8%200-11.6.2-17.3.7c-8.8.7-15.4%208.5-14.6%2017.3s8.5%2015.4%2017.3%2014.6q7.2-.6%2014.7-.6c15.6%200%2030.8%202%2045.2%205.9c-16.5%20111-104.4%20198.9-215.4%20215.3c-3.9-14.4-5.9-29.6-5.9-45.2q0-7.35.6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5%205.8-17.3%2014.6c-.5%205.7-.7%2011.5-.7%2017.3c0%2016.5%201.9%2032.6%205.6%2047.9c-1.8%200-3.7.1-5.6.1C114.6%20512%200%20397.4%200%20256c0-1.9%200-3.7.1-5.6c15.3%203.7%2031.4%205.6%2047.9%205.6c5.8%200%2011.6-.2%2017.3-.7c8.8-.7%2015.4-8.5%2014.6-17.3s-8.5-15.4-17.3-14.6zm58.6-15.4c-8%203.7-11.6%2013.2-7.9%2021.2s13.2%2011.6%2021.2%207.9c45.2-20.8%2081.7-57.2%20102.5-102.5c3.7-8%20.2-17.5-7.9-21.2s-17.5-.2-21.2%207.9c-17.6%2038.3-48.5%2069.2-86.7%2086.7m277.2%2074.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2%2020.8-81.7%2057.2-102.5%20102.5c-3.7%208-.2%2017.5%207.9%2021.2s17.5.2%2021.2-7.9c17.6-38.3%2048.5-69.2%2086.7-86.7c8-3.7%2011.6-13.2%207.9-21.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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