sport baseball icon
sport-baseball-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sport-baseball-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sport baseball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.94 6.079A9.96 9.96 0 0 0 2 12c0 2.209.716 4.25 1.929 5.905q.107-.103.227-.21c.645-.578 1.608-1.268 2.857-1.684a.75.75 0 1 1 .474 1.423c-1 .333-1.788.893-2.33 1.378a7 7 0 0 0-.251.236A9.97 9.97 0 0 0 12 22a9.97 9.97 0 0 0 7.094-2.952a7 7 0 0 0-.25-.236c-.543-.485-1.33-1.045-2.331-1.378a.75.75 0 1 1 .474-1.423c1.25.416 2.212 1.106 2.857 1.684q.12.108.227.21A9.96 9.96 0 0 0 22 12c0-2.216-.72-4.264-1.94-5.921l-.216.199c-.646.577-1.608 1.267-2.857 1.684a.75.75 0 0 1-.474-1.423c1-.334 1.788-.894 2.33-1.38q.129-.115.237-.22A9.97 9.97 0 0 0 12 2a9.97 9.97 0 0 0-7.08 2.938q.107.106.236.222c.543.485 1.33 1.045 2.331 1.378a.75.75 0 1 1-.474 1.424C5.763 7.545 4.8 6.855 4.156 6.278a9 9 0 0 1-.215-.2m5.083 10.075a.76.76 0 0 1 .547-.91h.003l.007-.002l.024-.006l.08-.018a11 11 0 0 1 1.32-.181a12.5 12.5 0 0 1 3.393.2a.75.75 0 0 1-.294 1.47a11 11 0 0 0-2.983-.175a10 10 0 0 0-1.123.153l-.065.015s-.748.099-.91-.546m.909-8.882l.065.015q.077.016.232.044c.206.036.511.08.891.109a11 11 0 0 0 2.983-.175a.75.75 0 0 1 .294 1.47a12.5 12.5 0 0 1-3.392.2a11 11 0 0 1-1.32-.181l-.081-.018l-.024-.005l-.007-.002H9.57a.76.76 0 0 1-.547-.91c.16-.646.909-.547.909-.547"/></svg>
React
import type { SVGProps } from "react";
export function FluentSportBaseball24Filled(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="M3.94 6.079A9.96 9.96 0 0 0 2 12c0 2.209.716 4.25 1.929 5.905q.107-.103.227-.21c.645-.578 1.608-1.268 2.857-1.684a.75.75 0 1 1 .474 1.423c-1 .333-1.788.893-2.33 1.378a7 7 0 0 0-.251.236A9.97 9.97 0 0 0 12 22a9.97 9.97 0 0 0 7.094-2.952a7 7 0 0 0-.25-.236c-.543-.485-1.33-1.045-2.331-1.378a.75.75 0 1 1 .474-1.423c1.25.416 2.212 1.106 2.857 1.684q.12.108.227.21A9.96 9.96 0 0 0 22 12c0-2.216-.72-4.264-1.94-5.921l-.216.199c-.646.577-1.608 1.267-2.857 1.684a.75.75 0 0 1-.474-1.423c1-.334 1.788-.894 2.33-1.38q.129-.115.237-.22A9.97 9.97 0 0 0 12 2a9.97 9.97 0 0 0-7.08 2.938q.107.106.236.222c.543.485 1.33 1.045 2.331 1.378a.75.75 0 1 1-.474 1.424C5.763 7.545 4.8 6.855 4.156 6.278a9 9 0 0 1-.215-.2m5.083 10.075a.76.76 0 0 1 .547-.91h.003l.007-.002l.024-.006l.08-.018a11 11 0 0 1 1.32-.181a12.5 12.5 0 0 1 3.393.2a.75.75 0 0 1-.294 1.47a11 11 0 0 0-2.983-.175a10 10 0 0 0-1.123.153l-.065.015s-.748.099-.91-.546m.909-8.882l.065.015q.077.016.232.044c.206.036.511.08.891.109a11 11 0 0 0 2.983-.175a.75.75 0 0 1 .294 1.47a12.5 12.5 0 0 1-3.392.2a11 11 0 0 1-1.32-.181l-.081-.018l-.024-.005l-.007-.002H9.57a.76.76 0 0 1-.547-.91c.16-.646.909-.547.909-.547"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.94 6.079A9.96 9.96 0 0 0 2 12c0 2.209.716 4.25 1.929 5.905q.107-.103.227-.21c.645-.578 1.608-1.268 2.857-1.684a.75.75 0 1 1 .474 1.423c-1 .333-1.788.893-2.33 1.378a7 7 0 0 0-.251.236A9.97 9.97 0 0 0 12 22a9.97 9.97 0 0 0 7.094-2.952a7 7 0 0 0-.25-.236c-.543-.485-1.33-1.045-2.331-1.378a.75.75 0 1 1 .474-1.423c1.25.416 2.212 1.106 2.857 1.684q.12.108.227.21A9.96 9.96 0 0 0 22 12c0-2.216-.72-4.264-1.94-5.921l-.216.199c-.646.577-1.608 1.267-2.857 1.684a.75.75 0 0 1-.474-1.423c1-.334 1.788-.894 2.33-1.38q.129-.115.237-.22A9.97 9.97 0 0 0 12 2a9.97 9.97 0 0 0-7.08 2.938q.107.106.236.222c.543.485 1.33 1.045 2.331 1.378a.75.75 0 1 1-.474 1.424C5.763 7.545 4.8 6.855 4.156 6.278a9 9 0 0 1-.215-.2m5.083 10.075a.76.76 0 0 1 .547-.91h.003l.007-.002l.024-.006l.08-.018a11 11 0 0 1 1.32-.181a12.5 12.5 0 0 1 3.393.2a.75.75 0 0 1-.294 1.47a11 11 0 0 0-2.983-.175a10 10 0 0 0-1.123.153l-.065.015s-.748.099-.91-.546m.909-8.882l.065.015q.077.016.232.044c.206.036.511.08.891.109a11 11 0 0 0 2.983-.175a.75.75 0 0 1 .294 1.47a12.5 12.5 0 0 1-3.392.2a11 11 0 0 1-1.32-.181l-.081-.018l-.024-.005l-.007-.002H9.57a.76.76 0 0 1-.547-.91c.16-.646.909-.547.909-.547"/></svg> </template>
CSS
.icon-sport-baseball-24-filled {
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%22M3.94%206.079A9.96%209.96%200%200%200%202%2012c0%202.209.716%204.25%201.929%205.905q.107-.103.227-.21c.645-.578%201.608-1.268%202.857-1.684a.75.75%200%201%201%20.474%201.423c-1%20.333-1.788.893-2.33%201.378a7%207%200%200%200-.251.236A9.97%209.97%200%200%200%2012%2022a9.97%209.97%200%200%200%207.094-2.952a7%207%200%200%200-.25-.236c-.543-.485-1.33-1.045-2.331-1.378a.75.75%200%201%201%20.474-1.423c1.25.416%202.212%201.106%202.857%201.684q.12.108.227.21A9.96%209.96%200%200%200%2022%2012c0-2.216-.72-4.264-1.94-5.921l-.216.199c-.646.577-1.608%201.267-2.857%201.684a.75.75%200%200%201-.474-1.423c1-.334%201.788-.894%202.33-1.38q.129-.115.237-.22A9.97%209.97%200%200%200%2012%202a9.97%209.97%200%200%200-7.08%202.938q.107.106.236.222c.543.485%201.33%201.045%202.331%201.378a.75.75%200%201%201-.474%201.424C5.763%207.545%204.8%206.855%204.156%206.278a9%209%200%200%201-.215-.2m5.083%2010.075a.76.76%200%200%201%20.547-.91h.003l.007-.002l.024-.006l.08-.018a11%2011%200%200%201%201.32-.181a12.5%2012.5%200%200%201%203.393.2a.75.75%200%200%201-.294%201.47a11%2011%200%200%200-2.983-.175a10%2010%200%200%200-1.123.153l-.065.015s-.748.099-.91-.546m.909-8.882l.065.015q.077.016.232.044c.206.036.511.08.891.109a11%2011%200%200%200%202.983-.175a.75.75%200%200%201%20.294%201.47a12.5%2012.5%200%200%201-3.392.2a11%2011%200%200%201-1.32-.181l-.081-.018l-.024-.005l-.007-.002H9.57a.76.76%200%200%201-.547-.91c.16-.646.909-.547.909-.547%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%22M3.94%206.079A9.96%209.96%200%200%200%202%2012c0%202.209.716%204.25%201.929%205.905q.107-.103.227-.21c.645-.578%201.608-1.268%202.857-1.684a.75.75%200%201%201%20.474%201.423c-1%20.333-1.788.893-2.33%201.378a7%207%200%200%200-.251.236A9.97%209.97%200%200%200%2012%2022a9.97%209.97%200%200%200%207.094-2.952a7%207%200%200%200-.25-.236c-.543-.485-1.33-1.045-2.331-1.378a.75.75%200%201%201%20.474-1.423c1.25.416%202.212%201.106%202.857%201.684q.12.108.227.21A9.96%209.96%200%200%200%2022%2012c0-2.216-.72-4.264-1.94-5.921l-.216.199c-.646.577-1.608%201.267-2.857%201.684a.75.75%200%200%201-.474-1.423c1-.334%201.788-.894%202.33-1.38q.129-.115.237-.22A9.97%209.97%200%200%200%2012%202a9.97%209.97%200%200%200-7.08%202.938q.107.106.236.222c.543.485%201.33%201.045%202.331%201.378a.75.75%200%201%201-.474%201.424C5.763%207.545%204.8%206.855%204.156%206.278a9%209%200%200%201-.215-.2m5.083%2010.075a.76.76%200%200%201%20.547-.91h.003l.007-.002l.024-.006l.08-.018a11%2011%200%200%201%201.32-.181a12.5%2012.5%200%200%201%203.393.2a.75.75%200%200%201-.294%201.47a11%2011%200%200%200-2.983-.175a10%2010%200%200%200-1.123.153l-.065.015s-.748.099-.91-.546m.909-8.882l.065.015q.077.016.232.044c.206.036.511.08.891.109a11%2011%200%200%200%202.983-.175a.75.75%200%200%201%20.294%201.47a12.5%2012.5%200%200%201-3.392.2a11%2011%200%200%201-1.32-.181l-.081-.018l-.024-.005l-.007-.002H9.57a.76.76%200%200%201-.547-.91c.16-.646.909-.547.909-.547%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-baseball-24-filled.svg?color=%231a73e8&size=48