baseball from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
baseball
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

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 1024 1024"><path fill="currentColor" d="M195.2 828.8a448 448 0 1 1 633.6-633.6a448 448 0 0 1-633.6 633.6m45.2-45.2a384 384 0 1 0 543.2-543.2a384 384 0 0 0-543.2 543.2"/><path fill="currentColor" d="M497.5 96.9a1678 1678 0 0 1 64.9 14.5a256.1 256.1 0 0 0 350.2 350.2q7.5 30.7 14.5 65A320.1 320.1 0 0 1 497.5 96.8m-389 395A320.1 320.1 0 0 1 532 915.6q-34.6-5.5-65.7-11.5a256.1 256.1 0 0 0-346.5-346.5a1737 1737 0 0 1-11.4-65.7"/></svg>

React

import type { SVGProps } from "react";

export function EpBaseball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M195.2 828.8a448 448 0 1 1 633.6-633.6a448 448 0 0 1-633.6 633.6m45.2-45.2a384 384 0 1 0 543.2-543.2a384 384 0 0 0-543.2 543.2"/><path fill="currentColor" d="M497.5 96.9a1678 1678 0 0 1 64.9 14.5a256.1 256.1 0 0 0 350.2 350.2q7.5 30.7 14.5 65A320.1 320.1 0 0 1 497.5 96.8m-389 395A320.1 320.1 0 0 1 532 915.6q-34.6-5.5-65.7-11.5a256.1 256.1 0 0 0-346.5-346.5a1737 1737 0 0 1-11.4-65.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M195.2 828.8a448 448 0 1 1 633.6-633.6a448 448 0 0 1-633.6 633.6m45.2-45.2a384 384 0 1 0 543.2-543.2a384 384 0 0 0-543.2 543.2"/><path fill="currentColor" d="M497.5 96.9a1678 1678 0 0 1 64.9 14.5a256.1 256.1 0 0 0 350.2 350.2q7.5 30.7 14.5 65A320.1 320.1 0 0 1 497.5 96.8m-389 395A320.1 320.1 0 0 1 532 915.6q-34.6-5.5-65.7-11.5a256.1 256.1 0 0 0-346.5-346.5a1737 1737 0 0 1-11.4-65.7"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M195.2%20828.8a448%20448%200%201%201%20633.6-633.6a448%20448%200%200%201-633.6%20633.6m45.2-45.2a384%20384%200%201%200%20543.2-543.2a384%20384%200%200%200-543.2%20543.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M497.5%2096.9a1678%201678%200%200%201%2064.9%2014.5a256.1%20256.1%200%200%200%20350.2%20350.2q7.5%2030.7%2014.5%2065A320.1%20320.1%200%200%201%20497.5%2096.8m-389%20395A320.1%20320.1%200%200%201%20532%20915.6q-34.6-5.5-65.7-11.5a256.1%20256.1%200%200%200-346.5-346.5a1737%201737%200%200%201-11.4-65.7%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M195.2%20828.8a448%20448%200%201%201%20633.6-633.6a448%20448%200%200%201-633.6%20633.6m45.2-45.2a384%20384%200%201%200%20543.2-543.2a384%20384%200%200%200-543.2%20543.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M497.5%2096.9a1678%201678%200%200%201%2064.9%2014.5a256.1%20256.1%200%200%200%20350.2%20350.2q7.5%2030.7%2014.5%2065A320.1%20320.1%200%200%201%20497.5%2096.8m-389%20395A320.1%20320.1%200%200%201%20532%20915.6q-34.6-5.5-65.7-11.5a256.1%20256.1%200%200%200-346.5-346.5a1737%201737%200%200%201-11.4-65.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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