baseball from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
baseball
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the baseball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#e1e8ed"/><path fill="#b3bec4" d="M31.802 29.546C28.792 28.221 27 24.048 27 18s1.792-10.221 4.802-11.546a18 18 0 0 0-1.428-1.504C27.406 6.605 25 10.578 25 18c0 7.421 2.406 11.395 5.374 13.05c.502-.477.984-.973 1.428-1.504M11 18c0-7.421-2.406-11.395-5.374-13.049a18 18 0 0 0-1.428 1.503C7.208 7.78 9 11.952 9 18S7.208 28.22 4.198 29.546c.445.531.926 1.027 1.428 1.504C8.593 29.395 11 25.421 11 18"/><path fill="#dd2e44" d="M5.092 10.164c-.237 0-.457-.02-.651-.056a1 1 0 0 1 .368-1.966c.43.077 2.691.006 3.148-2.276a.999.999 0 1 1 1.961.393c-.583 2.912-3.139 3.905-4.826 3.905m1.7 3.961c-.53 0-.952-.323-.978-.859c-.026-.551.4-.911.952-.937c0 0 2.564-.035 3.869-2.294A.993.993 0 0 1 12 9.683c.478.276.642.894.365 1.373c-1.851 3.206-5.557 3.069-5.573 3.069M9 19.282c-.734 0-1.414-.135-1.928-.378a1 1 0 0 1 .856-1.808c.83.393 2.926.239 3.73-1.012a1 1 0 1 1 1.683 1.081c-.964 1.501-2.776 2.117-4.341 2.117m1.161 5.525c-1.554 0-2.995-.699-3.926-1.476a1 1 0 0 1 1.28-1.537c.194.163 1.952 1.566 3.782.785a1 1 0 0 1 .781 1.842a4.9 4.9 0 0 1-1.917.386M9.75 30h-.028c-2.504 0-4.679-1.57-5.534-3.108c-.269-.482-.094-1.044.388-1.312c.483-.269 1.092-.07 1.36.412c.484.871 1.996 2.134 3.841 2.185c.552.016.987.388.972.939c-.015.542-.459.884-.999.884m17.438.188a1 1 0 0 1-.981-1.197c.664-3.322 3.894-4.15 5.478-3.849a1 1 0 0 1 .798 1.167a.994.994 0 0 1-1.167.798c-.425-.08-2.69-.007-3.147 2.276a1 1 0 0 1-.981.805m-2.564-4.5a.999.999 0 0 1-.865-1.5c1.852-3.206 3.984-3.304 5.394-3.369l.111-.005a1 1 0 1 1 .096 1.998l-.115.005c-1.204.056-2.449.112-3.754 2.371a1 1 0 0 1-.867.5m-1-6.063a.999.999 0 0 1-.84-1.54c1.415-2.203 4.656-2.501 6.268-1.738a1 1 0 0 1-.855 1.808c-.829-.393-2.926-.239-3.732 1.012a1 1 0 0 1-.841.458m5.625-5.937a1 1 0 0 1-.64-.232c-.194-.162-1.952-1.559-3.781-.785a1.001 1.001 0 0 1-.782-1.841c2.219-.942 4.535-.001 5.844 1.09a1 1 0 0 1-.641 1.768m1.814-3.938a1 1 0 0 1-.875-.514c-.484-.872-1.996-2.123-3.841-2.174c-.553-.015-.987-.506-.973-1.059c.017-.542.461-1.003 1-1.003h.028c2.505 0 4.68 1.694 5.534 3.232a1.017 1.017 0 0 1-.389 1.376a1 1 0 0 1-.484.142"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBaseball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#e1e8ed"/><path fill="#b3bec4" d="M31.802 29.546C28.792 28.221 27 24.048 27 18s1.792-10.221 4.802-11.546a18 18 0 0 0-1.428-1.504C27.406 6.605 25 10.578 25 18c0 7.421 2.406 11.395 5.374 13.05c.502-.477.984-.973 1.428-1.504M11 18c0-7.421-2.406-11.395-5.374-13.049a18 18 0 0 0-1.428 1.503C7.208 7.78 9 11.952 9 18S7.208 28.22 4.198 29.546c.445.531.926 1.027 1.428 1.504C8.593 29.395 11 25.421 11 18"/><path fill="#dd2e44" d="M5.092 10.164c-.237 0-.457-.02-.651-.056a1 1 0 0 1 .368-1.966c.43.077 2.691.006 3.148-2.276a.999.999 0 1 1 1.961.393c-.583 2.912-3.139 3.905-4.826 3.905m1.7 3.961c-.53 0-.952-.323-.978-.859c-.026-.551.4-.911.952-.937c0 0 2.564-.035 3.869-2.294A.993.993 0 0 1 12 9.683c.478.276.642.894.365 1.373c-1.851 3.206-5.557 3.069-5.573 3.069M9 19.282c-.734 0-1.414-.135-1.928-.378a1 1 0 0 1 .856-1.808c.83.393 2.926.239 3.73-1.012a1 1 0 1 1 1.683 1.081c-.964 1.501-2.776 2.117-4.341 2.117m1.161 5.525c-1.554 0-2.995-.699-3.926-1.476a1 1 0 0 1 1.28-1.537c.194.163 1.952 1.566 3.782.785a1 1 0 0 1 .781 1.842a4.9 4.9 0 0 1-1.917.386M9.75 30h-.028c-2.504 0-4.679-1.57-5.534-3.108c-.269-.482-.094-1.044.388-1.312c.483-.269 1.092-.07 1.36.412c.484.871 1.996 2.134 3.841 2.185c.552.016.987.388.972.939c-.015.542-.459.884-.999.884m17.438.188a1 1 0 0 1-.981-1.197c.664-3.322 3.894-4.15 5.478-3.849a1 1 0 0 1 .798 1.167a.994.994 0 0 1-1.167.798c-.425-.08-2.69-.007-3.147 2.276a1 1 0 0 1-.981.805m-2.564-4.5a.999.999 0 0 1-.865-1.5c1.852-3.206 3.984-3.304 5.394-3.369l.111-.005a1 1 0 1 1 .096 1.998l-.115.005c-1.204.056-2.449.112-3.754 2.371a1 1 0 0 1-.867.5m-1-6.063a.999.999 0 0 1-.84-1.54c1.415-2.203 4.656-2.501 6.268-1.738a1 1 0 0 1-.855 1.808c-.829-.393-2.926-.239-3.732 1.012a1 1 0 0 1-.841.458m5.625-5.937a1 1 0 0 1-.64-.232c-.194-.162-1.952-1.559-3.781-.785a1.001 1.001 0 0 1-.782-1.841c2.219-.942 4.535-.001 5.844 1.09a1 1 0 0 1-.641 1.768m1.814-3.938a1 1 0 0 1-.875-.514c-.484-.872-1.996-2.123-3.841-2.174c-.553-.015-.987-.506-.973-1.059c.017-.542.461-1.003 1-1.003h.028c2.505 0 4.68 1.694 5.534 3.232a1.017 1.017 0 0 1-.389 1.376a1 1 0 0 1-.484.142"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#e1e8ed"/><path fill="#b3bec4" d="M31.802 29.546C28.792 28.221 27 24.048 27 18s1.792-10.221 4.802-11.546a18 18 0 0 0-1.428-1.504C27.406 6.605 25 10.578 25 18c0 7.421 2.406 11.395 5.374 13.05c.502-.477.984-.973 1.428-1.504M11 18c0-7.421-2.406-11.395-5.374-13.049a18 18 0 0 0-1.428 1.503C7.208 7.78 9 11.952 9 18S7.208 28.22 4.198 29.546c.445.531.926 1.027 1.428 1.504C8.593 29.395 11 25.421 11 18"/><path fill="#dd2e44" d="M5.092 10.164c-.237 0-.457-.02-.651-.056a1 1 0 0 1 .368-1.966c.43.077 2.691.006 3.148-2.276a.999.999 0 1 1 1.961.393c-.583 2.912-3.139 3.905-4.826 3.905m1.7 3.961c-.53 0-.952-.323-.978-.859c-.026-.551.4-.911.952-.937c0 0 2.564-.035 3.869-2.294A.993.993 0 0 1 12 9.683c.478.276.642.894.365 1.373c-1.851 3.206-5.557 3.069-5.573 3.069M9 19.282c-.734 0-1.414-.135-1.928-.378a1 1 0 0 1 .856-1.808c.83.393 2.926.239 3.73-1.012a1 1 0 1 1 1.683 1.081c-.964 1.501-2.776 2.117-4.341 2.117m1.161 5.525c-1.554 0-2.995-.699-3.926-1.476a1 1 0 0 1 1.28-1.537c.194.163 1.952 1.566 3.782.785a1 1 0 0 1 .781 1.842a4.9 4.9 0 0 1-1.917.386M9.75 30h-.028c-2.504 0-4.679-1.57-5.534-3.108c-.269-.482-.094-1.044.388-1.312c.483-.269 1.092-.07 1.36.412c.484.871 1.996 2.134 3.841 2.185c.552.016.987.388.972.939c-.015.542-.459.884-.999.884m17.438.188a1 1 0 0 1-.981-1.197c.664-3.322 3.894-4.15 5.478-3.849a1 1 0 0 1 .798 1.167a.994.994 0 0 1-1.167.798c-.425-.08-2.69-.007-3.147 2.276a1 1 0 0 1-.981.805m-2.564-4.5a.999.999 0 0 1-.865-1.5c1.852-3.206 3.984-3.304 5.394-3.369l.111-.005a1 1 0 1 1 .096 1.998l-.115.005c-1.204.056-2.449.112-3.754 2.371a1 1 0 0 1-.867.5m-1-6.063a.999.999 0 0 1-.84-1.54c1.415-2.203 4.656-2.501 6.268-1.738a1 1 0 0 1-.855 1.808c-.829-.393-2.926-.239-3.732 1.012a1 1 0 0 1-.841.458m5.625-5.937a1 1 0 0 1-.64-.232c-.194-.162-1.952-1.559-3.781-.785a1.001 1.001 0 0 1-.782-1.841c2.219-.942 4.535-.001 5.844 1.09a1 1 0 0 1-.641 1.768m1.814-3.938a1 1 0 0 1-.875-.514c-.484-.872-1.996-2.123-3.841-2.174c-.553-.015-.987-.506-.973-1.059c.017-.542.461-1.003 1-1.003h.028c2.505 0 4.68 1.694 5.534 3.232a1.017 1.017 0 0 1-.389 1.376a1 1 0 0 1-.484.142"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%23b3bec4%22%20d%3D%22M31.802%2029.546C28.792%2028.221%2027%2024.048%2027%2018s1.792-10.221%204.802-11.546a18%2018%200%200%200-1.428-1.504C27.406%206.605%2025%2010.578%2025%2018c0%207.421%202.406%2011.395%205.374%2013.05c.502-.477.984-.973%201.428-1.504M11%2018c0-7.421-2.406-11.395-5.374-13.049a18%2018%200%200%200-1.428%201.503C7.208%207.78%209%2011.952%209%2018S7.208%2028.22%204.198%2029.546c.445.531.926%201.027%201.428%201.504C8.593%2029.395%2011%2025.421%2011%2018%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M5.092%2010.164c-.237%200-.457-.02-.651-.056a1%201%200%200%201%20.368-1.966c.43.077%202.691.006%203.148-2.276a.999.999%200%201%201%201.961.393c-.583%202.912-3.139%203.905-4.826%203.905m1.7%203.961c-.53%200-.952-.323-.978-.859c-.026-.551.4-.911.952-.937c0%200%202.564-.035%203.869-2.294A.993.993%200%200%201%2012%209.683c.478.276.642.894.365%201.373c-1.851%203.206-5.557%203.069-5.573%203.069M9%2019.282c-.734%200-1.414-.135-1.928-.378a1%201%200%200%201%20.856-1.808c.83.393%202.926.239%203.73-1.012a1%201%200%201%201%201.683%201.081c-.964%201.501-2.776%202.117-4.341%202.117m1.161%205.525c-1.554%200-2.995-.699-3.926-1.476a1%201%200%200%201%201.28-1.537c.194.163%201.952%201.566%203.782.785a1%201%200%200%201%20.781%201.842a4.9%204.9%200%200%201-1.917.386M9.75%2030h-.028c-2.504%200-4.679-1.57-5.534-3.108c-.269-.482-.094-1.044.388-1.312c.483-.269%201.092-.07%201.36.412c.484.871%201.996%202.134%203.841%202.185c.552.016.987.388.972.939c-.015.542-.459.884-.999.884m17.438.188a1%201%200%200%201-.981-1.197c.664-3.322%203.894-4.15%205.478-3.849a1%201%200%200%201%20.798%201.167a.994.994%200%200%201-1.167.798c-.425-.08-2.69-.007-3.147%202.276a1%201%200%200%201-.981.805m-2.564-4.5a.999.999%200%200%201-.865-1.5c1.852-3.206%203.984-3.304%205.394-3.369l.111-.005a1%201%200%201%201%20.096%201.998l-.115.005c-1.204.056-2.449.112-3.754%202.371a1%201%200%200%201-.867.5m-1-6.063a.999.999%200%200%201-.84-1.54c1.415-2.203%204.656-2.501%206.268-1.738a1%201%200%200%201-.855%201.808c-.829-.393-2.926-.239-3.732%201.012a1%201%200%200%201-.841.458m5.625-5.937a1%201%200%200%201-.64-.232c-.194-.162-1.952-1.559-3.781-.785a1.001%201.001%200%200%201-.782-1.841c2.219-.942%204.535-.001%205.844%201.09a1%201%200%200%201-.641%201.768m1.814-3.938a1%201%200%200%201-.875-.514c-.484-.872-1.996-2.123-3.841-2.174c-.553-.015-.987-.506-.973-1.059c.017-.542.461-1.003%201-1.003h.028c2.505%200%204.68%201.694%205.534%203.232a1.017%201.017%200%200%201-.389%201.376a1%201%200%200%201-.484.142%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%23e1e8ed%22%2F%3E%3Cpath%20fill%3D%22%23b3bec4%22%20d%3D%22M31.802%2029.546C28.792%2028.221%2027%2024.048%2027%2018s1.792-10.221%204.802-11.546a18%2018%200%200%200-1.428-1.504C27.406%206.605%2025%2010.578%2025%2018c0%207.421%202.406%2011.395%205.374%2013.05c.502-.477.984-.973%201.428-1.504M11%2018c0-7.421-2.406-11.395-5.374-13.049a18%2018%200%200%200-1.428%201.503C7.208%207.78%209%2011.952%209%2018S7.208%2028.22%204.198%2029.546c.445.531.926%201.027%201.428%201.504C8.593%2029.395%2011%2025.421%2011%2018%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M5.092%2010.164c-.237%200-.457-.02-.651-.056a1%201%200%200%201%20.368-1.966c.43.077%202.691.006%203.148-2.276a.999.999%200%201%201%201.961.393c-.583%202.912-3.139%203.905-4.826%203.905m1.7%203.961c-.53%200-.952-.323-.978-.859c-.026-.551.4-.911.952-.937c0%200%202.564-.035%203.869-2.294A.993.993%200%200%201%2012%209.683c.478.276.642.894.365%201.373c-1.851%203.206-5.557%203.069-5.573%203.069M9%2019.282c-.734%200-1.414-.135-1.928-.378a1%201%200%200%201%20.856-1.808c.83.393%202.926.239%203.73-1.012a1%201%200%201%201%201.683%201.081c-.964%201.501-2.776%202.117-4.341%202.117m1.161%205.525c-1.554%200-2.995-.699-3.926-1.476a1%201%200%200%201%201.28-1.537c.194.163%201.952%201.566%203.782.785a1%201%200%200%201%20.781%201.842a4.9%204.9%200%200%201-1.917.386M9.75%2030h-.028c-2.504%200-4.679-1.57-5.534-3.108c-.269-.482-.094-1.044.388-1.312c.483-.269%201.092-.07%201.36.412c.484.871%201.996%202.134%203.841%202.185c.552.016.987.388.972.939c-.015.542-.459.884-.999.884m17.438.188a1%201%200%200%201-.981-1.197c.664-3.322%203.894-4.15%205.478-3.849a1%201%200%200%201%20.798%201.167a.994.994%200%200%201-1.167.798c-.425-.08-2.69-.007-3.147%202.276a1%201%200%200%201-.981.805m-2.564-4.5a.999.999%200%200%201-.865-1.5c1.852-3.206%203.984-3.304%205.394-3.369l.111-.005a1%201%200%201%201%20.096%201.998l-.115.005c-1.204.056-2.449.112-3.754%202.371a1%201%200%200%201-.867.5m-1-6.063a.999.999%200%200%201-.84-1.54c1.415-2.203%204.656-2.501%206.268-1.738a1%201%200%200%201-.855%201.808c-.829-.393-2.926-.239-3.732%201.012a1%201%200%200%201-.841.458m5.625-5.937a1%201%200%200%201-.64-.232c-.194-.162-1.952-1.559-3.781-.785a1.001%201.001%200%200%201-.782-1.841c2.219-.942%204.535-.001%205.844%201.09a1%201%200%200%201-.641%201.768m1.814-3.938a1%201%200%200%201-.875-.514c-.484-.872-1.996-2.123-3.841-2.174c-.553-.015-.987-.506-.973-1.059c.017-.542.461-1.003%201-1.003h.028c2.505%200%204.68%201.694%205.534%203.232a1.017%201.017%200%200%201-.389%201.376a1%201%200%200%201-.484.142%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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