md baseball icon

md-baseball from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-baseball
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md baseball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M365.9 402.6L343 416.1l-16-28 20.2-11.9c-5.2-8.5-9.8-17.4-13.9-26.7-1.4-3.1-2.7-6.3-3.9-9.5l-25.1 5.8-7.1-31.6 22.6-5.2c-2.8-12.1-4.7-24-5.5-37H290v-32h24.3c.8-12 2.7-24.8 5.5-36.8l-22.6-5.2 7.1-31.6 25.1 5.8c1.3-3.2 2.6-6.4 4-9.6 4.1-9.2 8.7-18.1 13.8-26.6L327 124.1l16-28 22.8 13.5c5.2-6.4 10.8-12.5 16.7-18.3C347.4 64.1 303.5 48 256 48s-91.4 16.1-126.5 43.2c5.9 5.8 11.5 12 16.7 18.3L169 96.1l16 28-20.2 11.9c5.1 8.5 9.8 17.4 13.8 26.6 1.4 3.2 2.7 6.4 4 9.6l25.1-5.8 7.1 31.6-22.6 5.2c2.8 12.1 4.6 24.8 5.5 36.8H222v32h-24.3c-.8 13-2.7 24.9-5.5 37l22.6 5.2-7.1 31.6-25.1-5.8c-1.2 3.2-2.5 6.3-3.9 9.5-4.1 9.2-8.7 18.1-13.9 26.7l20.2 11.9-16 28-22.9-13.5c-5.2 6.3-10.7 12.4-16.6 18.2 35.1 27.1 79 43.2 126.5 43.2s91.4-16.1 126.5-43.2c-5.9-5.8-11.4-11.9-16.6-18.2z" fill="currentColor"/><path d="M393.8 126l18.1 10.7-16 28-21.2-12.5c-5 8.3-9.5 16.9-13.3 25.9-.2.4-.4.9-.5 1.3l21 4.9-7.1 31.6-23.9-5.5c-2.3 9.7-3.8 19.6-4.6 29.6H370v32h-23.6c.8 10 2.3 20 4.6 29.8l23.9-5.5 7.1 31.6-21 4.9c.2.4.3.8.5 1.2 3.8 9 8.3 17.7 13.3 26l21.1-12.4 16 28-18 10.6c3.3 3.9 6.8 7.7 10.5 11.3l2 2C442 362 464 311.4 464 256s-22-106-57.7-143.4c-.7.7-1.4 1.3-2 2-3.7 3.7-7.2 7.5-10.5 11.4z" fill="currentColor"/><path d="M118.2 386.1l-18-10.6 16-28 21.1 12.4c5.1-8.3 9.5-17 13.3-26 .2-.4.3-.8.5-1.2l-21-4.9 7.1-31.6 23.9 5.5c2.3-9.8 3.8-19.8 4.6-29.8H142v-32h23.6c-.8-10-2.3-19.9-4.6-29.6l-23.9 5.5-7.1-31.6 21-4.9c-.2-.4-.3-.9-.5-1.3-3.8-9-8.2-17.7-13.3-25.9L116 164.6l-16-28 18.1-10.7c-3.4-3.9-6.9-7.7-10.6-11.4l-2-2C70 150 48 200.6 48 256s22 106 57.7 143.4c.7-.7 1.4-1.3 2-2 3.6-3.6 7.1-7.4 10.5-11.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdBaseball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M365.9 402.6L343 416.1l-16-28 20.2-11.9c-5.2-8.5-9.8-17.4-13.9-26.7-1.4-3.1-2.7-6.3-3.9-9.5l-25.1 5.8-7.1-31.6 22.6-5.2c-2.8-12.1-4.7-24-5.5-37H290v-32h24.3c.8-12 2.7-24.8 5.5-36.8l-22.6-5.2 7.1-31.6 25.1 5.8c1.3-3.2 2.6-6.4 4-9.6 4.1-9.2 8.7-18.1 13.8-26.6L327 124.1l16-28 22.8 13.5c5.2-6.4 10.8-12.5 16.7-18.3C347.4 64.1 303.5 48 256 48s-91.4 16.1-126.5 43.2c5.9 5.8 11.5 12 16.7 18.3L169 96.1l16 28-20.2 11.9c5.1 8.5 9.8 17.4 13.8 26.6 1.4 3.2 2.7 6.4 4 9.6l25.1-5.8 7.1 31.6-22.6 5.2c2.8 12.1 4.6 24.8 5.5 36.8H222v32h-24.3c-.8 13-2.7 24.9-5.5 37l22.6 5.2-7.1 31.6-25.1-5.8c-1.2 3.2-2.5 6.3-3.9 9.5-4.1 9.2-8.7 18.1-13.9 26.7l20.2 11.9-16 28-22.9-13.5c-5.2 6.3-10.7 12.4-16.6 18.2 35.1 27.1 79 43.2 126.5 43.2s91.4-16.1 126.5-43.2c-5.9-5.8-11.4-11.9-16.6-18.2z" fill="currentColor"/><path d="M393.8 126l18.1 10.7-16 28-21.2-12.5c-5 8.3-9.5 16.9-13.3 25.9-.2.4-.4.9-.5 1.3l21 4.9-7.1 31.6-23.9-5.5c-2.3 9.7-3.8 19.6-4.6 29.6H370v32h-23.6c.8 10 2.3 20 4.6 29.8l23.9-5.5 7.1 31.6-21 4.9c.2.4.3.8.5 1.2 3.8 9 8.3 17.7 13.3 26l21.1-12.4 16 28-18 10.6c3.3 3.9 6.8 7.7 10.5 11.3l2 2C442 362 464 311.4 464 256s-22-106-57.7-143.4c-.7.7-1.4 1.3-2 2-3.7 3.7-7.2 7.5-10.5 11.4z" fill="currentColor"/><path d="M118.2 386.1l-18-10.6 16-28 21.1 12.4c5.1-8.3 9.5-17 13.3-26 .2-.4.3-.8.5-1.2l-21-4.9 7.1-31.6 23.9 5.5c2.3-9.8 3.8-19.8 4.6-29.8H142v-32h23.6c-.8-10-2.3-19.9-4.6-29.6l-23.9 5.5-7.1-31.6 21-4.9c-.2-.4-.3-.9-.5-1.3-3.8-9-8.2-17.7-13.3-25.9L116 164.6l-16-28 18.1-10.7c-3.4-3.9-6.9-7.7-10.6-11.4l-2-2C70 150 48 200.6 48 256s22 106 57.7 143.4c.7-.7 1.4-1.3 2-2 3.6-3.6 7.1-7.4 10.5-11.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M365.9 402.6L343 416.1l-16-28 20.2-11.9c-5.2-8.5-9.8-17.4-13.9-26.7-1.4-3.1-2.7-6.3-3.9-9.5l-25.1 5.8-7.1-31.6 22.6-5.2c-2.8-12.1-4.7-24-5.5-37H290v-32h24.3c.8-12 2.7-24.8 5.5-36.8l-22.6-5.2 7.1-31.6 25.1 5.8c1.3-3.2 2.6-6.4 4-9.6 4.1-9.2 8.7-18.1 13.8-26.6L327 124.1l16-28 22.8 13.5c5.2-6.4 10.8-12.5 16.7-18.3C347.4 64.1 303.5 48 256 48s-91.4 16.1-126.5 43.2c5.9 5.8 11.5 12 16.7 18.3L169 96.1l16 28-20.2 11.9c5.1 8.5 9.8 17.4 13.8 26.6 1.4 3.2 2.7 6.4 4 9.6l25.1-5.8 7.1 31.6-22.6 5.2c2.8 12.1 4.6 24.8 5.5 36.8H222v32h-24.3c-.8 13-2.7 24.9-5.5 37l22.6 5.2-7.1 31.6-25.1-5.8c-1.2 3.2-2.5 6.3-3.9 9.5-4.1 9.2-8.7 18.1-13.9 26.7l20.2 11.9-16 28-22.9-13.5c-5.2 6.3-10.7 12.4-16.6 18.2 35.1 27.1 79 43.2 126.5 43.2s91.4-16.1 126.5-43.2c-5.9-5.8-11.4-11.9-16.6-18.2z" fill="currentColor"/><path d="M393.8 126l18.1 10.7-16 28-21.2-12.5c-5 8.3-9.5 16.9-13.3 25.9-.2.4-.4.9-.5 1.3l21 4.9-7.1 31.6-23.9-5.5c-2.3 9.7-3.8 19.6-4.6 29.6H370v32h-23.6c.8 10 2.3 20 4.6 29.8l23.9-5.5 7.1 31.6-21 4.9c.2.4.3.8.5 1.2 3.8 9 8.3 17.7 13.3 26l21.1-12.4 16 28-18 10.6c3.3 3.9 6.8 7.7 10.5 11.3l2 2C442 362 464 311.4 464 256s-22-106-57.7-143.4c-.7.7-1.4 1.3-2 2-3.7 3.7-7.2 7.5-10.5 11.4z" fill="currentColor"/><path d="M118.2 386.1l-18-10.6 16-28 21.1 12.4c5.1-8.3 9.5-17 13.3-26 .2-.4.3-.8.5-1.2l-21-4.9 7.1-31.6 23.9 5.5c2.3-9.8 3.8-19.8 4.6-29.8H142v-32h23.6c-.8-10-2.3-19.9-4.6-29.6l-23.9 5.5-7.1-31.6 21-4.9c-.2-.4-.3-.9-.5-1.3-3.8-9-8.2-17.7-13.3-25.9L116 164.6l-16-28 18.1-10.7c-3.4-3.9-6.9-7.7-10.6-11.4l-2-2C70 150 48 200.6 48 256s22 106 57.7 143.4c.7-.7 1.4-1.3 2-2 3.6-3.6 7.1-7.4 10.5-11.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M365.9%20402.6L343%20416.1l-16-28%2020.2-11.9c-5.2-8.5-9.8-17.4-13.9-26.7-1.4-3.1-2.7-6.3-3.9-9.5l-25.1%205.8-7.1-31.6%2022.6-5.2c-2.8-12.1-4.7-24-5.5-37H290v-32h24.3c.8-12%202.7-24.8%205.5-36.8l-22.6-5.2%207.1-31.6%2025.1%205.8c1.3-3.2%202.6-6.4%204-9.6%204.1-9.2%208.7-18.1%2013.8-26.6L327%20124.1l16-28%2022.8%2013.5c5.2-6.4%2010.8-12.5%2016.7-18.3C347.4%2064.1%20303.5%2048%20256%2048s-91.4%2016.1-126.5%2043.2c5.9%205.8%2011.5%2012%2016.7%2018.3L169%2096.1l16%2028-20.2%2011.9c5.1%208.5%209.8%2017.4%2013.8%2026.6%201.4%203.2%202.7%206.4%204%209.6l25.1-5.8%207.1%2031.6-22.6%205.2c2.8%2012.1%204.6%2024.8%205.5%2036.8H222v32h-24.3c-.8%2013-2.7%2024.9-5.5%2037l22.6%205.2-7.1%2031.6-25.1-5.8c-1.2%203.2-2.5%206.3-3.9%209.5-4.1%209.2-8.7%2018.1-13.9%2026.7l20.2%2011.9-16%2028-22.9-13.5c-5.2%206.3-10.7%2012.4-16.6%2018.2%2035.1%2027.1%2079%2043.2%20126.5%2043.2s91.4-16.1%20126.5-43.2c-5.9-5.8-11.4-11.9-16.6-18.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M393.8%20126l18.1%2010.7-16%2028-21.2-12.5c-5%208.3-9.5%2016.9-13.3%2025.9-.2.4-.4.9-.5%201.3l21%204.9-7.1%2031.6-23.9-5.5c-2.3%209.7-3.8%2019.6-4.6%2029.6H370v32h-23.6c.8%2010%202.3%2020%204.6%2029.8l23.9-5.5%207.1%2031.6-21%204.9c.2.4.3.8.5%201.2%203.8%209%208.3%2017.7%2013.3%2026l21.1-12.4%2016%2028-18%2010.6c3.3%203.9%206.8%207.7%2010.5%2011.3l2%202C442%20362%20464%20311.4%20464%20256s-22-106-57.7-143.4c-.7.7-1.4%201.3-2%202-3.7%203.7-7.2%207.5-10.5%2011.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M118.2%20386.1l-18-10.6%2016-28%2021.1%2012.4c5.1-8.3%209.5-17%2013.3-26%20.2-.4.3-.8.5-1.2l-21-4.9%207.1-31.6%2023.9%205.5c2.3-9.8%203.8-19.8%204.6-29.8H142v-32h23.6c-.8-10-2.3-19.9-4.6-29.6l-23.9%205.5-7.1-31.6%2021-4.9c-.2-.4-.3-.9-.5-1.3-3.8-9-8.2-17.7-13.3-25.9L116%20164.6l-16-28%2018.1-10.7c-3.4-3.9-6.9-7.7-10.6-11.4l-2-2C70%20150%2048%20200.6%2048%20256s22%20106%2057.7%20143.4c.7-.7%201.4-1.3%202-2%203.6-3.6%207.1-7.4%2010.5-11.3z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M365.9%20402.6L343%20416.1l-16-28%2020.2-11.9c-5.2-8.5-9.8-17.4-13.9-26.7-1.4-3.1-2.7-6.3-3.9-9.5l-25.1%205.8-7.1-31.6%2022.6-5.2c-2.8-12.1-4.7-24-5.5-37H290v-32h24.3c.8-12%202.7-24.8%205.5-36.8l-22.6-5.2%207.1-31.6%2025.1%205.8c1.3-3.2%202.6-6.4%204-9.6%204.1-9.2%208.7-18.1%2013.8-26.6L327%20124.1l16-28%2022.8%2013.5c5.2-6.4%2010.8-12.5%2016.7-18.3C347.4%2064.1%20303.5%2048%20256%2048s-91.4%2016.1-126.5%2043.2c5.9%205.8%2011.5%2012%2016.7%2018.3L169%2096.1l16%2028-20.2%2011.9c5.1%208.5%209.8%2017.4%2013.8%2026.6%201.4%203.2%202.7%206.4%204%209.6l25.1-5.8%207.1%2031.6-22.6%205.2c2.8%2012.1%204.6%2024.8%205.5%2036.8H222v32h-24.3c-.8%2013-2.7%2024.9-5.5%2037l22.6%205.2-7.1%2031.6-25.1-5.8c-1.2%203.2-2.5%206.3-3.9%209.5-4.1%209.2-8.7%2018.1-13.9%2026.7l20.2%2011.9-16%2028-22.9-13.5c-5.2%206.3-10.7%2012.4-16.6%2018.2%2035.1%2027.1%2079%2043.2%20126.5%2043.2s91.4-16.1%20126.5-43.2c-5.9-5.8-11.4-11.9-16.6-18.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M393.8%20126l18.1%2010.7-16%2028-21.2-12.5c-5%208.3-9.5%2016.9-13.3%2025.9-.2.4-.4.9-.5%201.3l21%204.9-7.1%2031.6-23.9-5.5c-2.3%209.7-3.8%2019.6-4.6%2029.6H370v32h-23.6c.8%2010%202.3%2020%204.6%2029.8l23.9-5.5%207.1%2031.6-21%204.9c.2.4.3.8.5%201.2%203.8%209%208.3%2017.7%2013.3%2026l21.1-12.4%2016%2028-18%2010.6c3.3%203.9%206.8%207.7%2010.5%2011.3l2%202C442%20362%20464%20311.4%20464%20256s-22-106-57.7-143.4c-.7.7-1.4%201.3-2%202-3.7%203.7-7.2%207.5-10.5%2011.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M118.2%20386.1l-18-10.6%2016-28%2021.1%2012.4c5.1-8.3%209.5-17%2013.3-26%20.2-.4.3-.8.5-1.2l-21-4.9%207.1-31.6%2023.9%205.5c2.3-9.8%203.8-19.8%204.6-29.8H142v-32h23.6c-.8-10-2.3-19.9-4.6-29.6l-23.9%205.5-7.1-31.6%2021-4.9c-.2-.4-.3-.9-.5-1.3-3.8-9-8.2-17.7-13.3-25.9L116%20164.6l-16-28%2018.1-10.7c-3.4-3.9-6.9-7.7-10.6-11.4l-2-2C70%20150%2048%20200.6%2048%20256s22%20106%2057.7%20143.4c.7-.7%201.4-1.3%202-2%203.6-3.6%207.1-7.4%2010.5-11.3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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