sports baseball icon

sports-baseball-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-baseball-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-baseball-outline-rounded, sports-baseball-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the sports baseball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.6 16.8q1.125-.875 1.763-2.125T8 12t-.638-2.675T5.6 7.2q-.775 1.05-1.187 2.275T4 12t.413 2.525T5.6 16.8m9.063 2.763Q15.95 19.125 17 18.25q-1.425-1.15-2.212-2.787T14 12t.788-3.463T17 5.75q-1.05-.875-2.337-1.312T12 4t-2.662.438T7 5.75Q8.425 6.9 9.213 8.538T10 12t-.788 3.463T7 18.25q1.05.875 2.338 1.313T12 20t2.663-.437M18.4 16.8q.775-1.05 1.188-2.275T20 12t-.413-2.525T18.4 7.2q-1.125.875-1.763 2.125T16 12t.638 2.675T18.4 16.8M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSportsBaseballOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.6 16.8q1.125-.875 1.763-2.125T8 12t-.638-2.675T5.6 7.2q-.775 1.05-1.187 2.275T4 12t.413 2.525T5.6 16.8m9.063 2.763Q15.95 19.125 17 18.25q-1.425-1.15-2.212-2.787T14 12t.788-3.463T17 5.75q-1.05-.875-2.337-1.312T12 4t-2.662.438T7 5.75Q8.425 6.9 9.213 8.538T10 12t-.788 3.463T7 18.25q1.05.875 2.338 1.313T12 20t2.663-.437M18.4 16.8q.775-1.05 1.188-2.275T20 12t-.413-2.525T18.4 7.2q-1.125.875-1.763 2.125T16 12t.638 2.675T18.4 16.8M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.6 16.8q1.125-.875 1.763-2.125T8 12t-.638-2.675T5.6 7.2q-.775 1.05-1.187 2.275T4 12t.413 2.525T5.6 16.8m9.063 2.763Q15.95 19.125 17 18.25q-1.425-1.15-2.212-2.787T14 12t.788-3.463T17 5.75q-1.05-.875-2.337-1.312T12 4t-2.662.438T7 5.75Q8.425 6.9 9.213 8.538T10 12t-.788 3.463T7 18.25q1.05.875 2.338 1.313T12 20t2.663-.437M18.4 16.8q.775-1.05 1.188-2.275T20 12t-.413-2.525T18.4 7.2q-1.125.875-1.763 2.125T16 12t.638 2.675T18.4 16.8M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788"/></svg>
</template>

CSS

.icon-sports-baseball-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.6%2016.8q1.125-.875%201.763-2.125T8%2012t-.638-2.675T5.6%207.2q-.775%201.05-1.187%202.275T4%2012t.413%202.525T5.6%2016.8m9.063%202.763Q15.95%2019.125%2017%2018.25q-1.425-1.15-2.212-2.787T14%2012t.788-3.463T17%205.75q-1.05-.875-2.337-1.312T12%204t-2.662.438T7%205.75Q8.425%206.9%209.213%208.538T10%2012t-.788%203.463T7%2018.25q1.05.875%202.338%201.313T12%2020t2.663-.437M18.4%2016.8q.775-1.05%201.188-2.275T20%2012t-.413-2.525T18.4%207.2q-1.125.875-1.763%202.125T16%2012t.638%202.675T18.4%2016.8M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.6%2016.8q1.125-.875%201.763-2.125T8%2012t-.638-2.675T5.6%207.2q-.775%201.05-1.187%202.275T4%2012t.413%202.525T5.6%2016.8m9.063%202.763Q15.95%2019.125%2017%2018.25q-1.425-1.15-2.212-2.787T14%2012t.788-3.463T17%205.75q-1.05-.875-2.337-1.312T12%204t-2.662.438T7%205.75Q8.425%206.9%209.213%208.538T10%2012t-.788%203.463T7%2018.25q1.05.875%202.338%201.313T12%2020t2.663-.437M18.4%2016.8q.775-1.05%201.188-2.275T20%2012t-.413-2.525T18.4%207.2q-1.125.875-1.763%202.125T16%2012t.638%202.675T18.4%2016.8M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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