baseball ball icon

baseball-ball from Line Awesome by Icons8 · Line · Sports · Apache-2.0 Free for personal and commercial use.

Name
baseball-ball
Set
Line Awesome
Style
Line
Category
Sports
Viewbox
32×32
License
Apache 2.0
Aliases
baseball-ball-solid

The same icon in other sets

More sports icons from Line Awesome

Use the baseball ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2a10.96 10.96 0 0 1 7.883 3.346a9.2 9.2 0 0 0-2.563 2.834l1.72 1.01a7.4 7.4 0 0 1 2.105-2.295A10.94 10.94 0 0 1 27 16c0 2.257-.685 4.357-1.855 6.105a7.5 7.5 0 0 1-2.135-2.335l-1.73 1a9.4 9.4 0 0 0 2.603 2.884A10.96 10.96 0 0 1 16 27a10.96 10.96 0 0 1-7.883-3.346a9.4 9.4 0 0 0 2.604-2.884l-1.73-1a7.5 7.5 0 0 1-2.136 2.335A10.94 10.94 0 0 1 5 16c0-2.257.685-4.357 1.855-6.105a7.4 7.4 0 0 1 2.106 2.294l1.719-1.01a9.2 9.2 0 0 0-2.563-2.833A10.96 10.96 0 0 1 16 5m-4.42 8.21l-1.91.59c.22.72.33 1.46.33 2.2c0 .73-.1 1.45-.31 2.15l1.91.57a9.5 9.5 0 0 0-.02-5.51m8.84 0a9.5 9.5 0 0 0-.02 5.51l1.91-.57c-.21-.7-.31-1.42-.31-2.15c0-.74.11-1.48.33-2.2z"/></svg>

React

import type { SVGProps } from "react";

export function LaBaseballBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2a10.96 10.96 0 0 1 7.883 3.346a9.2 9.2 0 0 0-2.563 2.834l1.72 1.01a7.4 7.4 0 0 1 2.105-2.295A10.94 10.94 0 0 1 27 16c0 2.257-.685 4.357-1.855 6.105a7.5 7.5 0 0 1-2.135-2.335l-1.73 1a9.4 9.4 0 0 0 2.603 2.884A10.96 10.96 0 0 1 16 27a10.96 10.96 0 0 1-7.883-3.346a9.4 9.4 0 0 0 2.604-2.884l-1.73-1a7.5 7.5 0 0 1-2.136 2.335A10.94 10.94 0 0 1 5 16c0-2.257.685-4.357 1.855-6.105a7.4 7.4 0 0 1 2.106 2.294l1.719-1.01a9.2 9.2 0 0 0-2.563-2.833A10.96 10.96 0 0 1 16 5m-4.42 8.21l-1.91.59c.22.72.33 1.46.33 2.2c0 .73-.1 1.45-.31 2.15l1.91.57a9.5 9.5 0 0 0-.02-5.51m8.84 0a9.5 9.5 0 0 0-.02 5.51l1.91-.57c-.21-.7-.31-1.42-.31-2.15c0-.74.11-1.48.33-2.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2a10.96 10.96 0 0 1 7.883 3.346a9.2 9.2 0 0 0-2.563 2.834l1.72 1.01a7.4 7.4 0 0 1 2.105-2.295A10.94 10.94 0 0 1 27 16c0 2.257-.685 4.357-1.855 6.105a7.5 7.5 0 0 1-2.135-2.335l-1.73 1a9.4 9.4 0 0 0 2.603 2.884A10.96 10.96 0 0 1 16 27a10.96 10.96 0 0 1-7.883-3.346a9.4 9.4 0 0 0 2.604-2.884l-1.73-1a7.5 7.5 0 0 1-2.136 2.335A10.94 10.94 0 0 1 5 16c0-2.257.685-4.357 1.855-6.105a7.4 7.4 0 0 1 2.106 2.294l1.719-1.01a9.2 9.2 0 0 0-2.563-2.833A10.96 10.96 0 0 1 16 5m-4.42 8.21l-1.91.59c.22.72.33 1.46.33 2.2c0 .73-.1 1.45-.31 2.15l1.91.57a9.5 9.5 0 0 0-.02-5.51m8.84 0a9.5 9.5 0 0 0-.02 5.51l1.91-.57c-.21-.7-.31-1.42-.31-2.15c0-.74.11-1.48.33-2.2z"/></svg>
</template>

CSS

.icon-baseball-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202a10.96%2010.96%200%200%201%207.883%203.346a9.2%209.2%200%200%200-2.563%202.834l1.72%201.01a7.4%207.4%200%200%201%202.105-2.295A10.94%2010.94%200%200%201%2027%2016c0%202.257-.685%204.357-1.855%206.105a7.5%207.5%200%200%201-2.135-2.335l-1.73%201a9.4%209.4%200%200%200%202.603%202.884A10.96%2010.96%200%200%201%2016%2027a10.96%2010.96%200%200%201-7.883-3.346a9.4%209.4%200%200%200%202.604-2.884l-1.73-1a7.5%207.5%200%200%201-2.136%202.335A10.94%2010.94%200%200%201%205%2016c0-2.257.685-4.357%201.855-6.105a7.4%207.4%200%200%201%202.106%202.294l1.719-1.01a9.2%209.2%200%200%200-2.563-2.833A10.96%2010.96%200%200%201%2016%205m-4.42%208.21l-1.91.59c.22.72.33%201.46.33%202.2c0%20.73-.1%201.45-.31%202.15l1.91.57a9.5%209.5%200%200%200-.02-5.51m8.84%200a9.5%209.5%200%200%200-.02%205.51l1.91-.57c-.21-.7-.31-1.42-.31-2.15c0-.74.11-1.48.33-2.2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202a10.96%2010.96%200%200%201%207.883%203.346a9.2%209.2%200%200%200-2.563%202.834l1.72%201.01a7.4%207.4%200%200%201%202.105-2.295A10.94%2010.94%200%200%201%2027%2016c0%202.257-.685%204.357-1.855%206.105a7.5%207.5%200%200%201-2.135-2.335l-1.73%201a9.4%209.4%200%200%200%202.603%202.884A10.96%2010.96%200%200%201%2016%2027a10.96%2010.96%200%200%201-7.883-3.346a9.4%209.4%200%200%200%202.604-2.884l-1.73-1a7.5%207.5%200%200%201-2.136%202.335A10.94%2010.94%200%200%201%205%2016c0-2.257.685-4.357%201.855-6.105a7.4%207.4%200%200%201%202.106%202.294l1.719-1.01a9.2%209.2%200%200%200-2.563-2.833A10.96%2010.96%200%200%201%2016%205m-4.42%208.21l-1.91.59c.22.72.33%201.46.33%202.2c0%20.73-.1%201.45-.31%202.15l1.91.57a9.5%209.5%200%200%200-.02-5.51m8.84%200a9.5%209.5%200%200%200-.02%205.51l1.91-.57c-.21-.7-.31-1.42-.31-2.15c0-.74.11-1.48.33-2.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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