basketball icon
basketball from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- basketball
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
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 OutlinebasketballIconoirbasketballIonIconsbasketballLucide LabbasketballMaterial Design Iconsbasketball-fillMingCute IconbasketballNoto EmojibasketballOpenMojibasketballPhosphorbasketball-fillRemix Iconbasketball-boldSolarbasketballStreamline EmojisbasketballTwitter Emoji
Use the basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11 17.938a7.97 7.97 0 0 0 4.115-1.787A9.95 9.95 0 0 1 13.05 11H11zm-2 0V11H6.95a9.95 9.95 0 0 1-2.065 5.151A7.97 7.97 0 0 0 9 17.938M6.95 9H9V2.062a7.97 7.97 0 0 0-4.115 1.787A9.95 9.95 0 0 1 6.95 9M11 2.062V9h2.05a9.95 9.95 0 0 1 2.065-5.151A7.97 7.97 0 0 0 11 2.062M4.938 11H2.062A7.96 7.96 0 0 0 3.5 14.666A7.96 7.96 0 0 0 4.938 11M2.062 9h2.876A7.96 7.96 0 0 0 3.5 5.334A7.96 7.96 0 0 0 2.062 9m13 0h2.876A7.96 7.96 0 0 0 16.5 5.334A7.96 7.96 0 0 0 15.062 9m2.876 2h-2.876a7.96 7.96 0 0 0 1.438 3.666A7.96 7.96 0 0 0 17.938 11M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></svg>
React
import type { SVGProps } from "react";
export function JamBasketball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11 17.938a7.97 7.97 0 0 0 4.115-1.787A9.95 9.95 0 0 1 13.05 11H11zm-2 0V11H6.95a9.95 9.95 0 0 1-2.065 5.151A7.97 7.97 0 0 0 9 17.938M6.95 9H9V2.062a7.97 7.97 0 0 0-4.115 1.787A9.95 9.95 0 0 1 6.95 9M11 2.062V9h2.05a9.95 9.95 0 0 1 2.065-5.151A7.97 7.97 0 0 0 11 2.062M4.938 11H2.062A7.96 7.96 0 0 0 3.5 14.666A7.96 7.96 0 0 0 4.938 11M2.062 9h2.876A7.96 7.96 0 0 0 3.5 5.334A7.96 7.96 0 0 0 2.062 9m13 0h2.876A7.96 7.96 0 0 0 16.5 5.334A7.96 7.96 0 0 0 15.062 9m2.876 2h-2.876a7.96 7.96 0 0 0 1.438 3.666A7.96 7.96 0 0 0 17.938 11M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11 17.938a7.97 7.97 0 0 0 4.115-1.787A9.95 9.95 0 0 1 13.05 11H11zm-2 0V11H6.95a9.95 9.95 0 0 1-2.065 5.151A7.97 7.97 0 0 0 9 17.938M6.95 9H9V2.062a7.97 7.97 0 0 0-4.115 1.787A9.95 9.95 0 0 1 6.95 9M11 2.062V9h2.05a9.95 9.95 0 0 1 2.065-5.151A7.97 7.97 0 0 0 11 2.062M4.938 11H2.062A7.96 7.96 0 0 0 3.5 14.666A7.96 7.96 0 0 0 4.938 11M2.062 9h2.876A7.96 7.96 0 0 0 3.5 5.334A7.96 7.96 0 0 0 2.062 9m13 0h2.876A7.96 7.96 0 0 0 16.5 5.334A7.96 7.96 0 0 0 15.062 9m2.876 2h-2.876a7.96 7.96 0 0 0 1.438 3.666A7.96 7.96 0 0 0 17.938 11M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></svg> </template>
CSS
.icon-basketball {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2017.938a7.97%207.97%200%200%200%204.115-1.787A9.95%209.95%200%200%201%2013.05%2011H11zm-2%200V11H6.95a9.95%209.95%200%200%201-2.065%205.151A7.97%207.97%200%200%200%209%2017.938M6.95%209H9V2.062a7.97%207.97%200%200%200-4.115%201.787A9.95%209.95%200%200%201%206.95%209M11%202.062V9h2.05a9.95%209.95%200%200%201%202.065-5.151A7.97%207.97%200%200%200%2011%202.062M4.938%2011H2.062A7.96%207.96%200%200%200%203.5%2014.666A7.96%207.96%200%200%200%204.938%2011M2.062%209h2.876A7.96%207.96%200%200%200%203.5%205.334A7.96%207.96%200%200%200%202.062%209m13%200h2.876A7.96%207.96%200%200%200%2016.5%205.334A7.96%207.96%200%200%200%2015.062%209m2.876%202h-2.876a7.96%207.96%200%200%200%201.438%203.666A7.96%207.96%200%200%200%2017.938%2011M10%2020C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2017.938a7.97%207.97%200%200%200%204.115-1.787A9.95%209.95%200%200%201%2013.05%2011H11zm-2%200V11H6.95a9.95%209.95%200%200%201-2.065%205.151A7.97%207.97%200%200%200%209%2017.938M6.95%209H9V2.062a7.97%207.97%200%200%200-4.115%201.787A9.95%209.95%200%200%201%206.95%209M11%202.062V9h2.05a9.95%209.95%200%200%201%202.065-5.151A7.97%207.97%200%200%200%2011%202.062M4.938%2011H2.062A7.96%207.96%200%200%200%203.5%2014.666A7.96%207.96%200%200%200%204.938%2011M2.062%209h2.876A7.96%207.96%200%200%200%203.5%205.334A7.96%207.96%200%200%200%202.062%209m13%200h2.876A7.96%207.96%200%200%200%2016.5%205.334A7.96%207.96%200%200%200%2015.062%209m2.876%202h-2.876a7.96%207.96%200%200%200%201.438%203.666A7.96%207.96%200%200%200%2017.938%2011M10%2020C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/basketball.svg?color=%231a73e8&size=48