baseball bat ball icon

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

Name
baseball-bat-ball
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the baseball bat ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M496.1 608c-44.2 0-80-35.8-80-80s35.8-80 80-80s80 35.8 80 80s-35.8 80-80 80m8.4-576c15.1 0 29.7 5.8 40.7 16.2L592.4 93c12.6 12 19.1 29 17.5 46.3c-1.2 13.3-7 25.8-16.5 35.2L395.1 373c-7.3 7.3-15.7 13.4-25 18L238 457a96.4 96.4 0 0 0-25 18l-92 92l1.7 1.8c7.7 9.4 7.1 23.3-1.7 32.1s-22.7 9.3-32.1 1.7l-1.8-1.7l-48-48l-1.7-1.8c-7.7-9.4-7.1-23.3 1.7-32.1s22.7-9.3 32.1-1.7L73 519l92-92c7.3-7.3 13.4-15.7 18-25l66.1-132.1c4.6-9.2 10.7-17.7 18-25L462.8 49.3A58.97 58.97 0 0 1 504.5 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBaseballBatBall(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="M496.1 608c-44.2 0-80-35.8-80-80s35.8-80 80-80s80 35.8 80 80s-35.8 80-80 80m8.4-576c15.1 0 29.7 5.8 40.7 16.2L592.4 93c12.6 12 19.1 29 17.5 46.3c-1.2 13.3-7 25.8-16.5 35.2L395.1 373c-7.3 7.3-15.7 13.4-25 18L238 457a96.4 96.4 0 0 0-25 18l-92 92l1.7 1.8c7.7 9.4 7.1 23.3-1.7 32.1s-22.7 9.3-32.1 1.7l-1.8-1.7l-48-48l-1.7-1.8c-7.7-9.4-7.1-23.3 1.7-32.1s22.7-9.3 32.1-1.7L73 519l92-92c7.3-7.3 13.4-15.7 18-25l66.1-132.1c4.6-9.2 10.7-17.7 18-25L462.8 49.3A58.97 58.97 0 0 1 504.5 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M496.1 608c-44.2 0-80-35.8-80-80s35.8-80 80-80s80 35.8 80 80s-35.8 80-80 80m8.4-576c15.1 0 29.7 5.8 40.7 16.2L592.4 93c12.6 12 19.1 29 17.5 46.3c-1.2 13.3-7 25.8-16.5 35.2L395.1 373c-7.3 7.3-15.7 13.4-25 18L238 457a96.4 96.4 0 0 0-25 18l-92 92l1.7 1.8c7.7 9.4 7.1 23.3-1.7 32.1s-22.7 9.3-32.1 1.7l-1.8-1.7l-48-48l-1.7-1.8c-7.7-9.4-7.1-23.3 1.7-32.1s22.7-9.3 32.1-1.7L73 519l92-92c7.3-7.3 13.4-15.7 18-25l66.1-132.1c4.6-9.2 10.7-17.7 18-25L462.8 49.3A58.97 58.97 0 0 1 504.5 32"/></svg>
</template>

CSS

.icon-baseball-bat-ball {
  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%22M496.1%20608c-44.2%200-80-35.8-80-80s35.8-80%2080-80s80%2035.8%2080%2080s-35.8%2080-80%2080m8.4-576c15.1%200%2029.7%205.8%2040.7%2016.2L592.4%2093c12.6%2012%2019.1%2029%2017.5%2046.3c-1.2%2013.3-7%2025.8-16.5%2035.2L395.1%20373c-7.3%207.3-15.7%2013.4-25%2018L238%20457a96.4%2096.4%200%200%200-25%2018l-92%2092l1.7%201.8c7.7%209.4%207.1%2023.3-1.7%2032.1s-22.7%209.3-32.1%201.7l-1.8-1.7l-48-48l-1.7-1.8c-7.7-9.4-7.1-23.3%201.7-32.1s22.7-9.3%2032.1-1.7L73%20519l92-92c7.3-7.3%2013.4-15.7%2018-25l66.1-132.1c4.6-9.2%2010.7-17.7%2018-25L462.8%2049.3A58.97%2058.97%200%200%201%20504.5%2032%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%22M496.1%20608c-44.2%200-80-35.8-80-80s35.8-80%2080-80s80%2035.8%2080%2080s-35.8%2080-80%2080m8.4-576c15.1%200%2029.7%205.8%2040.7%2016.2L592.4%2093c12.6%2012%2019.1%2029%2017.5%2046.3c-1.2%2013.3-7%2025.8-16.5%2035.2L395.1%20373c-7.3%207.3-15.7%2013.4-25%2018L238%20457a96.4%2096.4%200%200%200-25%2018l-92%2092l1.7%201.8c7.7%209.4%207.1%2023.3-1.7%2032.1s-22.7%209.3-32.1%201.7l-1.8-1.7l-48-48l-1.7-1.8c-7.7-9.4-7.1-23.3%201.7-32.1s22.7-9.3%2032.1-1.7L73%20519l92-92c7.3-7.3%2013.4-15.7%2018-25l66.1-132.1c4.6-9.2%2010.7-17.7%2018-25L462.8%2049.3A58.97%2058.97%200%200%201%20504.5%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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