baseball icon
baseball-line from Remix Icon by Remix Design · Line · Game & Sports · Apache-2.0 Free for personal and commercial use.
- Name
- baseball-line
- Set
- Remix Icon
- Style
- Line
- 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="M9.204 2.399a9.98 9.98 0 0 1 7.796.94a9.98 9.98 0 0 1 4.712 6.282A9.97 9.97 0 0 1 20.66 17a9.97 9.97 0 0 1-5.865 4.601A9.98 9.98 0 0 1 7 20.66a9.97 9.97 0 0 1-4.712-6.28A9.97 9.97 0 0 1 3.339 7a9.97 9.97 0 0 1 5.865-4.601m6.795 2.673a7.96 7.96 0 0 0-5.355-.956A9.96 9.96 0 0 1 9.402 10.5a9.96 9.96 0 0 1-4.907 4.266a7.96 7.96 0 0 0 3.504 4.162a7.96 7.96 0 0 0 5.356.954a9.96 9.96 0 0 1 1.243-6.383a9.96 9.96 0 0 1 4.906-4.267A7.96 7.96 0 0 0 16 5.072m3.962 6.138a7.96 7.96 0 0 0-3.631 3.29a7.96 7.96 0 0 0-1.034 4.789a7.96 7.96 0 0 0 3.632-3.29a7.96 7.96 0 0 0 1.033-4.79M8.703 4.71A7.96 7.96 0 0 0 5.072 8a7.96 7.96 0 0 0-1.033 4.789a7.96 7.96 0 0 0 3.63-3.29a7.96 7.96 0 0 0 1.034-4.79"/></svg>
React
import type { SVGProps } from "react";
export function RiBaseballLine(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="M9.204 2.399a9.98 9.98 0 0 1 7.796.94a9.98 9.98 0 0 1 4.712 6.282A9.97 9.97 0 0 1 20.66 17a9.97 9.97 0 0 1-5.865 4.601A9.98 9.98 0 0 1 7 20.66a9.97 9.97 0 0 1-4.712-6.28A9.97 9.97 0 0 1 3.339 7a9.97 9.97 0 0 1 5.865-4.601m6.795 2.673a7.96 7.96 0 0 0-5.355-.956A9.96 9.96 0 0 1 9.402 10.5a9.96 9.96 0 0 1-4.907 4.266a7.96 7.96 0 0 0 3.504 4.162a7.96 7.96 0 0 0 5.356.954a9.96 9.96 0 0 1 1.243-6.383a9.96 9.96 0 0 1 4.906-4.267A7.96 7.96 0 0 0 16 5.072m3.962 6.138a7.96 7.96 0 0 0-3.631 3.29a7.96 7.96 0 0 0-1.034 4.789a7.96 7.96 0 0 0 3.632-3.29a7.96 7.96 0 0 0 1.033-4.79M8.703 4.71A7.96 7.96 0 0 0 5.072 8a7.96 7.96 0 0 0-1.033 4.789a7.96 7.96 0 0 0 3.63-3.29a7.96 7.96 0 0 0 1.034-4.79"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.204 2.399a9.98 9.98 0 0 1 7.796.94a9.98 9.98 0 0 1 4.712 6.282A9.97 9.97 0 0 1 20.66 17a9.97 9.97 0 0 1-5.865 4.601A9.98 9.98 0 0 1 7 20.66a9.97 9.97 0 0 1-4.712-6.28A9.97 9.97 0 0 1 3.339 7a9.97 9.97 0 0 1 5.865-4.601m6.795 2.673a7.96 7.96 0 0 0-5.355-.956A9.96 9.96 0 0 1 9.402 10.5a9.96 9.96 0 0 1-4.907 4.266a7.96 7.96 0 0 0 3.504 4.162a7.96 7.96 0 0 0 5.356.954a9.96 9.96 0 0 1 1.243-6.383a9.96 9.96 0 0 1 4.906-4.267A7.96 7.96 0 0 0 16 5.072m3.962 6.138a7.96 7.96 0 0 0-3.631 3.29a7.96 7.96 0 0 0-1.034 4.789a7.96 7.96 0 0 0 3.632-3.29a7.96 7.96 0 0 0 1.033-4.79M8.703 4.71A7.96 7.96 0 0 0 5.072 8a7.96 7.96 0 0 0-1.033 4.789a7.96 7.96 0 0 0 3.63-3.29a7.96 7.96 0 0 0 1.034-4.79"/></svg> </template>
CSS
.icon-baseball-line {
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%22M9.204%202.399a9.98%209.98%200%200%201%207.796.94a9.98%209.98%200%200%201%204.712%206.282A9.97%209.97%200%200%201%2020.66%2017a9.97%209.97%200%200%201-5.865%204.601A9.98%209.98%200%200%201%207%2020.66a9.97%209.97%200%200%201-4.712-6.28A9.97%209.97%200%200%201%203.339%207a9.97%209.97%200%200%201%205.865-4.601m6.795%202.673a7.96%207.96%200%200%200-5.355-.956A9.96%209.96%200%200%201%209.402%2010.5a9.96%209.96%200%200%201-4.907%204.266a7.96%207.96%200%200%200%203.504%204.162a7.96%207.96%200%200%200%205.356.954a9.96%209.96%200%200%201%201.243-6.383a9.96%209.96%200%200%201%204.906-4.267A7.96%207.96%200%200%200%2016%205.072m3.962%206.138a7.96%207.96%200%200%200-3.631%203.29a7.96%207.96%200%200%200-1.034%204.789a7.96%207.96%200%200%200%203.632-3.29a7.96%207.96%200%200%200%201.033-4.79M8.703%204.71A7.96%207.96%200%200%200%205.072%208a7.96%207.96%200%200%200-1.033%204.789a7.96%207.96%200%200%200%203.63-3.29a7.96%207.96%200%200%200%201.034-4.79%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%22M9.204%202.399a9.98%209.98%200%200%201%207.796.94a9.98%209.98%200%200%201%204.712%206.282A9.97%209.97%200%200%201%2020.66%2017a9.97%209.97%200%200%201-5.865%204.601A9.98%209.98%200%200%201%207%2020.66a9.97%209.97%200%200%201-4.712-6.28A9.97%209.97%200%200%201%203.339%207a9.97%209.97%200%200%201%205.865-4.601m6.795%202.673a7.96%207.96%200%200%200-5.355-.956A9.96%209.96%200%200%201%209.402%2010.5a9.96%209.96%200%200%201-4.907%204.266a7.96%207.96%200%200%200%203.504%204.162a7.96%207.96%200%200%200%205.356.954a9.96%209.96%200%200%201%201.243-6.383a9.96%209.96%200%200%201%204.906-4.267A7.96%207.96%200%200%200%2016%205.072m3.962%206.138a7.96%207.96%200%200%200-3.631%203.29a7.96%207.96%200%200%200-1.034%204.789a7.96%207.96%200%200%200%203.632-3.29a7.96%207.96%200%200%200%201.033-4.79M8.703%204.71A7.96%207.96%200%200%200%205.072%208a7.96%207.96%200%200%200-1.033%204.789a7.96%207.96%200%200%200%203.63-3.29a7.96%207.96%200%200%200%201.034-4.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/baseball-line.svg?color=%231a73e8&size=48