sports baseball icon
sports-baseball from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- sports-baseball
- Set
- Material Symbols
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sports-baseball-rounded, sports-baseball-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="M4.175 18.225q-1.05-1.35-1.612-2.937T2 12t.563-3.287t1.612-2.938Q5.625 6.9 6.45 8.538T7.275 12t-.825 3.463t-2.275 2.762M8.563 21.4q-1.638-.6-2.988-1.75q1.725-1.425 2.7-3.412T9.25 12t-.975-4.237t-2.7-3.413Q6.925 3.2 8.563 2.6T12 2t3.438.6t2.987 1.75q-1.725 1.425-2.7 3.413T14.75 12t.975 4.238t2.7 3.412q-1.35 1.15-2.988 1.75T12 22t-3.437-.6m11.262-3.175q-1.45-1.125-2.275-2.762T16.725 12t.825-3.463t2.275-2.762q1.05 1.35 1.613 2.938T22 12t-.562 3.288t-1.613 2.937"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSportsBaseball(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="M4.175 18.225q-1.05-1.35-1.612-2.937T2 12t.563-3.287t1.612-2.938Q5.625 6.9 6.45 8.538T7.275 12t-.825 3.463t-2.275 2.762M8.563 21.4q-1.638-.6-2.988-1.75q1.725-1.425 2.7-3.412T9.25 12t-.975-4.237t-2.7-3.413Q6.925 3.2 8.563 2.6T12 2t3.438.6t2.987 1.75q-1.725 1.425-2.7 3.413T14.75 12t.975 4.238t2.7 3.412q-1.35 1.15-2.988 1.75T12 22t-3.437-.6m11.262-3.175q-1.45-1.125-2.275-2.762T16.725 12t.825-3.463t2.275-2.762q1.05 1.35 1.613 2.938T22 12t-.562 3.288t-1.613 2.937"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.175 18.225q-1.05-1.35-1.612-2.937T2 12t.563-3.287t1.612-2.938Q5.625 6.9 6.45 8.538T7.275 12t-.825 3.463t-2.275 2.762M8.563 21.4q-1.638-.6-2.988-1.75q1.725-1.425 2.7-3.412T9.25 12t-.975-4.237t-2.7-3.413Q6.925 3.2 8.563 2.6T12 2t3.438.6t2.987 1.75q-1.725 1.425-2.7 3.413T14.75 12t.975 4.238t2.7 3.412q-1.35 1.15-2.988 1.75T12 22t-3.437-.6m11.262-3.175q-1.45-1.125-2.275-2.762T16.725 12t.825-3.463t2.275-2.762q1.05 1.35 1.613 2.938T22 12t-.562 3.288t-1.613 2.937"/></svg> </template>
CSS
.icon-sports-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.175%2018.225q-1.05-1.35-1.612-2.937T2%2012t.563-3.287t1.612-2.938Q5.625%206.9%206.45%208.538T7.275%2012t-.825%203.463t-2.275%202.762M8.563%2021.4q-1.638-.6-2.988-1.75q1.725-1.425%202.7-3.412T9.25%2012t-.975-4.237t-2.7-3.413Q6.925%203.2%208.563%202.6T12%202t3.438.6t2.987%201.75q-1.725%201.425-2.7%203.413T14.75%2012t.975%204.238t2.7%203.412q-1.35%201.15-2.988%201.75T12%2022t-3.437-.6m11.262-3.175q-1.45-1.125-2.275-2.762T16.725%2012t.825-3.463t2.275-2.762q1.05%201.35%201.613%202.938T22%2012t-.562%203.288t-1.613%202.937%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%22M4.175%2018.225q-1.05-1.35-1.612-2.937T2%2012t.563-3.287t1.612-2.938Q5.625%206.9%206.45%208.538T7.275%2012t-.825%203.463t-2.275%202.762M8.563%2021.4q-1.638-.6-2.988-1.75q1.725-1.425%202.7-3.412T9.25%2012t-.975-4.237t-2.7-3.413Q6.925%203.2%208.563%202.6T12%202t3.438.6t2.987%201.75q-1.725%201.425-2.7%203.413T14.75%2012t.975%204.238t2.7%203.412q-1.35%201.15-2.988%201.75T12%2022t-3.437-.6m11.262-3.175q-1.45-1.125-2.275-2.762T16.725%2012t.825-3.463t2.275-2.762q1.05%201.35%201.613%202.938T22%2012t-.562%203.288t-1.613%202.937%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.svg?color=%231a73e8&size=48