sport baseball icon
sport-baseball-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- sport-baseball-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M4.613 5.53A6.99 6.99 0 0 1 10 3c2.166 0 4.102.984 5.387 2.53c-.641.383-1.326.7-2.046.942a.5.5 0 0 0 .318.948c.815-.274 1.59-.636 2.312-1.075A6.97 6.97 0 0 1 17 10c0 1.344-.379 2.6-1.035 3.666a11.5 11.5 0 0 0-2.306-1.072a.5.5 0 0 0-.318.948c.717.24 1.4.556 2.038.938A6.99 6.99 0 0 1 10 17a6.99 6.99 0 0 1-5.379-2.52a10.5 10.5 0 0 1 2.038-.938a.5.5 0 1 0-.318-.948c-.813.273-1.585.634-2.306 1.072A6.97 6.97 0 0 1 3 10c0-1.34.376-2.591 1.029-3.655c.722.44 1.497.801 2.312 1.075a.5.5 0 0 0 .318-.948a10.5 10.5 0 0 1-2.046-.943M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.567 6.917a10.6 10.6 0 0 0 2.865 0a.5.5 0 0 1 .135.991a11.6 11.6 0 0 1-3.135 0a.5.5 0 0 1 .135-.99m0 6.18a10.6 10.6 0 0 1 2.865 0a.5.5 0 0 0 .135-.991a11.6 11.6 0 0 0-3.135 0a.5.5 0 1 0 .135.99"/></svg>
React
import type { SVGProps } from "react";
export function FluentSportBaseball20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.613 5.53A6.99 6.99 0 0 1 10 3c2.166 0 4.102.984 5.387 2.53c-.641.383-1.326.7-2.046.942a.5.5 0 0 0 .318.948c.815-.274 1.59-.636 2.312-1.075A6.97 6.97 0 0 1 17 10c0 1.344-.379 2.6-1.035 3.666a11.5 11.5 0 0 0-2.306-1.072a.5.5 0 0 0-.318.948c.717.24 1.4.556 2.038.938A6.99 6.99 0 0 1 10 17a6.99 6.99 0 0 1-5.379-2.52a10.5 10.5 0 0 1 2.038-.938a.5.5 0 1 0-.318-.948c-.813.273-1.585.634-2.306 1.072A6.97 6.97 0 0 1 3 10c0-1.34.376-2.591 1.029-3.655c.722.44 1.497.801 2.312 1.075a.5.5 0 0 0 .318-.948a10.5 10.5 0 0 1-2.046-.943M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.567 6.917a10.6 10.6 0 0 0 2.865 0a.5.5 0 0 1 .135.991a11.6 11.6 0 0 1-3.135 0a.5.5 0 0 1 .135-.99m0 6.18a10.6 10.6 0 0 1 2.865 0a.5.5 0 0 0 .135-.991a11.6 11.6 0 0 0-3.135 0a.5.5 0 1 0 .135.99"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4.613 5.53A6.99 6.99 0 0 1 10 3c2.166 0 4.102.984 5.387 2.53c-.641.383-1.326.7-2.046.942a.5.5 0 0 0 .318.948c.815-.274 1.59-.636 2.312-1.075A6.97 6.97 0 0 1 17 10c0 1.344-.379 2.6-1.035 3.666a11.5 11.5 0 0 0-2.306-1.072a.5.5 0 0 0-.318.948c.717.24 1.4.556 2.038.938A6.99 6.99 0 0 1 10 17a6.99 6.99 0 0 1-5.379-2.52a10.5 10.5 0 0 1 2.038-.938a.5.5 0 1 0-.318-.948c-.813.273-1.585.634-2.306 1.072A6.97 6.97 0 0 1 3 10c0-1.34.376-2.591 1.029-3.655c.722.44 1.497.801 2.312 1.075a.5.5 0 0 0 .318-.948a10.5 10.5 0 0 1-2.046-.943M10 2a8 8 0 1 0 0 16a8 8 0 0 0 0-16M8.567 6.917a10.6 10.6 0 0 0 2.865 0a.5.5 0 0 1 .135.991a11.6 11.6 0 0 1-3.135 0a.5.5 0 0 1 .135-.99m0 6.18a10.6 10.6 0 0 1 2.865 0a.5.5 0 0 0 .135-.991a11.6 11.6 0 0 0-3.135 0a.5.5 0 1 0 .135.99"/></svg> </template>
CSS
.icon-sport-baseball-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.613%205.53A6.99%206.99%200%200%201%2010%203c2.166%200%204.102.984%205.387%202.53c-.641.383-1.326.7-2.046.942a.5.5%200%200%200%20.318.948c.815-.274%201.59-.636%202.312-1.075A6.97%206.97%200%200%201%2017%2010c0%201.344-.379%202.6-1.035%203.666a11.5%2011.5%200%200%200-2.306-1.072a.5.5%200%200%200-.318.948c.717.24%201.4.556%202.038.938A6.99%206.99%200%200%201%2010%2017a6.99%206.99%200%200%201-5.379-2.52a10.5%2010.5%200%200%201%202.038-.938a.5.5%200%201%200-.318-.948c-.813.273-1.585.634-2.306%201.072A6.97%206.97%200%200%201%203%2010c0-1.34.376-2.591%201.029-3.655c.722.44%201.497.801%202.312%201.075a.5.5%200%200%200%20.318-.948a10.5%2010.5%200%200%201-2.046-.943M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M8.567%206.917a10.6%2010.6%200%200%200%202.865%200a.5.5%200%200%201%20.135.991a11.6%2011.6%200%200%201-3.135%200a.5.5%200%200%201%20.135-.99m0%206.18a10.6%2010.6%200%200%201%202.865%200a.5.5%200%200%200%20.135-.991a11.6%2011.6%200%200%200-3.135%200a.5.5%200%201%200%20.135.99%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.613%205.53A6.99%206.99%200%200%201%2010%203c2.166%200%204.102.984%205.387%202.53c-.641.383-1.326.7-2.046.942a.5.5%200%200%200%20.318.948c.815-.274%201.59-.636%202.312-1.075A6.97%206.97%200%200%201%2017%2010c0%201.344-.379%202.6-1.035%203.666a11.5%2011.5%200%200%200-2.306-1.072a.5.5%200%200%200-.318.948c.717.24%201.4.556%202.038.938A6.99%206.99%200%200%201%2010%2017a6.99%206.99%200%200%201-5.379-2.52a10.5%2010.5%200%200%201%202.038-.938a.5.5%200%201%200-.318-.948c-.813.273-1.585.634-2.306%201.072A6.97%206.97%200%200%201%203%2010c0-1.34.376-2.591%201.029-3.655c.722.44%201.497.801%202.312%201.075a.5.5%200%200%200%20.318-.948a10.5%2010.5%200%200%201-2.046-.943M10%202a8%208%200%201%200%200%2016a8%208%200%200%200%200-16M8.567%206.917a10.6%2010.6%200%200%200%202.865%200a.5.5%200%200%201%20.135.991a11.6%2011.6%200%200%201-3.135%200a.5.5%200%200%201%20.135-.99m0%206.18a10.6%2010.6%200%200%201%202.865%200a.5.5%200%200%200%20.135-.991a11.6%2011.6%200%200%200-3.135%200a.5.5%200%201%200%20.135.99%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-baseball-20-regular.svg?color=%231a73e8&size=48