baseball icon

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

Name
baseball-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M302.16 56.2a13.88 13.88 0 0 1-3.42 8.91l-.11 5.13l-27.71-.57c0 1.3.09 2.61.16 3.91a177 177 0 0 0 3.45 26.31l24.72-7.18l7.81 26.88l-24.71 7.18a177 177 0 0 0 13.34 27.69l21.27-15l16.16 22.86l-21.29 15.05q5.25 6.33 11.11 12.19c3.91 3.91 8 7.6 12.2 11.1l15.71-22.22l22.86 16.16L358 216.75a179 179 0 0 0 27.68 13.32l7.49-25.8l26.89 7.81l-7.5 25.83a178 178 0 0 0 31 3.67l-.41-24.67l17.41-.29A208 208 0 0 0 301.82 52.93a13.7 13.7 0 0 1 .34 3.27M214 441.64l27.91.49a177.5 177.5 0 0 0-3.62-29.95l-24.14 7l-7.81-26.88l24.11-7a178 178 0 0 0-13.33-27.68L196.79 372l-16.16-22.86L201 334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91 19.68L141 314.93l13.9-19.66a177 177 0 0 0-27.7-13.33l-6.37 21.94l-26.89-7.81l6.38-22a177 177 0 0 0-26.32-3.4c-1.59-.09-3.18-.16-4.78-.2l.4 22.34l-17.71.32a207.88 207.88 0 0 0 161.81 166.48Z"/><path fill="currentColor" d="m444.65 302.67l-.55-33.06a206 206 0 0 1-39.33-4.74L397 291.8l-26.94-7.8l7.83-27a207 207 0 0 1-36.06-17.35l-16.36 23.15l-22.86-16.16l16.33-23.11a204.2 204.2 0 0 1-30-30l-22.19 15.67l-16.16-22.87l22.17-15.67a206 206 0 0 1-17.38-36.06l-25.75 7.48l-7.81-26.89l25.73-7.47q-2-9.21-3.18-18.64h-.47l-.78-14l-.33-6l-17.94-.32a13 13 0 0 1-1.79-.16l-6.35-.13l.06-2.47a14 14 0 0 1-5.66-11.49a13 13 0 0 1 .13-1.67A208 208 0 0 0 52.16 217.43l16.1-.28l.45 25.18l6.83.38l14 .77v.48q9.42 1.17 18.64 3.18l6.68-23L141.7 232l-6.7 23a205.3 205.3 0 0 1 36.06 17.38l14.53-20.56L208.47 268L194 288.5a203.5 203.5 0 0 1 30 30l21.3-15l16.16 22.86l-21.36 15.05a207 207 0 0 1 17.34 36.06l25.27-7.33l7.81 26.86l-25.24 7.33a206 206 0 0 1 4.72 38.3l29.42.53l-.29 16.48a207.94 207.94 0 0 0 160-157.21Z"/></svg>

React

import type { SVGProps } from "react";

export function IonBaseballSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M302.16 56.2a13.88 13.88 0 0 1-3.42 8.91l-.11 5.13l-27.71-.57c0 1.3.09 2.61.16 3.91a177 177 0 0 0 3.45 26.31l24.72-7.18l7.81 26.88l-24.71 7.18a177 177 0 0 0 13.34 27.69l21.27-15l16.16 22.86l-21.29 15.05q5.25 6.33 11.11 12.19c3.91 3.91 8 7.6 12.2 11.1l15.71-22.22l22.86 16.16L358 216.75a179 179 0 0 0 27.68 13.32l7.49-25.8l26.89 7.81l-7.5 25.83a178 178 0 0 0 31 3.67l-.41-24.67l17.41-.29A208 208 0 0 0 301.82 52.93a13.7 13.7 0 0 1 .34 3.27M214 441.64l27.91.49a177.5 177.5 0 0 0-3.62-29.95l-24.14 7l-7.81-26.88l24.11-7a178 178 0 0 0-13.33-27.68L196.79 372l-16.16-22.86L201 334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91 19.68L141 314.93l13.9-19.66a177 177 0 0 0-27.7-13.33l-6.37 21.94l-26.89-7.81l6.38-22a177 177 0 0 0-26.32-3.4c-1.59-.09-3.18-.16-4.78-.2l.4 22.34l-17.71.32a207.88 207.88 0 0 0 161.81 166.48Z"/><path fill="currentColor" d="m444.65 302.67l-.55-33.06a206 206 0 0 1-39.33-4.74L397 291.8l-26.94-7.8l7.83-27a207 207 0 0 1-36.06-17.35l-16.36 23.15l-22.86-16.16l16.33-23.11a204.2 204.2 0 0 1-30-30l-22.19 15.67l-16.16-22.87l22.17-15.67a206 206 0 0 1-17.38-36.06l-25.75 7.48l-7.81-26.89l25.73-7.47q-2-9.21-3.18-18.64h-.47l-.78-14l-.33-6l-17.94-.32a13 13 0 0 1-1.79-.16l-6.35-.13l.06-2.47a14 14 0 0 1-5.66-11.49a13 13 0 0 1 .13-1.67A208 208 0 0 0 52.16 217.43l16.1-.28l.45 25.18l6.83.38l14 .77v.48q9.42 1.17 18.64 3.18l6.68-23L141.7 232l-6.7 23a205.3 205.3 0 0 1 36.06 17.38l14.53-20.56L208.47 268L194 288.5a203.5 203.5 0 0 1 30 30l21.3-15l16.16 22.86l-21.36 15.05a207 207 0 0 1 17.34 36.06l25.27-7.33l7.81 26.86l-25.24 7.33a206 206 0 0 1 4.72 38.3l29.42.53l-.29 16.48a207.94 207.94 0 0 0 160-157.21Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M302.16 56.2a13.88 13.88 0 0 1-3.42 8.91l-.11 5.13l-27.71-.57c0 1.3.09 2.61.16 3.91a177 177 0 0 0 3.45 26.31l24.72-7.18l7.81 26.88l-24.71 7.18a177 177 0 0 0 13.34 27.69l21.27-15l16.16 22.86l-21.29 15.05q5.25 6.33 11.11 12.19c3.91 3.91 8 7.6 12.2 11.1l15.71-22.22l22.86 16.16L358 216.75a179 179 0 0 0 27.68 13.32l7.49-25.8l26.89 7.81l-7.5 25.83a178 178 0 0 0 31 3.67l-.41-24.67l17.41-.29A208 208 0 0 0 301.82 52.93a13.7 13.7 0 0 1 .34 3.27M214 441.64l27.91.49a177.5 177.5 0 0 0-3.62-29.95l-24.14 7l-7.81-26.88l24.11-7a178 178 0 0 0-13.33-27.68L196.79 372l-16.16-22.86L201 334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91 19.68L141 314.93l13.9-19.66a177 177 0 0 0-27.7-13.33l-6.37 21.94l-26.89-7.81l6.38-22a177 177 0 0 0-26.32-3.4c-1.59-.09-3.18-.16-4.78-.2l.4 22.34l-17.71.32a207.88 207.88 0 0 0 161.81 166.48Z"/><path fill="currentColor" d="m444.65 302.67l-.55-33.06a206 206 0 0 1-39.33-4.74L397 291.8l-26.94-7.8l7.83-27a207 207 0 0 1-36.06-17.35l-16.36 23.15l-22.86-16.16l16.33-23.11a204.2 204.2 0 0 1-30-30l-22.19 15.67l-16.16-22.87l22.17-15.67a206 206 0 0 1-17.38-36.06l-25.75 7.48l-7.81-26.89l25.73-7.47q-2-9.21-3.18-18.64h-.47l-.78-14l-.33-6l-17.94-.32a13 13 0 0 1-1.79-.16l-6.35-.13l.06-2.47a14 14 0 0 1-5.66-11.49a13 13 0 0 1 .13-1.67A208 208 0 0 0 52.16 217.43l16.1-.28l.45 25.18l6.83.38l14 .77v.48q9.42 1.17 18.64 3.18l6.68-23L141.7 232l-6.7 23a205.3 205.3 0 0 1 36.06 17.38l14.53-20.56L208.47 268L194 288.5a203.5 203.5 0 0 1 30 30l21.3-15l16.16 22.86l-21.36 15.05a207 207 0 0 1 17.34 36.06l25.27-7.33l7.81 26.86l-25.24 7.33a206 206 0 0 1 4.72 38.3l29.42.53l-.29 16.48a207.94 207.94 0 0 0 160-157.21Z"/></svg>
</template>

CSS

.icon-baseball-sharp {
  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%20fill%3D%22currentColor%22%20d%3D%22M302.16%2056.2a13.88%2013.88%200%200%201-3.42%208.91l-.11%205.13l-27.71-.57c0%201.3.09%202.61.16%203.91a177%20177%200%200%200%203.45%2026.31l24.72-7.18l7.81%2026.88l-24.71%207.18a177%20177%200%200%200%2013.34%2027.69l21.27-15l16.16%2022.86l-21.29%2015.05q5.25%206.33%2011.11%2012.19c3.91%203.91%208%207.6%2012.2%2011.1l15.71-22.22l22.86%2016.16L358%20216.75a179%20179%200%200%200%2027.68%2013.32l7.49-25.8l26.89%207.81l-7.5%2025.83a178%20178%200%200%200%2031%203.67l-.41-24.67l17.41-.29A208%20208%200%200%200%20301.82%2052.93a13.7%2013.7%200%200%201%20.34%203.27M214%20441.64l27.91.49a177.5%20177.5%200%200%200-3.62-29.95l-24.14%207l-7.81-26.88l24.11-7a178%20178%200%200%200-13.33-27.68L196.79%20372l-16.16-22.86L201%20334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91%2019.68L141%20314.93l13.9-19.66a177%20177%200%200%200-27.7-13.33l-6.37%2021.94l-26.89-7.81l6.38-22a177%20177%200%200%200-26.32-3.4c-1.59-.09-3.18-.16-4.78-.2l.4%2022.34l-17.71.32a207.88%20207.88%200%200%200%20161.81%20166.48Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m444.65%20302.67l-.55-33.06a206%20206%200%200%201-39.33-4.74L397%20291.8l-26.94-7.8l7.83-27a207%20207%200%200%201-36.06-17.35l-16.36%2023.15l-22.86-16.16l16.33-23.11a204.2%20204.2%200%200%201-30-30l-22.19%2015.67l-16.16-22.87l22.17-15.67a206%20206%200%200%201-17.38-36.06l-25.75%207.48l-7.81-26.89l25.73-7.47q-2-9.21-3.18-18.64h-.47l-.78-14l-.33-6l-17.94-.32a13%2013%200%200%201-1.79-.16l-6.35-.13l.06-2.47a14%2014%200%200%201-5.66-11.49a13%2013%200%200%201%20.13-1.67A208%20208%200%200%200%2052.16%20217.43l16.1-.28l.45%2025.18l6.83.38l14%20.77v.48q9.42%201.17%2018.64%203.18l6.68-23L141.7%20232l-6.7%2023a205.3%20205.3%200%200%201%2036.06%2017.38l14.53-20.56L208.47%20268L194%20288.5a203.5%20203.5%200%200%201%2030%2030l21.3-15l16.16%2022.86l-21.36%2015.05a207%20207%200%200%201%2017.34%2036.06l25.27-7.33l7.81%2026.86l-25.24%207.33a206%20206%200%200%201%204.72%2038.3l29.42.53l-.29%2016.48a207.94%20207.94%200%200%200%20160-157.21Z%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%20fill%3D%22currentColor%22%20d%3D%22M302.16%2056.2a13.88%2013.88%200%200%201-3.42%208.91l-.11%205.13l-27.71-.57c0%201.3.09%202.61.16%203.91a177%20177%200%200%200%203.45%2026.31l24.72-7.18l7.81%2026.88l-24.71%207.18a177%20177%200%200%200%2013.34%2027.69l21.27-15l16.16%2022.86l-21.29%2015.05q5.25%206.33%2011.11%2012.19c3.91%203.91%208%207.6%2012.2%2011.1l15.71-22.22l22.86%2016.16L358%20216.75a179%20179%200%200%200%2027.68%2013.32l7.49-25.8l26.89%207.81l-7.5%2025.83a178%20178%200%200%200%2031%203.67l-.41-24.67l17.41-.29A208%20208%200%200%200%20301.82%2052.93a13.7%2013.7%200%200%201%20.34%203.27M214%20441.64l27.91.49a177.5%20177.5%200%200%200-3.62-29.95l-24.14%207l-7.81-26.88l24.11-7a178%20178%200%200%200-13.33-27.68L196.79%20372l-16.16-22.86L201%20334.73c-3.49-4.22-7.19-8.3-11.09-12.2s-8-7.62-12.19-11.12l-13.91%2019.68L141%20314.93l13.9-19.66a177%20177%200%200%200-27.7-13.33l-6.37%2021.94l-26.89-7.81l6.38-22a177%20177%200%200%200-26.32-3.4c-1.59-.09-3.18-.16-4.78-.2l.4%2022.34l-17.71.32a207.88%20207.88%200%200%200%20161.81%20166.48Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m444.65%20302.67l-.55-33.06a206%20206%200%200%201-39.33-4.74L397%20291.8l-26.94-7.8l7.83-27a207%20207%200%200%201-36.06-17.35l-16.36%2023.15l-22.86-16.16l16.33-23.11a204.2%20204.2%200%200%201-30-30l-22.19%2015.67l-16.16-22.87l22.17-15.67a206%20206%200%200%201-17.38-36.06l-25.75%207.48l-7.81-26.89l25.73-7.47q-2-9.21-3.18-18.64h-.47l-.78-14l-.33-6l-17.94-.32a13%2013%200%200%201-1.79-.16l-6.35-.13l.06-2.47a14%2014%200%200%201-5.66-11.49a13%2013%200%200%201%20.13-1.67A208%20208%200%200%200%2052.16%20217.43l16.1-.28l.45%2025.18l6.83.38l14%20.77v.48q9.42%201.17%2018.64%203.18l6.68-23L141.7%20232l-6.7%2023a205.3%20205.3%200%200%201%2036.06%2017.38l14.53-20.56L208.47%20268L194%20288.5a203.5%20203.5%200%200%201%2030%2030l21.3-15l16.16%2022.86l-21.36%2015.05a207%20207%200%200%201%2017.34%2036.06l25.27-7.33l7.81%2026.86l-25.24%207.33a206%20206%200%200%201%204.72%2038.3l29.42.53l-.29%2016.48a207.94%20207.94%200%200%200%20160-157.21Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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