baseball from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
baseball
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-baseball

The same icon in other sets

Use the baseball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 2a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.244 0-14.143A9.94 9.94 0 0 0 11.99 2m5.657 15.667a7.96 7.96 0 0 1-3.816 2.129l-.001-.037a6.2 6.2 0 0 1 .421-2.259l-1.863-.729a8.2 8.2 0 0 0-.552 3.239a7.95 7.95 0 0 1-5.503-2.344a7.97 7.97 0 0 1-2.332-5.503q.12.004.24.005a8.2 8.2 0 0 0 2.988-.558l-.73-1.862a6.2 6.2 0 0 1-2.281.412a7.94 7.94 0 0 1 2.115-3.809a7.96 7.96 0 0 1 3.972-2.168a6 6 0 0 1-.357 1.95l1.881.681a7.9 7.9 0 0 0 .482-2.701l-.005-.098c2.013.079 3.9.896 5.342 2.336a7.96 7.96 0 0 1 2.324 5.348a7.9 7.9 0 0 0-2.787.473l.684 1.88a5.9 5.9 0 0 1 1.935-.361a7.95 7.95 0 0 1-2.157 3.976"/><path fill="currentColor" d="M14.112 14.13a7.6 7.6 0 0 0-.926 1.121l1.656 1.12c.2-.296.43-.574.683-.826a6.4 6.4 0 0 1 1.178-.929l-1.049-1.703a8.4 8.4 0 0 0-1.542 1.217M8.456 8.474a5.7 5.7 0 0 1-.827.681l1.119 1.658a7.7 7.7 0 0 0 1.122-.926a8.5 8.5 0 0 0 1.217-1.542L9.384 7.297a6.5 6.5 0 0 1-.928 1.177"/></svg>

React

import type { SVGProps } from "react";

export function BxBaseball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 2a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.244 0-14.143A9.94 9.94 0 0 0 11.99 2m5.657 15.667a7.96 7.96 0 0 1-3.816 2.129l-.001-.037a6.2 6.2 0 0 1 .421-2.259l-1.863-.729a8.2 8.2 0 0 0-.552 3.239a7.95 7.95 0 0 1-5.503-2.344a7.97 7.97 0 0 1-2.332-5.503q.12.004.24.005a8.2 8.2 0 0 0 2.988-.558l-.73-1.862a6.2 6.2 0 0 1-2.281.412a7.94 7.94 0 0 1 2.115-3.809a7.96 7.96 0 0 1 3.972-2.168a6 6 0 0 1-.357 1.95l1.881.681a7.9 7.9 0 0 0 .482-2.701l-.005-.098c2.013.079 3.9.896 5.342 2.336a7.96 7.96 0 0 1 2.324 5.348a7.9 7.9 0 0 0-2.787.473l.684 1.88a5.9 5.9 0 0 1 1.935-.361a7.95 7.95 0 0 1-2.157 3.976"/><path fill="currentColor" d="M14.112 14.13a7.6 7.6 0 0 0-.926 1.121l1.656 1.12c.2-.296.43-.574.683-.826a6.4 6.4 0 0 1 1.178-.929l-1.049-1.703a8.4 8.4 0 0 0-1.542 1.217M8.456 8.474a5.7 5.7 0 0 1-.827.681l1.119 1.658a7.7 7.7 0 0 0 1.122-.926a8.5 8.5 0 0 0 1.217-1.542L9.384 7.297a6.5 6.5 0 0 1-.928 1.177"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 2a9.94 9.94 0 0 0-7.071 2.938c-3.898 3.898-3.898 10.243 0 14.143c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.244 0-14.143A9.94 9.94 0 0 0 11.99 2m5.657 15.667a7.96 7.96 0 0 1-3.816 2.129l-.001-.037a6.2 6.2 0 0 1 .421-2.259l-1.863-.729a8.2 8.2 0 0 0-.552 3.239a7.95 7.95 0 0 1-5.503-2.344a7.97 7.97 0 0 1-2.332-5.503q.12.004.24.005a8.2 8.2 0 0 0 2.988-.558l-.73-1.862a6.2 6.2 0 0 1-2.281.412a7.94 7.94 0 0 1 2.115-3.809a7.96 7.96 0 0 1 3.972-2.168a6 6 0 0 1-.357 1.95l1.881.681a7.9 7.9 0 0 0 .482-2.701l-.005-.098c2.013.079 3.9.896 5.342 2.336a7.96 7.96 0 0 1 2.324 5.348a7.9 7.9 0 0 0-2.787.473l.684 1.88a5.9 5.9 0 0 1 1.935-.361a7.95 7.95 0 0 1-2.157 3.976"/><path fill="currentColor" d="M14.112 14.13a7.6 7.6 0 0 0-.926 1.121l1.656 1.12c.2-.296.43-.574.683-.826a6.4 6.4 0 0 1 1.178-.929l-1.049-1.703a8.4 8.4 0 0 0-1.542 1.217M8.456 8.474a5.7 5.7 0 0 1-.827.681l1.119 1.658a7.7 7.7 0 0 0 1.122-.926a8.5 8.5 0 0 0 1.217-1.542L9.384 7.297a6.5 6.5 0 0 1-.928 1.177"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.99%202a9.94%209.94%200%200%200-7.071%202.938c-3.898%203.898-3.898%2010.243%200%2014.143c1.895%201.895%204.405%202.938%207.071%202.938s5.177-1.043%207.071-2.938c3.899-3.899%203.899-10.244%200-14.143A9.94%209.94%200%200%200%2011.99%202m5.657%2015.667a7.96%207.96%200%200%201-3.816%202.129l-.001-.037a6.2%206.2%200%200%201%20.421-2.259l-1.863-.729a8.2%208.2%200%200%200-.552%203.239a7.95%207.95%200%200%201-5.503-2.344a7.97%207.97%200%200%201-2.332-5.503q.12.004.24.005a8.2%208.2%200%200%200%202.988-.558l-.73-1.862a6.2%206.2%200%200%201-2.281.412a7.94%207.94%200%200%201%202.115-3.809a7.96%207.96%200%200%201%203.972-2.168a6%206%200%200%201-.357%201.95l1.881.681a7.9%207.9%200%200%200%20.482-2.701l-.005-.098c2.013.079%203.9.896%205.342%202.336a7.96%207.96%200%200%201%202.324%205.348a7.9%207.9%200%200%200-2.787.473l.684%201.88a5.9%205.9%200%200%201%201.935-.361a7.95%207.95%200%200%201-2.157%203.976%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.112%2014.13a7.6%207.6%200%200%200-.926%201.121l1.656%201.12c.2-.296.43-.574.683-.826a6.4%206.4%200%200%201%201.178-.929l-1.049-1.703a8.4%208.4%200%200%200-1.542%201.217M8.456%208.474a5.7%205.7%200%200%201-.827.681l1.119%201.658a7.7%207.7%200%200%200%201.122-.926a8.5%208.5%200%200%200%201.217-1.542L9.384%207.297a6.5%206.5%200%200%201-.928%201.177%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.99%202a9.94%209.94%200%200%200-7.071%202.938c-3.898%203.898-3.898%2010.243%200%2014.143c1.895%201.895%204.405%202.938%207.071%202.938s5.177-1.043%207.071-2.938c3.899-3.899%203.899-10.244%200-14.143A9.94%209.94%200%200%200%2011.99%202m5.657%2015.667a7.96%207.96%200%200%201-3.816%202.129l-.001-.037a6.2%206.2%200%200%201%20.421-2.259l-1.863-.729a8.2%208.2%200%200%200-.552%203.239a7.95%207.95%200%200%201-5.503-2.344a7.97%207.97%200%200%201-2.332-5.503q.12.004.24.005a8.2%208.2%200%200%200%202.988-.558l-.73-1.862a6.2%206.2%200%200%201-2.281.412a7.94%207.94%200%200%201%202.115-3.809a7.96%207.96%200%200%201%203.972-2.168a6%206%200%200%201-.357%201.95l1.881.681a7.9%207.9%200%200%200%20.482-2.701l-.005-.098c2.013.079%203.9.896%205.342%202.336a7.96%207.96%200%200%201%202.324%205.348a7.9%207.9%200%200%200-2.787.473l.684%201.88a5.9%205.9%200%200%201%201.935-.361a7.95%207.95%200%200%201-2.157%203.976%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.112%2014.13a7.6%207.6%200%200%200-.926%201.121l1.656%201.12c.2-.296.43-.574.683-.826a6.4%206.4%200%200%201%201.178-.929l-1.049-1.703a8.4%208.4%200%200%200-1.542%201.217M8.456%208.474a5.7%205.7%200%200%201-.827.681l1.119%201.658a7.7%207.7%200%200%200%201.122-.926a8.5%208.5%200%200%200%201.217-1.542L9.384%207.297a6.5%206.5%200%200%201-.928%201.177%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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