baseball from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
baseball
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the baseball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#eff6f7"/><path fill="#cc4c5e" d="M50 32.1c-3.8-1.7-7.3-4.3-10.6-7.5c-3.2-3.3-5.8-6.9-7.5-10.6c-1.9-4.1-2.8-8.2-2.5-11.9c-.7.1-1.4.1-2 .2c-.2 3.9.7 8.2 2.7 12.5c1.8 4 4.5 7.7 7.9 11.2c3.4 3.4 7.2 6.1 11.2 7.9c3.9 1.8 7.8 2.8 11.5 2.8h1c.1-.7.2-1.3.2-2c-3.7.2-7.8-.7-11.9-2.6m-23.9 5.8c-3.5-3.4-7.2-6.1-11.2-7.9c-4.3-2-8.6-2.9-12.6-2.7c-.1.7-.2 1.3-.2 2c3.7-.3 7.9.6 12 2.5c3.8 1.7 7.3 4.3 10.6 7.5c3.2 3.3 5.8 6.9 7.5 10.6c1.9 4.1 2.8 8.2 2.5 12c.7-.1 1.4-.1 2-.2c.2-4-.7-8.3-2.7-12.6c-1.8-4-4.5-7.8-7.9-11.2"/><path fill="#ed4c5c" d="M7.5 25.2c-3-.9-.4 1.4-.9 3.1s-4 2.2-1 3.1s5.9.3 6.4-1.4c.6-1.7-1.4-3.9-4.5-4.8m51.6 10.4c.6-1.7-1.3-3.9-4.3-5c-3-1-.4 1.4-1 3.1s-4.1 2-1.1 3.1c2.9 1 5.8.5 6.4-1.2M30.2 11.9c1.7-.5 2.4-3.4 1.4-6.4c-.9-3-1.4.5-3.1 1s-4.1-2.1-3.1.9c.9 3 3 5.1 4.8 4.5m18.9 20.4c1.4-1.9.5-4.8-2.1-6.6s-1.1 1.5-2.6 3.4c-1.4 1.9-5.3 1.5-2.7 3.3c2.7 1.8 6 1.8 7.4-.1M41.7 27c1.7-1.6 1.3-4.7-1-6.9s-1.4 1.3-3.1 2.9s-5.4.6-3.2 2.9c2.3 2.2 5.5 2.7 7.3 1.1m-7.1-7.2c2.1-1 2.6-4.1 1-6.9c-1.5-2.8-1.7.9-3.8 2c-2.1 1-5.4-.9-3.8 1.8c1.5 2.7 4.4 4.1 6.6 3.1m2.3 32.7c-1-3-1.4.5-3.1 1.1s-4.2-2-3.1 1c1 3 3.3 4.9 5 4.3s2.2-3.5 1.2-6.4m-4.4-10.8c-1.8-2.6-1.5 1.2-3.3 2.7c-1.9 1.4-5.2 0-3.4 2.6s4.8 3.5 6.6 2.1c1.9-1.6 1.9-4.8.1-7.4M26 34.3c-2.2-2.3-1.3 1.4-2.9 3.2c-1.6 1.7-5.1.8-2.9 3.1s5.3 2.7 6.9 1c1.6-1.8 1.1-5-1.1-7.3m-9.2-6.5c-2.8-1.6-.8 1.7-1.8 3.8c-1.1 2.1-4.7 2.2-2 3.8c2.8 1.6 5.8 1.1 6.9-1c1-2.1-.3-5-3.1-6.6"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneBaseball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#eff6f7"/><path fill="#cc4c5e" d="M50 32.1c-3.8-1.7-7.3-4.3-10.6-7.5c-3.2-3.3-5.8-6.9-7.5-10.6c-1.9-4.1-2.8-8.2-2.5-11.9c-.7.1-1.4.1-2 .2c-.2 3.9.7 8.2 2.7 12.5c1.8 4 4.5 7.7 7.9 11.2c3.4 3.4 7.2 6.1 11.2 7.9c3.9 1.8 7.8 2.8 11.5 2.8h1c.1-.7.2-1.3.2-2c-3.7.2-7.8-.7-11.9-2.6m-23.9 5.8c-3.5-3.4-7.2-6.1-11.2-7.9c-4.3-2-8.6-2.9-12.6-2.7c-.1.7-.2 1.3-.2 2c3.7-.3 7.9.6 12 2.5c3.8 1.7 7.3 4.3 10.6 7.5c3.2 3.3 5.8 6.9 7.5 10.6c1.9 4.1 2.8 8.2 2.5 12c.7-.1 1.4-.1 2-.2c.2-4-.7-8.3-2.7-12.6c-1.8-4-4.5-7.8-7.9-11.2"/><path fill="#ed4c5c" d="M7.5 25.2c-3-.9-.4 1.4-.9 3.1s-4 2.2-1 3.1s5.9.3 6.4-1.4c.6-1.7-1.4-3.9-4.5-4.8m51.6 10.4c.6-1.7-1.3-3.9-4.3-5c-3-1-.4 1.4-1 3.1s-4.1 2-1.1 3.1c2.9 1 5.8.5 6.4-1.2M30.2 11.9c1.7-.5 2.4-3.4 1.4-6.4c-.9-3-1.4.5-3.1 1s-4.1-2.1-3.1.9c.9 3 3 5.1 4.8 4.5m18.9 20.4c1.4-1.9.5-4.8-2.1-6.6s-1.1 1.5-2.6 3.4c-1.4 1.9-5.3 1.5-2.7 3.3c2.7 1.8 6 1.8 7.4-.1M41.7 27c1.7-1.6 1.3-4.7-1-6.9s-1.4 1.3-3.1 2.9s-5.4.6-3.2 2.9c2.3 2.2 5.5 2.7 7.3 1.1m-7.1-7.2c2.1-1 2.6-4.1 1-6.9c-1.5-2.8-1.7.9-3.8 2c-2.1 1-5.4-.9-3.8 1.8c1.5 2.7 4.4 4.1 6.6 3.1m2.3 32.7c-1-3-1.4.5-3.1 1.1s-4.2-2-3.1 1c1 3 3.3 4.9 5 4.3s2.2-3.5 1.2-6.4m-4.4-10.8c-1.8-2.6-1.5 1.2-3.3 2.7c-1.9 1.4-5.2 0-3.4 2.6s4.8 3.5 6.6 2.1c1.9-1.6 1.9-4.8.1-7.4M26 34.3c-2.2-2.3-1.3 1.4-2.9 3.2c-1.6 1.7-5.1.8-2.9 3.1s5.3 2.7 6.9 1c1.6-1.8 1.1-5-1.1-7.3m-9.2-6.5c-2.8-1.6-.8 1.7-1.8 3.8c-1.1 2.1-4.7 2.2-2 3.8c2.8 1.6 5.8 1.1 6.9-1c1-2.1-.3-5-3.1-6.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#eff6f7"/><path fill="#cc4c5e" d="M50 32.1c-3.8-1.7-7.3-4.3-10.6-7.5c-3.2-3.3-5.8-6.9-7.5-10.6c-1.9-4.1-2.8-8.2-2.5-11.9c-.7.1-1.4.1-2 .2c-.2 3.9.7 8.2 2.7 12.5c1.8 4 4.5 7.7 7.9 11.2c3.4 3.4 7.2 6.1 11.2 7.9c3.9 1.8 7.8 2.8 11.5 2.8h1c.1-.7.2-1.3.2-2c-3.7.2-7.8-.7-11.9-2.6m-23.9 5.8c-3.5-3.4-7.2-6.1-11.2-7.9c-4.3-2-8.6-2.9-12.6-2.7c-.1.7-.2 1.3-.2 2c3.7-.3 7.9.6 12 2.5c3.8 1.7 7.3 4.3 10.6 7.5c3.2 3.3 5.8 6.9 7.5 10.6c1.9 4.1 2.8 8.2 2.5 12c.7-.1 1.4-.1 2-.2c.2-4-.7-8.3-2.7-12.6c-1.8-4-4.5-7.8-7.9-11.2"/><path fill="#ed4c5c" d="M7.5 25.2c-3-.9-.4 1.4-.9 3.1s-4 2.2-1 3.1s5.9.3 6.4-1.4c.6-1.7-1.4-3.9-4.5-4.8m51.6 10.4c.6-1.7-1.3-3.9-4.3-5c-3-1-.4 1.4-1 3.1s-4.1 2-1.1 3.1c2.9 1 5.8.5 6.4-1.2M30.2 11.9c1.7-.5 2.4-3.4 1.4-6.4c-.9-3-1.4.5-3.1 1s-4.1-2.1-3.1.9c.9 3 3 5.1 4.8 4.5m18.9 20.4c1.4-1.9.5-4.8-2.1-6.6s-1.1 1.5-2.6 3.4c-1.4 1.9-5.3 1.5-2.7 3.3c2.7 1.8 6 1.8 7.4-.1M41.7 27c1.7-1.6 1.3-4.7-1-6.9s-1.4 1.3-3.1 2.9s-5.4.6-3.2 2.9c2.3 2.2 5.5 2.7 7.3 1.1m-7.1-7.2c2.1-1 2.6-4.1 1-6.9c-1.5-2.8-1.7.9-3.8 2c-2.1 1-5.4-.9-3.8 1.8c1.5 2.7 4.4 4.1 6.6 3.1m2.3 32.7c-1-3-1.4.5-3.1 1.1s-4.2-2-3.1 1c1 3 3.3 4.9 5 4.3s2.2-3.5 1.2-6.4m-4.4-10.8c-1.8-2.6-1.5 1.2-3.3 2.7c-1.9 1.4-5.2 0-3.4 2.6s4.8 3.5 6.6 2.1c1.9-1.6 1.9-4.8.1-7.4M26 34.3c-2.2-2.3-1.3 1.4-2.9 3.2c-1.6 1.7-5.1.8-2.9 3.1s5.3 2.7 6.9 1c1.6-1.8 1.1-5-1.1-7.3m-9.2-6.5c-2.8-1.6-.8 1.7-1.8 3.8c-1.1 2.1-4.7 2.2-2 3.8c2.8 1.6 5.8 1.1 6.9-1c1-2.1-.3-5-3.1-6.6"/></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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23eff6f7%22%2F%3E%3Cpath%20fill%3D%22%23cc4c5e%22%20d%3D%22M50%2032.1c-3.8-1.7-7.3-4.3-10.6-7.5c-3.2-3.3-5.8-6.9-7.5-10.6c-1.9-4.1-2.8-8.2-2.5-11.9c-.7.1-1.4.1-2%20.2c-.2%203.9.7%208.2%202.7%2012.5c1.8%204%204.5%207.7%207.9%2011.2c3.4%203.4%207.2%206.1%2011.2%207.9c3.9%201.8%207.8%202.8%2011.5%202.8h1c.1-.7.2-1.3.2-2c-3.7.2-7.8-.7-11.9-2.6m-23.9%205.8c-3.5-3.4-7.2-6.1-11.2-7.9c-4.3-2-8.6-2.9-12.6-2.7c-.1.7-.2%201.3-.2%202c3.7-.3%207.9.6%2012%202.5c3.8%201.7%207.3%204.3%2010.6%207.5c3.2%203.3%205.8%206.9%207.5%2010.6c1.9%204.1%202.8%208.2%202.5%2012c.7-.1%201.4-.1%202-.2c.2-4-.7-8.3-2.7-12.6c-1.8-4-4.5-7.8-7.9-11.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M7.5%2025.2c-3-.9-.4%201.4-.9%203.1s-4%202.2-1%203.1s5.9.3%206.4-1.4c.6-1.7-1.4-3.9-4.5-4.8m51.6%2010.4c.6-1.7-1.3-3.9-4.3-5c-3-1-.4%201.4-1%203.1s-4.1%202-1.1%203.1c2.9%201%205.8.5%206.4-1.2M30.2%2011.9c1.7-.5%202.4-3.4%201.4-6.4c-.9-3-1.4.5-3.1%201s-4.1-2.1-3.1.9c.9%203%203%205.1%204.8%204.5m18.9%2020.4c1.4-1.9.5-4.8-2.1-6.6s-1.1%201.5-2.6%203.4c-1.4%201.9-5.3%201.5-2.7%203.3c2.7%201.8%206%201.8%207.4-.1M41.7%2027c1.7-1.6%201.3-4.7-1-6.9s-1.4%201.3-3.1%202.9s-5.4.6-3.2%202.9c2.3%202.2%205.5%202.7%207.3%201.1m-7.1-7.2c2.1-1%202.6-4.1%201-6.9c-1.5-2.8-1.7.9-3.8%202c-2.1%201-5.4-.9-3.8%201.8c1.5%202.7%204.4%204.1%206.6%203.1m2.3%2032.7c-1-3-1.4.5-3.1%201.1s-4.2-2-3.1%201c1%203%203.3%204.9%205%204.3s2.2-3.5%201.2-6.4m-4.4-10.8c-1.8-2.6-1.5%201.2-3.3%202.7c-1.9%201.4-5.2%200-3.4%202.6s4.8%203.5%206.6%202.1c1.9-1.6%201.9-4.8.1-7.4M26%2034.3c-2.2-2.3-1.3%201.4-2.9%203.2c-1.6%201.7-5.1.8-2.9%203.1s5.3%202.7%206.9%201c1.6-1.8%201.1-5-1.1-7.3m-9.2-6.5c-2.8-1.6-.8%201.7-1.8%203.8c-1.1%202.1-4.7%202.2-2%203.8c2.8%201.6%205.8%201.1%206.9-1c1-2.1-.3-5-3.1-6.6%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23eff6f7%22%2F%3E%3Cpath%20fill%3D%22%23cc4c5e%22%20d%3D%22M50%2032.1c-3.8-1.7-7.3-4.3-10.6-7.5c-3.2-3.3-5.8-6.9-7.5-10.6c-1.9-4.1-2.8-8.2-2.5-11.9c-.7.1-1.4.1-2%20.2c-.2%203.9.7%208.2%202.7%2012.5c1.8%204%204.5%207.7%207.9%2011.2c3.4%203.4%207.2%206.1%2011.2%207.9c3.9%201.8%207.8%202.8%2011.5%202.8h1c.1-.7.2-1.3.2-2c-3.7.2-7.8-.7-11.9-2.6m-23.9%205.8c-3.5-3.4-7.2-6.1-11.2-7.9c-4.3-2-8.6-2.9-12.6-2.7c-.1.7-.2%201.3-.2%202c3.7-.3%207.9.6%2012%202.5c3.8%201.7%207.3%204.3%2010.6%207.5c3.2%203.3%205.8%206.9%207.5%2010.6c1.9%204.1%202.8%208.2%202.5%2012c.7-.1%201.4-.1%202-.2c.2-4-.7-8.3-2.7-12.6c-1.8-4-4.5-7.8-7.9-11.2%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M7.5%2025.2c-3-.9-.4%201.4-.9%203.1s-4%202.2-1%203.1s5.9.3%206.4-1.4c.6-1.7-1.4-3.9-4.5-4.8m51.6%2010.4c.6-1.7-1.3-3.9-4.3-5c-3-1-.4%201.4-1%203.1s-4.1%202-1.1%203.1c2.9%201%205.8.5%206.4-1.2M30.2%2011.9c1.7-.5%202.4-3.4%201.4-6.4c-.9-3-1.4.5-3.1%201s-4.1-2.1-3.1.9c.9%203%203%205.1%204.8%204.5m18.9%2020.4c1.4-1.9.5-4.8-2.1-6.6s-1.1%201.5-2.6%203.4c-1.4%201.9-5.3%201.5-2.7%203.3c2.7%201.8%206%201.8%207.4-.1M41.7%2027c1.7-1.6%201.3-4.7-1-6.9s-1.4%201.3-3.1%202.9s-5.4.6-3.2%202.9c2.3%202.2%205.5%202.7%207.3%201.1m-7.1-7.2c2.1-1%202.6-4.1%201-6.9c-1.5-2.8-1.7.9-3.8%202c-2.1%201-5.4-.9-3.8%201.8c1.5%202.7%204.4%204.1%206.6%203.1m2.3%2032.7c-1-3-1.4.5-3.1%201.1s-4.2-2-3.1%201c1%203%203.3%204.9%205%204.3s2.2-3.5%201.2-6.4m-4.4-10.8c-1.8-2.6-1.5%201.2-3.3%202.7c-1.9%201.4-5.2%200-3.4%202.6s4.8%203.5%206.6%202.1c1.9-1.6%201.9-4.8.1-7.4M26%2034.3c-2.2-2.3-1.3%201.4-2.9%203.2c-1.6%201.7-5.1.8-2.9%203.1s5.3%202.7%206.9%201c1.6-1.8%201.1-5-1.1-7.3m-9.2-6.5c-2.8-1.6-.8%201.7-1.8%203.8c-1.1%202.1-4.7%202.2-2%203.8c2.8%201.6%205.8%201.1%206.9-1c1-2.1-.3-5-3.1-6.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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