basketball icon
basketball-fill from Remix Icon by Remix Design · Fill · Game & Sports · Apache-2.0 Free for personal and commercial use.
- Name
- basketball-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
basketballBoxIcons v2basketballBoxIcons v2 SolidbasketballCarbonbasketballEmoji One (Colored)basketballElement PlusbasketballFont Awesome 6 SolidbasketballFont Awesome SolidbasketballFluent EmojibasketballFluent Emoji FlatbasketballFluent Emoji High ContrastbasketballIconParkbasketballIconPark OutlinebasketballIconoirbasketballIonIconsbasketballJam IconsbasketballLucide LabbasketballMaterial Design Iconsbasketball-fillMingCute IconbasketballNoto EmojibasketballOpenMojibasketballPhosphorbasketball-boldSolarbasketballStreamline EmojisbasketballTwitter Emoji
More game & sports icons from Remix Icon
baseball-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 basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.366 13.366l1.775 1.025a9.98 9.98 0 0 0-.311 7.44A10 10 0 0 1 12 22a10 10 0 0 1-4.11-.88zm3.518 2.032l4.233 2.444a10.03 10.03 0 0 1-4.363 3.43a8 8 0 0 1 .008-5.57zm-7.025-4.056l1.775 1.024l-4.476 7.75a10.03 10.03 0 0 1-3.59-4.785a9.98 9.98 0 0 0 6.085-3.713zm13.046-.726Q22 11.297 22 12a10 10 0 0 1-.88 4.11l-4.236-2.445a8 8 0 0 1 4.866-3.021zM2.881 7.892l4.235 2.445a8 8 0 0 1-5.021 3.05A10 10 0 0 1 2 12a10 10 0 0 1 .88-4.11m14.961-4.008a10.03 10.03 0 0 1 3.59 4.785a9.98 9.98 0 0 0-6.086 3.715l-.205.276l-1.775-1.025zM12 2a10 10 0 0 1 4.11.88l-4.476 7.754L9.859 9.61a9.98 9.98 0 0 0 .311-7.442A10 10 0 0 1 12 2m-3.753.73a8 8 0 0 1-.01 5.57l-.12.303l-4.234-2.445a10.04 10.04 0 0 1 4.164-3.346z"/></svg>
React
import type { SVGProps } from "react";
export function RiBasketballFill(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="m12.366 13.366l1.775 1.025a9.98 9.98 0 0 0-.311 7.44A10 10 0 0 1 12 22a10 10 0 0 1-4.11-.88zm3.518 2.032l4.233 2.444a10.03 10.03 0 0 1-4.363 3.43a8 8 0 0 1 .008-5.57zm-7.025-4.056l1.775 1.024l-4.476 7.75a10.03 10.03 0 0 1-3.59-4.785a9.98 9.98 0 0 0 6.085-3.713zm13.046-.726Q22 11.297 22 12a10 10 0 0 1-.88 4.11l-4.236-2.445a8 8 0 0 1 4.866-3.021zM2.881 7.892l4.235 2.445a8 8 0 0 1-5.021 3.05A10 10 0 0 1 2 12a10 10 0 0 1 .88-4.11m14.961-4.008a10.03 10.03 0 0 1 3.59 4.785a9.98 9.98 0 0 0-6.086 3.715l-.205.276l-1.775-1.025zM12 2a10 10 0 0 1 4.11.88l-4.476 7.754L9.859 9.61a9.98 9.98 0 0 0 .311-7.442A10 10 0 0 1 12 2m-3.753.73a8 8 0 0 1-.01 5.57l-.12.303l-4.234-2.445a10.04 10.04 0 0 1 4.164-3.346z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.366 13.366l1.775 1.025a9.98 9.98 0 0 0-.311 7.44A10 10 0 0 1 12 22a10 10 0 0 1-4.11-.88zm3.518 2.032l4.233 2.444a10.03 10.03 0 0 1-4.363 3.43a8 8 0 0 1 .008-5.57zm-7.025-4.056l1.775 1.024l-4.476 7.75a10.03 10.03 0 0 1-3.59-4.785a9.98 9.98 0 0 0 6.085-3.713zm13.046-.726Q22 11.297 22 12a10 10 0 0 1-.88 4.11l-4.236-2.445a8 8 0 0 1 4.866-3.021zM2.881 7.892l4.235 2.445a8 8 0 0 1-5.021 3.05A10 10 0 0 1 2 12a10 10 0 0 1 .88-4.11m14.961-4.008a10.03 10.03 0 0 1 3.59 4.785a9.98 9.98 0 0 0-6.086 3.715l-.205.276l-1.775-1.025zM12 2a10 10 0 0 1 4.11.88l-4.476 7.754L9.859 9.61a9.98 9.98 0 0 0 .311-7.442A10 10 0 0 1 12 2m-3.753.73a8 8 0 0 1-.01 5.57l-.12.303l-4.234-2.445a10.04 10.04 0 0 1 4.164-3.346z"/></svg> </template>
CSS
.icon-basketball-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%22m12.366%2013.366l1.775%201.025a9.98%209.98%200%200%200-.311%207.44A10%2010%200%200%201%2012%2022a10%2010%200%200%201-4.11-.88zm3.518%202.032l4.233%202.444a10.03%2010.03%200%200%201-4.363%203.43a8%208%200%200%201%20.008-5.57zm-7.025-4.056l1.775%201.024l-4.476%207.75a10.03%2010.03%200%200%201-3.59-4.785a9.98%209.98%200%200%200%206.085-3.713zm13.046-.726Q22%2011.297%2022%2012a10%2010%200%200%201-.88%204.11l-4.236-2.445a8%208%200%200%201%204.866-3.021zM2.881%207.892l4.235%202.445a8%208%200%200%201-5.021%203.05A10%2010%200%200%201%202%2012a10%2010%200%200%201%20.88-4.11m14.961-4.008a10.03%2010.03%200%200%201%203.59%204.785a9.98%209.98%200%200%200-6.086%203.715l-.205.276l-1.775-1.025zM12%202a10%2010%200%200%201%204.11.88l-4.476%207.754L9.859%209.61a9.98%209.98%200%200%200%20.311-7.442A10%2010%200%200%201%2012%202m-3.753.73a8%208%200%200%201-.01%205.57l-.12.303l-4.234-2.445a10.04%2010.04%200%200%201%204.164-3.346z%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%22m12.366%2013.366l1.775%201.025a9.98%209.98%200%200%200-.311%207.44A10%2010%200%200%201%2012%2022a10%2010%200%200%201-4.11-.88zm3.518%202.032l4.233%202.444a10.03%2010.03%200%200%201-4.363%203.43a8%208%200%200%201%20.008-5.57zm-7.025-4.056l1.775%201.024l-4.476%207.75a10.03%2010.03%200%200%201-3.59-4.785a9.98%209.98%200%200%200%206.085-3.713zm13.046-.726Q22%2011.297%2022%2012a10%2010%200%200%201-.88%204.11l-4.236-2.445a8%208%200%200%201%204.866-3.021zM2.881%207.892l4.235%202.445a8%208%200%200%201-5.021%203.05A10%2010%200%200%201%202%2012a10%2010%200%200%201%20.88-4.11m14.961-4.008a10.03%2010.03%200%200%201%203.59%204.785a9.98%209.98%200%200%200-6.086%203.715l-.205.276l-1.775-1.025zM12%202a10%2010%200%200%201%204.11.88l-4.476%207.754L9.859%209.61a9.98%209.98%200%200%200%20.311-7.442A10%2010%200%200%201%2012%202m-3.753.73a8%208%200%200%201-.01%205.57l-.12.303l-4.234-2.445a10.04%2010.04%200%200%201%204.164-3.346z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/basketball-fill.svg?color=%231a73e8&size=48