baseball icon
baseball-fill from Remix Icon by Remix Design · Fill · Game & Sports · Apache-2.0 Free for personal and commercial use.
- Name
- baseball-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Game & Sports
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
baseballBoxIcons v2baseballBoxIcons v2 SolidbaseballEmoji One (Colored)baseballElement PlusbaseballFont Awesome 6 SolidbaseballFont Awesome SolidbaseballFluent EmojibaseballFluent Emoji FlatbaseballFluent Emoji High ContrastbaseballFirefox OS EmojibaseballHuge IconsbaseballIconParkbaseballIconPark OutlinebaseballIonIconsbaseballJam IconsbaseballLucide LabbaseballMaterial Design Iconsbaseball-fillMingCute IconbaseballMyna UI IconsbaseballNoto EmojibaseballOpenMojibaseballPhosphorbaseballStreamline EmojisbaseballTwitter Emoji
More game & sports icons from Remix Icon
basketball-fillbilliards-fillboxing-fillchess-filldice-1-filldice-2-filldice-3-filldice-4-filldice-5-filldice-6-filldice-fillfootball-fillgame-2-fillgame-fillgolf-ball-fillpiano-fillpiano-grand-fillping-pong-fillpoker-clubs-fillpoker-diamonds-fillpoker-hearts-fillpoker-spades-fillsword-filltarget-fill
Use the baseball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.34a9.96 9.96 0 0 1 4.428 5.331a9.98 9.98 0 0 0-6.83 4.829a9.98 9.98 0 0 0-.766 8.328A9.96 9.96 0 0 1 7 20.66a9.96 9.96 0 0 1-4.427-5.332a9.98 9.98 0 0 0 6.83-4.828a9.98 9.98 0 0 0 .767-8.329A9.96 9.96 0 0 1 17 3.34m-8.752-.607A7.98 7.98 0 0 1 7.67 9.5a7.98 7.98 0 0 1-5.57 3.883A9.95 9.95 0 0 1 3.34 7a9.96 9.96 0 0 1 4.908-4.267m13.654 7.883A9.95 9.95 0 0 1 20.66 17a9.95 9.95 0 0 1-4.908 4.266a7.98 7.98 0 0 1 .578-6.766a7.98 7.98 0 0 1 5.57-3.884"/></svg>
React
import type { SVGProps } from "react";
export function RiBaseballFill(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="M17 3.34a9.96 9.96 0 0 1 4.428 5.331a9.98 9.98 0 0 0-6.83 4.829a9.98 9.98 0 0 0-.766 8.328A9.96 9.96 0 0 1 7 20.66a9.96 9.96 0 0 1-4.427-5.332a9.98 9.98 0 0 0 6.83-4.828a9.98 9.98 0 0 0 .767-8.329A9.96 9.96 0 0 1 17 3.34m-8.752-.607A7.98 7.98 0 0 1 7.67 9.5a7.98 7.98 0 0 1-5.57 3.883A9.95 9.95 0 0 1 3.34 7a9.96 9.96 0 0 1 4.908-4.267m13.654 7.883A9.95 9.95 0 0 1 20.66 17a9.95 9.95 0 0 1-4.908 4.266a7.98 7.98 0 0 1 .578-6.766a7.98 7.98 0 0 1 5.57-3.884"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.34a9.96 9.96 0 0 1 4.428 5.331a9.98 9.98 0 0 0-6.83 4.829a9.98 9.98 0 0 0-.766 8.328A9.96 9.96 0 0 1 7 20.66a9.96 9.96 0 0 1-4.427-5.332a9.98 9.98 0 0 0 6.83-4.828a9.98 9.98 0 0 0 .767-8.329A9.96 9.96 0 0 1 17 3.34m-8.752-.607A7.98 7.98 0 0 1 7.67 9.5a7.98 7.98 0 0 1-5.57 3.883A9.95 9.95 0 0 1 3.34 7a9.96 9.96 0 0 1 4.908-4.267m13.654 7.883A9.95 9.95 0 0 1 20.66 17a9.95 9.95 0 0 1-4.908 4.266a7.98 7.98 0 0 1 .578-6.766a7.98 7.98 0 0 1 5.57-3.884"/></svg> </template>
CSS
.icon-baseball-fill {
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%22M17%203.34a9.96%209.96%200%200%201%204.428%205.331a9.98%209.98%200%200%200-6.83%204.829a9.98%209.98%200%200%200-.766%208.328A9.96%209.96%200%200%201%207%2020.66a9.96%209.96%200%200%201-4.427-5.332a9.98%209.98%200%200%200%206.83-4.828a9.98%209.98%200%200%200%20.767-8.329A9.96%209.96%200%200%201%2017%203.34m-8.752-.607A7.98%207.98%200%200%201%207.67%209.5a7.98%207.98%200%200%201-5.57%203.883A9.95%209.95%200%200%201%203.34%207a9.96%209.96%200%200%201%204.908-4.267m13.654%207.883A9.95%209.95%200%200%201%2020.66%2017a9.95%209.95%200%200%201-4.908%204.266a7.98%207.98%200%200%201%20.578-6.766a7.98%207.98%200%200%201%205.57-3.884%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%22M17%203.34a9.96%209.96%200%200%201%204.428%205.331a9.98%209.98%200%200%200-6.83%204.829a9.98%209.98%200%200%200-.766%208.328A9.96%209.96%200%200%201%207%2020.66a9.96%209.96%200%200%201-4.427-5.332a9.98%209.98%200%200%200%206.83-4.828a9.98%209.98%200%200%200%20.767-8.329A9.96%209.96%200%200%201%2017%203.34m-8.752-.607A7.98%207.98%200%200%201%207.67%209.5a7.98%207.98%200%200%201-5.57%203.883A9.95%209.95%200%200%201%203.34%207a9.96%209.96%200%200%201%204.908-4.267m13.654%207.883A9.95%209.95%200%200%201%2020.66%2017a9.95%209.95%200%200%201-4.908%204.266a7.98%207.98%200%200%201%20.578-6.766a7.98%207.98%200%200%201%205.57-3.884%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/baseball-fill.svg?color=%231a73e8&size=48