baseball ball icon

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

Name
baseball-ball
Set
Unicons
Style
Line
Category
Sports
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More sports icons from Unicons

Use the baseball ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.922 6.44a1 1 0 0 0-1.703 1.05q.265.428.565.843a1 1 0 0 0 1.62-1.174q-.257-.353-.482-.719m-2.73 9.222a1 1 0 1 0-1.609 1.188q.254.345.476.709a1 1 0 1 0 1.705-1.047q-.267-.436-.572-.85m-3.707-3.429a1 1 0 0 0-1.045 1.705q.364.223.713.479A1 1 0 1 0 8.331 12.8q-.414-.302-.846-.567m10.06-2.167q-.364-.224-.715-.48a1 1 0 0 0-1.178 1.618q.415.302.847.567a1 1 0 1 0 1.047-1.705m1.447-5.065a9.9 9.9 0 1 0 0 14.001a9.913 9.913 0 0 0 0-14.001M17.72 17.729a8.03 8.03 0 0 1-4.516 2.273a.97.97 0 0 0-1.746.074a8.06 8.06 0 0 1-7.535-7.532a.975.975 0 0 0 .073-1.747a8.04 8.04 0 0 1 6.784-6.792a1 1 0 0 0 .857.498a1 1 0 0 0 .23-.026a.98.98 0 0 0 .658-.546a8.054 8.054 0 0 1 7.538 7.538a.972.972 0 0 0-.074 1.741a8.05 8.05 0 0 1-2.27 4.519"/></svg>

React

import type { SVGProps } from "react";

export function UilBaseballBall(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="M13.922 6.44a1 1 0 0 0-1.703 1.05q.265.428.565.843a1 1 0 0 0 1.62-1.174q-.257-.353-.482-.719m-2.73 9.222a1 1 0 1 0-1.609 1.188q.254.345.476.709a1 1 0 1 0 1.705-1.047q-.267-.436-.572-.85m-3.707-3.429a1 1 0 0 0-1.045 1.705q.364.223.713.479A1 1 0 1 0 8.331 12.8q-.414-.302-.846-.567m10.06-2.167q-.364-.224-.715-.48a1 1 0 0 0-1.178 1.618q.415.302.847.567a1 1 0 1 0 1.047-1.705m1.447-5.065a9.9 9.9 0 1 0 0 14.001a9.913 9.913 0 0 0 0-14.001M17.72 17.729a8.03 8.03 0 0 1-4.516 2.273a.97.97 0 0 0-1.746.074a8.06 8.06 0 0 1-7.535-7.532a.975.975 0 0 0 .073-1.747a8.04 8.04 0 0 1 6.784-6.792a1 1 0 0 0 .857.498a1 1 0 0 0 .23-.026a.98.98 0 0 0 .658-.546a8.054 8.054 0 0 1 7.538 7.538a.972.972 0 0 0-.074 1.741a8.05 8.05 0 0 1-2.27 4.519"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.922 6.44a1 1 0 0 0-1.703 1.05q.265.428.565.843a1 1 0 0 0 1.62-1.174q-.257-.353-.482-.719m-2.73 9.222a1 1 0 1 0-1.609 1.188q.254.345.476.709a1 1 0 1 0 1.705-1.047q-.267-.436-.572-.85m-3.707-3.429a1 1 0 0 0-1.045 1.705q.364.223.713.479A1 1 0 1 0 8.331 12.8q-.414-.302-.846-.567m10.06-2.167q-.364-.224-.715-.48a1 1 0 0 0-1.178 1.618q.415.302.847.567a1 1 0 1 0 1.047-1.705m1.447-5.065a9.9 9.9 0 1 0 0 14.001a9.913 9.913 0 0 0 0-14.001M17.72 17.729a8.03 8.03 0 0 1-4.516 2.273a.97.97 0 0 0-1.746.074a8.06 8.06 0 0 1-7.535-7.532a.975.975 0 0 0 .073-1.747a8.04 8.04 0 0 1 6.784-6.792a1 1 0 0 0 .857.498a1 1 0 0 0 .23-.026a.98.98 0 0 0 .658-.546a8.054 8.054 0 0 1 7.538 7.538a.972.972 0 0 0-.074 1.741a8.05 8.05 0 0 1-2.27 4.519"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.922%206.44a1%201%200%200%200-1.703%201.05q.265.428.565.843a1%201%200%200%200%201.62-1.174q-.257-.353-.482-.719m-2.73%209.222a1%201%200%201%200-1.609%201.188q.254.345.476.709a1%201%200%201%200%201.705-1.047q-.267-.436-.572-.85m-3.707-3.429a1%201%200%200%200-1.045%201.705q.364.223.713.479A1%201%200%201%200%208.331%2012.8q-.414-.302-.846-.567m10.06-2.167q-.364-.224-.715-.48a1%201%200%200%200-1.178%201.618q.415.302.847.567a1%201%200%201%200%201.047-1.705m1.447-5.065a9.9%209.9%200%201%200%200%2014.001a9.913%209.913%200%200%200%200-14.001M17.72%2017.729a8.03%208.03%200%200%201-4.516%202.273a.97.97%200%200%200-1.746.074a8.06%208.06%200%200%201-7.535-7.532a.975.975%200%200%200%20.073-1.747a8.04%208.04%200%200%201%206.784-6.792a1%201%200%200%200%20.857.498a1%201%200%200%200%20.23-.026a.98.98%200%200%200%20.658-.546a8.054%208.054%200%200%201%207.538%207.538a.972.972%200%200%200-.074%201.741a8.05%208.05%200%200%201-2.27%204.519%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%22M13.922%206.44a1%201%200%200%200-1.703%201.05q.265.428.565.843a1%201%200%200%200%201.62-1.174q-.257-.353-.482-.719m-2.73%209.222a1%201%200%201%200-1.609%201.188q.254.345.476.709a1%201%200%201%200%201.705-1.047q-.267-.436-.572-.85m-3.707-3.429a1%201%200%200%200-1.045%201.705q.364.223.713.479A1%201%200%201%200%208.331%2012.8q-.414-.302-.846-.567m10.06-2.167q-.364-.224-.715-.48a1%201%200%200%200-1.178%201.618q.415.302.847.567a1%201%200%201%200%201.047-1.705m1.447-5.065a9.9%209.9%200%201%200%200%2014.001a9.913%209.913%200%200%200%200-14.001M17.72%2017.729a8.03%208.03%200%200%201-4.516%202.273a.97.97%200%200%200-1.746.074a8.06%208.06%200%200%201-7.535-7.532a.975.975%200%200%200%20.073-1.747a8.04%208.04%200%200%201%206.784-6.792a1%201%200%200%200%20.857.498a1%201%200%200%200%20.23-.026a.98.98%200%200%200%20.658-.546a8.054%208.054%200%200%201%207.538%207.538a.972.972%200%200%200-.074%201.741a8.05%208.05%200%200%201-2.27%204.519%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Baseball Ball line icon — Unicons · IconsDB