baseball-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
baseball-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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="M12 2a9.96 9.96 0 0 1 6.5 2.403a10 10 0 0 0-2.096 2.485l-.045-.02a1 1 0 0 0-.844 1.812l.044.02a10 10 0 0 0-.51 2.3H15a1 1 0 0 0 0 2h.05c.079.797.253 1.567.509 2.298l-.044.021a1 1 0 0 0 .844 1.813l.045-.022c.56.94 1.27 1.778 2.096 2.486A9.96 9.96 0 0 1 12 22a9.96 9.96 0 0 1-6.5-2.404a10 10 0 0 0 2.095-2.486l.046.022a1 1 0 1 0 .844-1.813l-.045-.021c.256-.731.431-1.5.51-2.298H9a1 1 0 0 0 0-2h-.05a10 10 0 0 0-.51-2.3l.045-.02a1 1 0 0 0-.844-1.813l-.046.02A10 10 0 0 0 5.5 4.404A9.96 9.96 0 0 1 12 2M4.116 5.85a8 8 0 0 1 1.655 1.892a.999.999 0 0 0 .844 1.806q.226.703.32 1.455a1 1 0 0 0 0 1.993a8 8 0 0 1-.32 1.455a1 1 0 0 0-.844 1.806a8 8 0 0 1-1.655 1.891A9.95 9.95 0 0 1 2 12c0-2.32.791-4.453 2.116-6.15m15.767 0A9.95 9.95 0 0 1 22 12a9.95 9.95 0 0 1-2.117 6.148a8 8 0 0 1-1.655-1.891a.999.999 0 0 0-.844-1.806a8 8 0 0 1-.32-1.455a.999.999 0 0 0 0-1.993q.094-.752.32-1.455a1 1 0 0 0 .843-1.806a8 8 0 0 1 1.656-1.891"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBaseballFill(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="M12 2a9.96 9.96 0 0 1 6.5 2.403a10 10 0 0 0-2.096 2.485l-.045-.02a1 1 0 0 0-.844 1.812l.044.02a10 10 0 0 0-.51 2.3H15a1 1 0 0 0 0 2h.05c.079.797.253 1.567.509 2.298l-.044.021a1 1 0 0 0 .844 1.813l.045-.022c.56.94 1.27 1.778 2.096 2.486A9.96 9.96 0 0 1 12 22a9.96 9.96 0 0 1-6.5-2.404a10 10 0 0 0 2.095-2.486l.046.022a1 1 0 1 0 .844-1.813l-.045-.021c.256-.731.431-1.5.51-2.298H9a1 1 0 0 0 0-2h-.05a10 10 0 0 0-.51-2.3l.045-.02a1 1 0 0 0-.844-1.813l-.046.02A10 10 0 0 0 5.5 4.404A9.96 9.96 0 0 1 12 2M4.116 5.85a8 8 0 0 1 1.655 1.892a.999.999 0 0 0 .844 1.806q.226.703.32 1.455a1 1 0 0 0 0 1.993a8 8 0 0 1-.32 1.455a1 1 0 0 0-.844 1.806a8 8 0 0 1-1.655 1.891A9.95 9.95 0 0 1 2 12c0-2.32.791-4.453 2.116-6.15m15.767 0A9.95 9.95 0 0 1 22 12a9.95 9.95 0 0 1-2.117 6.148a8 8 0 0 1-1.655-1.891a.999.999 0 0 0-.844-1.806a8 8 0 0 1-.32-1.455a.999.999 0 0 0 0-1.993q.094-.752.32-1.455a1 1 0 0 0 .843-1.806a8 8 0 0 1 1.656-1.891"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a9.96 9.96 0 0 1 6.5 2.403a10 10 0 0 0-2.096 2.485l-.045-.02a1 1 0 0 0-.844 1.812l.044.02a10 10 0 0 0-.51 2.3H15a1 1 0 0 0 0 2h.05c.079.797.253 1.567.509 2.298l-.044.021a1 1 0 0 0 .844 1.813l.045-.022c.56.94 1.27 1.778 2.096 2.486A9.96 9.96 0 0 1 12 22a9.96 9.96 0 0 1-6.5-2.404a10 10 0 0 0 2.095-2.486l.046.022a1 1 0 1 0 .844-1.813l-.045-.021c.256-.731.431-1.5.51-2.298H9a1 1 0 0 0 0-2h-.05a10 10 0 0 0-.51-2.3l.045-.02a1 1 0 0 0-.844-1.813l-.046.02A10 10 0 0 0 5.5 4.404A9.96 9.96 0 0 1 12 2M4.116 5.85a8 8 0 0 1 1.655 1.892a.999.999 0 0 0 .844 1.806q.226.703.32 1.455a1 1 0 0 0 0 1.993a8 8 0 0 1-.32 1.455a1 1 0 0 0-.844 1.806a8 8 0 0 1-1.655 1.891A9.95 9.95 0 0 1 2 12c0-2.32.791-4.453 2.116-6.15m15.767 0A9.95 9.95 0 0 1 22 12a9.95 9.95 0 0 1-2.117 6.148a8 8 0 0 1-1.655-1.891a.999.999 0 0 0-.844-1.806a8 8 0 0 1-.32-1.455a.999.999 0 0 0 0-1.993q.094-.752.32-1.455a1 1 0 0 0 .843-1.806a8 8 0 0 1 1.656-1.891"/></svg>
</template>

CSS

.icon-baseball-fill {
  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%22M12%202a9.96%209.96%200%200%201%206.5%202.403a10%2010%200%200%200-2.096%202.485l-.045-.02a1%201%200%200%200-.844%201.812l.044.02a10%2010%200%200%200-.51%202.3H15a1%201%200%200%200%200%202h.05c.079.797.253%201.567.509%202.298l-.044.021a1%201%200%200%200%20.844%201.813l.045-.022c.56.94%201.27%201.778%202.096%202.486A9.96%209.96%200%200%201%2012%2022a9.96%209.96%200%200%201-6.5-2.404a10%2010%200%200%200%202.095-2.486l.046.022a1%201%200%201%200%20.844-1.813l-.045-.021c.256-.731.431-1.5.51-2.298H9a1%201%200%200%200%200-2h-.05a10%2010%200%200%200-.51-2.3l.045-.02a1%201%200%200%200-.844-1.813l-.046.02A10%2010%200%200%200%205.5%204.404A9.96%209.96%200%200%201%2012%202M4.116%205.85a8%208%200%200%201%201.655%201.892a.999.999%200%200%200%20.844%201.806q.226.703.32%201.455a1%201%200%200%200%200%201.993a8%208%200%200%201-.32%201.455a1%201%200%200%200-.844%201.806a8%208%200%200%201-1.655%201.891A9.95%209.95%200%200%201%202%2012c0-2.32.791-4.453%202.116-6.15m15.767%200A9.95%209.95%200%200%201%2022%2012a9.95%209.95%200%200%201-2.117%206.148a8%208%200%200%201-1.655-1.891a.999.999%200%200%200-.844-1.806a8%208%200%200%201-.32-1.455a.999.999%200%200%200%200-1.993q.094-.752.32-1.455a1%201%200%200%200%20.843-1.806a8%208%200%200%201%201.656-1.891%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%22M12%202a9.96%209.96%200%200%201%206.5%202.403a10%2010%200%200%200-2.096%202.485l-.045-.02a1%201%200%200%200-.844%201.812l.044.02a10%2010%200%200%200-.51%202.3H15a1%201%200%200%200%200%202h.05c.079.797.253%201.567.509%202.298l-.044.021a1%201%200%200%200%20.844%201.813l.045-.022c.56.94%201.27%201.778%202.096%202.486A9.96%209.96%200%200%201%2012%2022a9.96%209.96%200%200%201-6.5-2.404a10%2010%200%200%200%202.095-2.486l.046.022a1%201%200%201%200%20.844-1.813l-.045-.021c.256-.731.431-1.5.51-2.298H9a1%201%200%200%200%200-2h-.05a10%2010%200%200%200-.51-2.3l.045-.02a1%201%200%200%200-.844-1.813l-.046.02A10%2010%200%200%200%205.5%204.404A9.96%209.96%200%200%201%2012%202M4.116%205.85a8%208%200%200%201%201.655%201.892a.999.999%200%200%200%20.844%201.806q.226.703.32%201.455a1%201%200%200%200%200%201.993a8%208%200%200%201-.32%201.455a1%201%200%200%200-.844%201.806a8%208%200%200%201-1.655%201.891A9.95%209.95%200%200%201%202%2012c0-2.32.791-4.453%202.116-6.15m15.767%200A9.95%209.95%200%200%201%2022%2012a9.95%209.95%200%200%201-2.117%206.148a8%208%200%200%201-1.655-1.891a.999.999%200%200%200-.844-1.806a8%208%200%200%201-.32-1.455a.999.999%200%200%200%200-1.993q.094-.752.32-1.455a1%201%200%200%200%20.843-1.806a8%208%200%200%201%201.656-1.891%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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