basketball icon

basketball-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
basketball-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M60 177.28A83.6 83.6 0 0 1 44.87 140h30.27A83.1 83.1 0 0 1 60 177.28M44.87 116A83.6 83.6 0 0 1 60 78.72A83.1 83.1 0 0 1 75.14 116ZM116 211.13a83.63 83.63 0 0 1-39-16.46A106.94 106.94 0 0 0 99.34 140H116Zm0-95.13H99.34A106.94 106.94 0 0 0 77 61.33a83.63 83.63 0 0 1 39-16.46Zm80-37.28A83.6 83.6 0 0 1 211.13 116h-30.27A83.1 83.1 0 0 1 196 78.72m-56 132.41V140h16.66A106.94 106.94 0 0 0 179 194.67a83.63 83.63 0 0 1-39 16.46M156.66 116H140V44.87a83.63 83.63 0 0 1 39 16.46A106.94 106.94 0 0 0 156.66 116M196 177.28A83.1 83.1 0 0 1 180.86 140h30.27A83.6 83.6 0 0 1 196 177.28"/></svg>

React

import type { SVGProps } from "react";

export function PhBasketballBold(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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M60 177.28A83.6 83.6 0 0 1 44.87 140h30.27A83.1 83.1 0 0 1 60 177.28M44.87 116A83.6 83.6 0 0 1 60 78.72A83.1 83.1 0 0 1 75.14 116ZM116 211.13a83.63 83.63 0 0 1-39-16.46A106.94 106.94 0 0 0 99.34 140H116Zm0-95.13H99.34A106.94 106.94 0 0 0 77 61.33a83.63 83.63 0 0 1 39-16.46Zm80-37.28A83.6 83.6 0 0 1 211.13 116h-30.27A83.1 83.1 0 0 1 196 78.72m-56 132.41V140h16.66A106.94 106.94 0 0 0 179 194.67a83.63 83.63 0 0 1-39 16.46M156.66 116H140V44.87a83.63 83.63 0 0 1 39 16.46A106.94 106.94 0 0 0 156.66 116M196 177.28A83.1 83.1 0 0 1 180.86 140h30.27A83.6 83.6 0 0 1 196 177.28"/></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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M60 177.28A83.6 83.6 0 0 1 44.87 140h30.27A83.1 83.1 0 0 1 60 177.28M44.87 116A83.6 83.6 0 0 1 60 78.72A83.1 83.1 0 0 1 75.14 116ZM116 211.13a83.63 83.63 0 0 1-39-16.46A106.94 106.94 0 0 0 99.34 140H116Zm0-95.13H99.34A106.94 106.94 0 0 0 77 61.33a83.63 83.63 0 0 1 39-16.46Zm80-37.28A83.6 83.6 0 0 1 211.13 116h-30.27A83.1 83.1 0 0 1 196 78.72m-56 132.41V140h16.66A106.94 106.94 0 0 0 179 194.67a83.63 83.63 0 0 1-39 16.46M156.66 116H140V44.87a83.63 83.63 0 0 1 39 16.46A106.94 106.94 0 0 0 156.66 116M196 177.28A83.1 83.1 0 0 1 180.86 140h30.27A83.6 83.6 0 0 1 196 177.28"/></svg>
</template>

CSS

.icon-basketball-bold {
  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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020M60%20177.28A83.6%2083.6%200%200%201%2044.87%20140h30.27A83.1%2083.1%200%200%201%2060%20177.28M44.87%20116A83.6%2083.6%200%200%201%2060%2078.72A83.1%2083.1%200%200%201%2075.14%20116ZM116%20211.13a83.63%2083.63%200%200%201-39-16.46A106.94%20106.94%200%200%200%2099.34%20140H116Zm0-95.13H99.34A106.94%20106.94%200%200%200%2077%2061.33a83.63%2083.63%200%200%201%2039-16.46Zm80-37.28A83.6%2083.6%200%200%201%20211.13%20116h-30.27A83.1%2083.1%200%200%201%20196%2078.72m-56%20132.41V140h16.66A106.94%20106.94%200%200%200%20179%20194.67a83.63%2083.63%200%200%201-39%2016.46M156.66%20116H140V44.87a83.63%2083.63%200%200%201%2039%2016.46A106.94%20106.94%200%200%200%20156.66%20116M196%20177.28A83.1%2083.1%200%200%201%20180.86%20140h30.27A83.6%2083.6%200%200%201%20196%20177.28%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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020M60%20177.28A83.6%2083.6%200%200%201%2044.87%20140h30.27A83.1%2083.1%200%200%201%2060%20177.28M44.87%20116A83.6%2083.6%200%200%201%2060%2078.72A83.1%2083.1%200%200%201%2075.14%20116ZM116%20211.13a83.63%2083.63%200%200%201-39-16.46A106.94%20106.94%200%200%200%2099.34%20140H116Zm0-95.13H99.34A106.94%20106.94%200%200%200%2077%2061.33a83.63%2083.63%200%200%201%2039-16.46Zm80-37.28A83.6%2083.6%200%200%201%20211.13%20116h-30.27A83.1%2083.1%200%200%201%20196%2078.72m-56%20132.41V140h16.66A106.94%20106.94%200%200%200%20179%20194.67a83.63%2083.63%200%200%201-39%2016.46M156.66%20116H140V44.87a83.63%2083.63%200%200%201%2039%2016.46A106.94%20106.94%200%200%200%20156.66%20116M196%20177.28A83.1%2083.1%200%200%201%20180.86%20140h30.27A83.6%2083.6%200%200%201%20196%20177.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/basketball-bold.svg?color=%231a73e8&size=48