basketball icon
basketball from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- basketball
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 EmojibasketballOpenMojibasketball-fillRemix Iconbasketball-boldSolarbasketballStreamline EmojisbasketballTwitter Emoji
Use the basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M60 72.17A87.2 87.2 0 0 1 79.63 120H40.37A87.54 87.54 0 0 1 60 72.17M136 120V40.37a87.6 87.6 0 0 1 48.68 20.37A103.06 103.06 0 0 0 160.3 120Zm-16 0H95.7a103.06 103.06 0 0 0-24.38-59.26A87.6 87.6 0 0 1 120 40.37Zm-40.37 16A87.2 87.2 0 0 1 60 183.83A87.54 87.54 0 0 1 40.37 136Zm16.07 0H120v79.63a87.6 87.6 0 0 1-48.68-20.37A103.1 103.1 0 0 0 95.7 136m40.3 0h24.3a103.1 103.1 0 0 0 24.38 59.26A87.6 87.6 0 0 1 136 215.63Zm40.37 0h39.26A87.54 87.54 0 0 1 196 183.83A87.2 87.2 0 0 1 176.37 136m0-16A87.2 87.2 0 0 1 196 72.17A87.54 87.54 0 0 1 215.63 120Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBasketball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M60 72.17A87.2 87.2 0 0 1 79.63 120H40.37A87.54 87.54 0 0 1 60 72.17M136 120V40.37a87.6 87.6 0 0 1 48.68 20.37A103.06 103.06 0 0 0 160.3 120Zm-16 0H95.7a103.06 103.06 0 0 0-24.38-59.26A87.6 87.6 0 0 1 120 40.37Zm-40.37 16A87.2 87.2 0 0 1 60 183.83A87.54 87.54 0 0 1 40.37 136Zm16.07 0H120v79.63a87.6 87.6 0 0 1-48.68-20.37A103.1 103.1 0 0 0 95.7 136m40.3 0h24.3a103.1 103.1 0 0 0 24.38 59.26A87.6 87.6 0 0 1 136 215.63Zm40.37 0h39.26A87.54 87.54 0 0 1 196 183.83A87.2 87.2 0 0 1 176.37 136m0-16A87.2 87.2 0 0 1 196 72.17A87.54 87.54 0 0 1 215.63 120Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M60 72.17A87.2 87.2 0 0 1 79.63 120H40.37A87.54 87.54 0 0 1 60 72.17M136 120V40.37a87.6 87.6 0 0 1 48.68 20.37A103.06 103.06 0 0 0 160.3 120Zm-16 0H95.7a103.06 103.06 0 0 0-24.38-59.26A87.6 87.6 0 0 1 120 40.37Zm-40.37 16A87.2 87.2 0 0 1 60 183.83A87.54 87.54 0 0 1 40.37 136Zm16.07 0H120v79.63a87.6 87.6 0 0 1-48.68-20.37A103.1 103.1 0 0 0 95.7 136m40.3 0h24.3a103.1 103.1 0 0 0 24.38 59.26A87.6 87.6 0 0 1 136 215.63Zm40.37 0h39.26A87.54 87.54 0 0 1 196 183.83A87.2 87.2 0 0 1 176.37 136m0-16A87.2 87.2 0 0 1 196 72.17A87.54 87.54 0 0 1 215.63 120Z"/></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%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M60%2072.17A87.2%2087.2%200%200%201%2079.63%20120H40.37A87.54%2087.54%200%200%201%2060%2072.17M136%20120V40.37a87.6%2087.6%200%200%201%2048.68%2020.37A103.06%20103.06%200%200%200%20160.3%20120Zm-16%200H95.7a103.06%20103.06%200%200%200-24.38-59.26A87.6%2087.6%200%200%201%20120%2040.37Zm-40.37%2016A87.2%2087.2%200%200%201%2060%20183.83A87.54%2087.54%200%200%201%2040.37%20136Zm16.07%200H120v79.63a87.6%2087.6%200%200%201-48.68-20.37A103.1%20103.1%200%200%200%2095.7%20136m40.3%200h24.3a103.1%20103.1%200%200%200%2024.38%2059.26A87.6%2087.6%200%200%201%20136%20215.63Zm40.37%200h39.26A87.54%2087.54%200%200%201%20196%20183.83A87.2%2087.2%200%200%201%20176.37%20136m0-16A87.2%2087.2%200%200%201%20196%2072.17A87.54%2087.54%200%200%201%20215.63%20120Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M60%2072.17A87.2%2087.2%200%200%201%2079.63%20120H40.37A87.54%2087.54%200%200%201%2060%2072.17M136%20120V40.37a87.6%2087.6%200%200%201%2048.68%2020.37A103.06%20103.06%200%200%200%20160.3%20120Zm-16%200H95.7a103.06%20103.06%200%200%200-24.38-59.26A87.6%2087.6%200%200%201%20120%2040.37Zm-40.37%2016A87.2%2087.2%200%200%201%2060%20183.83A87.54%2087.54%200%200%201%2040.37%20136Zm16.07%200H120v79.63a87.6%2087.6%200%200%201-48.68-20.37A103.1%20103.1%200%200%200%2095.7%20136m40.3%200h24.3a103.1%20103.1%200%200%200%2024.38%2059.26A87.6%2087.6%200%200%201%20136%20215.63Zm40.37%200h39.26A87.54%2087.54%200%200%201%20196%20183.83A87.2%2087.2%200%200%201%20176.37%20136m0-16A87.2%2087.2%200%200%201%20196%2072.17A87.54%2087.54%200%200%201%20215.63%20120Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/basketball.svg?color=%231a73e8&size=48