baseball emoji

baseball from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
baseball
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the baseball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.958" r="29" fill="#fff"/><path fill="none" stroke="#d0cfce" stroke-miterlimit="10" stroke-width="3" d="M54.83 55.785c-5.28-5.252-6.884-10.791-6.884-18.827c0-8.008 3.246-15.258 8.494-20.506m-40.907 0c5.248 5.248 8.494 12.498 8.494 20.506c0 8.029-2.409 14.491-7.68 19.742"/><path fill="#d0cfce" d="M50.738 10.999c4.825 5.179 7.782 12.122 7.782 19.76c0 16.015-12.984 29-29 29a28.86 28.86 0 0 1-14.664-3.985C20.145 61.42 27.653 64.958 36 64.958c16.016 0 29-12.983 29-29c0-10.631-5.73-19.911-14.262-24.96"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="35.958" r="29"/><path d="M56.494 56.518c-5.28-5.252-8.548-12.524-8.548-20.56c0-8.008 3.246-15.258 8.494-20.506m-40.907 0c5.248 5.248 8.494 12.498 8.494 20.506a28.85 28.85 0 0 1-8.517 20.528"/><path d="m45.946 35.458l2 1l2-1m-23.919 1l-2-1l-2 1m3.176 6.874l-1.779-1.356l-2.151.61m1.728 6.869l-1.478-1.678l-2.229.176m.304 6.694l-.773-2.099l-2.143-.64m3.588-34.112l-2.15.615l-.798 2.089m6.166 3.043l-2.199.109l-1.286 1.854m5.472 4.249l-2.205-.374l-1.622 1.539m25.123-2.336l1.778 1.356l2.152-.61m-1.729-6.869l1.478 1.678l2.229-.176m-.18-6.845l.773 2.098l2.143.64m-3.87 34.056l2.149-.615l.798-2.089m-6.01-2.779l2.234-.111l1.251-1.853m-5.468-4.304l2.204.374l1.622-1.539"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBaseball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.958" r="29" fill="#fff"/><path fill="none" stroke="#d0cfce" strokeMiterlimit="10" strokeWidth="3" d="M54.83 55.785c-5.28-5.252-6.884-10.791-6.884-18.827c0-8.008 3.246-15.258 8.494-20.506m-40.907 0c5.248 5.248 8.494 12.498 8.494 20.506c0 8.029-2.409 14.491-7.68 19.742"/><path fill="#d0cfce" d="M50.738 10.999c4.825 5.179 7.782 12.122 7.782 19.76c0 16.015-12.984 29-29 29a28.86 28.86 0 0 1-14.664-3.985C20.145 61.42 27.653 64.958 36 64.958c16.016 0 29-12.983 29-29c0-10.631-5.73-19.911-14.262-24.96"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="36" cy="35.958" r="29"/><path d="M56.494 56.518c-5.28-5.252-8.548-12.524-8.548-20.56c0-8.008 3.246-15.258 8.494-20.506m-40.907 0c5.248 5.248 8.494 12.498 8.494 20.506a28.85 28.85 0 0 1-8.517 20.528"/><path d="m45.946 35.458l2 1l2-1m-23.919 1l-2-1l-2 1m3.176 6.874l-1.779-1.356l-2.151.61m1.728 6.869l-1.478-1.678l-2.229.176m.304 6.694l-.773-2.099l-2.143-.64m3.588-34.112l-2.15.615l-.798 2.089m6.166 3.043l-2.199.109l-1.286 1.854m5.472 4.249l-2.205-.374l-1.622 1.539m25.123-2.336l1.778 1.356l2.152-.61m-1.729-6.869l1.478 1.678l2.229-.176m-.18-6.845l.773 2.098l2.143.64m-3.87 34.056l2.149-.615l.798-2.089m-6.01-2.779l2.234-.111l1.251-1.853m-5.468-4.304l2.204.374l1.622-1.539"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="35.958" r="29" fill="#fff"/><path fill="none" stroke="#d0cfce" stroke-miterlimit="10" stroke-width="3" d="M54.83 55.785c-5.28-5.252-6.884-10.791-6.884-18.827c0-8.008 3.246-15.258 8.494-20.506m-40.907 0c5.248 5.248 8.494 12.498 8.494 20.506c0 8.029-2.409 14.491-7.68 19.742"/><path fill="#d0cfce" d="M50.738 10.999c4.825 5.179 7.782 12.122 7.782 19.76c0 16.015-12.984 29-29 29a28.86 28.86 0 0 1-14.664-3.985C20.145 61.42 27.653 64.958 36 64.958c16.016 0 29-12.983 29-29c0-10.631-5.73-19.911-14.262-24.96"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36" cy="35.958" r="29"/><path d="M56.494 56.518c-5.28-5.252-8.548-12.524-8.548-20.56c0-8.008 3.246-15.258 8.494-20.506m-40.907 0c5.248 5.248 8.494 12.498 8.494 20.506a28.85 28.85 0 0 1-8.517 20.528"/><path d="m45.946 35.458l2 1l2-1m-23.919 1l-2-1l-2 1m3.176 6.874l-1.779-1.356l-2.151.61m1.728 6.869l-1.478-1.678l-2.229.176m.304 6.694l-.773-2.099l-2.143-.64m3.588-34.112l-2.15.615l-.798 2.089m6.166 3.043l-2.199.109l-1.286 1.854m5.472 4.249l-2.205-.374l-1.622 1.539m25.123-2.336l1.778 1.356l2.152-.61m-1.729-6.869l1.478 1.678l2.229-.176m-.18-6.845l.773 2.098l2.143.64m-3.87 34.056l2.149-.615l.798-2.089m-6.01-2.779l2.234-.111l1.251-1.853m-5.468-4.304l2.204.374l1.622-1.539"/></g></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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2229%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d0cfce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M54.83%2055.785c-5.28-5.252-6.884-10.791-6.884-18.827c0-8.008%203.246-15.258%208.494-20.506m-40.907%200c5.248%205.248%208.494%2012.498%208.494%2020.506c0%208.029-2.409%2014.491-7.68%2019.742%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M50.738%2010.999c4.825%205.179%207.782%2012.122%207.782%2019.76c0%2016.015-12.984%2029-29%2029a28.86%2028.86%200%200%201-14.664-3.985C20.145%2061.42%2027.653%2064.958%2036%2064.958c16.016%200%2029-12.983%2029-29c0-10.631-5.73-19.911-14.262-24.96%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2229%22%2F%3E%3Cpath%20d%3D%22M56.494%2056.518c-5.28-5.252-8.548-12.524-8.548-20.56c0-8.008%203.246-15.258%208.494-20.506m-40.907%200c5.248%205.248%208.494%2012.498%208.494%2020.506a28.85%2028.85%200%200%201-8.517%2020.528%22%2F%3E%3Cpath%20d%3D%22m45.946%2035.458l2%201l2-1m-23.919%201l-2-1l-2%201m3.176%206.874l-1.779-1.356l-2.151.61m1.728%206.869l-1.478-1.678l-2.229.176m.304%206.694l-.773-2.099l-2.143-.64m3.588-34.112l-2.15.615l-.798%202.089m6.166%203.043l-2.199.109l-1.286%201.854m5.472%204.249l-2.205-.374l-1.622%201.539m25.123-2.336l1.778%201.356l2.152-.61m-1.729-6.869l1.478%201.678l2.229-.176m-.18-6.845l.773%202.098l2.143.64m-3.87%2034.056l2.149-.615l.798-2.089m-6.01-2.779l2.234-.111l1.251-1.853m-5.468-4.304l2.204.374l1.622-1.539%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2229%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d0cfce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M54.83%2055.785c-5.28-5.252-6.884-10.791-6.884-18.827c0-8.008%203.246-15.258%208.494-20.506m-40.907%200c5.248%205.248%208.494%2012.498%208.494%2020.506c0%208.029-2.409%2014.491-7.68%2019.742%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M50.738%2010.999c4.825%205.179%207.782%2012.122%207.782%2019.76c0%2016.015-12.984%2029-29%2029a28.86%2028.86%200%200%201-14.664-3.985C20.145%2061.42%2027.653%2064.958%2036%2064.958c16.016%200%2029-12.983%2029-29c0-10.631-5.73-19.911-14.262-24.96%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2235.958%22%20r%3D%2229%22%2F%3E%3Cpath%20d%3D%22M56.494%2056.518c-5.28-5.252-8.548-12.524-8.548-20.56c0-8.008%203.246-15.258%208.494-20.506m-40.907%200c5.248%205.248%208.494%2012.498%208.494%2020.506a28.85%2028.85%200%200%201-8.517%2020.528%22%2F%3E%3Cpath%20d%3D%22m45.946%2035.458l2%201l2-1m-23.919%201l-2-1l-2%201m3.176%206.874l-1.779-1.356l-2.151.61m1.728%206.869l-1.478-1.678l-2.229.176m.304%206.694l-.773-2.099l-2.143-.64m3.588-34.112l-2.15.615l-.798%202.089m6.166%203.043l-2.199.109l-1.286%201.854m5.472%204.249l-2.205-.374l-1.622%201.539m25.123-2.336l1.778%201.356l2.152-.61m-1.729-6.869l1.478%201.678l2.229-.176m-.18-6.845l.773%202.098l2.143.64m-3.87%2034.056l2.149-.615l.798-2.089m-6.01-2.779l2.234-.111l1.251-1.853m-5.468-4.304l2.204.374l1.622-1.539%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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