basketball icon

basketball-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
basketball-fill
Set
Phosphor
Style
Fill
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="M63.6 46.39a103.5 103.5 0 0 1 52-21.65a4 4 0 0 1 4.45 4V120H95.7a103.77 103.77 0 0 0-32.32-67.56a4 4 0 0 1 .22-6.05M46 64.07a103.5 103.5 0 0 0-21.29 51.46a4 4 0 0 0 4 4.47h50.92a87.86 87.86 0 0 0-27.74-56.41a4 4 0 0 0-5.89.48m146.4-17.68a103.5 103.5 0 0 0-52-21.65a4 4 0 0 0-4.45 4V120h24.3a103.77 103.77 0 0 1 32.32-67.56a4 4 0 0 0-.17-6.05m38.86 69.14A103.5 103.5 0 0 0 210 64.07a4 4 0 0 0-5.86-.48A87.86 87.86 0 0 0 176.37 120h50.91a4 4 0 0 0 3.98-4.47M24.74 140.47A103.5 103.5 0 0 0 46 191.93a4 4 0 0 0 5.86.48A87.86 87.86 0 0 0 79.63 136H28.72a4 4 0 0 0-3.98 4.47M210 191.93a103.5 103.5 0 0 0 21.29-51.46a4 4 0 0 0-4-4.47h-50.92a87.86 87.86 0 0 0 27.74 56.41a4 4 0 0 0 5.89-.48M63.6 209.61a103.5 103.5 0 0 0 52 21.65a4 4 0 0 0 4.45-4V136H95.7a103.77 103.77 0 0 1-32.32 67.56a4 4 0 0 0 .22 6.05M160.3 136H136v91.28a4 4 0 0 0 4.45 4a103.5 103.5 0 0 0 52-21.65a4 4 0 0 0 .22-6.05A103.77 103.77 0 0 1 160.3 136"/></svg>

React

import type { SVGProps } from "react";

export function PhBasketballFill(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="M63.6 46.39a103.5 103.5 0 0 1 52-21.65a4 4 0 0 1 4.45 4V120H95.7a103.77 103.77 0 0 0-32.32-67.56a4 4 0 0 1 .22-6.05M46 64.07a103.5 103.5 0 0 0-21.29 51.46a4 4 0 0 0 4 4.47h50.92a87.86 87.86 0 0 0-27.74-56.41a4 4 0 0 0-5.89.48m146.4-17.68a103.5 103.5 0 0 0-52-21.65a4 4 0 0 0-4.45 4V120h24.3a103.77 103.77 0 0 1 32.32-67.56a4 4 0 0 0-.17-6.05m38.86 69.14A103.5 103.5 0 0 0 210 64.07a4 4 0 0 0-5.86-.48A87.86 87.86 0 0 0 176.37 120h50.91a4 4 0 0 0 3.98-4.47M24.74 140.47A103.5 103.5 0 0 0 46 191.93a4 4 0 0 0 5.86.48A87.86 87.86 0 0 0 79.63 136H28.72a4 4 0 0 0-3.98 4.47M210 191.93a103.5 103.5 0 0 0 21.29-51.46a4 4 0 0 0-4-4.47h-50.92a87.86 87.86 0 0 0 27.74 56.41a4 4 0 0 0 5.89-.48M63.6 209.61a103.5 103.5 0 0 0 52 21.65a4 4 0 0 0 4.45-4V136H95.7a103.77 103.77 0 0 1-32.32 67.56a4 4 0 0 0 .22 6.05M160.3 136H136v91.28a4 4 0 0 0 4.45 4a103.5 103.5 0 0 0 52-21.65a4 4 0 0 0 .22-6.05A103.77 103.77 0 0 1 160.3 136"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M63.6 46.39a103.5 103.5 0 0 1 52-21.65a4 4 0 0 1 4.45 4V120H95.7a103.77 103.77 0 0 0-32.32-67.56a4 4 0 0 1 .22-6.05M46 64.07a103.5 103.5 0 0 0-21.29 51.46a4 4 0 0 0 4 4.47h50.92a87.86 87.86 0 0 0-27.74-56.41a4 4 0 0 0-5.89.48m146.4-17.68a103.5 103.5 0 0 0-52-21.65a4 4 0 0 0-4.45 4V120h24.3a103.77 103.77 0 0 1 32.32-67.56a4 4 0 0 0-.17-6.05m38.86 69.14A103.5 103.5 0 0 0 210 64.07a4 4 0 0 0-5.86-.48A87.86 87.86 0 0 0 176.37 120h50.91a4 4 0 0 0 3.98-4.47M24.74 140.47A103.5 103.5 0 0 0 46 191.93a4 4 0 0 0 5.86.48A87.86 87.86 0 0 0 79.63 136H28.72a4 4 0 0 0-3.98 4.47M210 191.93a103.5 103.5 0 0 0 21.29-51.46a4 4 0 0 0-4-4.47h-50.92a87.86 87.86 0 0 0 27.74 56.41a4 4 0 0 0 5.89-.48M63.6 209.61a103.5 103.5 0 0 0 52 21.65a4 4 0 0 0 4.45-4V136H95.7a103.77 103.77 0 0 1-32.32 67.56a4 4 0 0 0 .22 6.05M160.3 136H136v91.28a4 4 0 0 0 4.45 4a103.5 103.5 0 0 0 52-21.65a4 4 0 0 0 .22-6.05A103.77 103.77 0 0 1 160.3 136"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M63.6%2046.39a103.5%20103.5%200%200%201%2052-21.65a4%204%200%200%201%204.45%204V120H95.7a103.77%20103.77%200%200%200-32.32-67.56a4%204%200%200%201%20.22-6.05M46%2064.07a103.5%20103.5%200%200%200-21.29%2051.46a4%204%200%200%200%204%204.47h50.92a87.86%2087.86%200%200%200-27.74-56.41a4%204%200%200%200-5.89.48m146.4-17.68a103.5%20103.5%200%200%200-52-21.65a4%204%200%200%200-4.45%204V120h24.3a103.77%20103.77%200%200%201%2032.32-67.56a4%204%200%200%200-.17-6.05m38.86%2069.14A103.5%20103.5%200%200%200%20210%2064.07a4%204%200%200%200-5.86-.48A87.86%2087.86%200%200%200%20176.37%20120h50.91a4%204%200%200%200%203.98-4.47M24.74%20140.47A103.5%20103.5%200%200%200%2046%20191.93a4%204%200%200%200%205.86.48A87.86%2087.86%200%200%200%2079.63%20136H28.72a4%204%200%200%200-3.98%204.47M210%20191.93a103.5%20103.5%200%200%200%2021.29-51.46a4%204%200%200%200-4-4.47h-50.92a87.86%2087.86%200%200%200%2027.74%2056.41a4%204%200%200%200%205.89-.48M63.6%20209.61a103.5%20103.5%200%200%200%2052%2021.65a4%204%200%200%200%204.45-4V136H95.7a103.77%20103.77%200%200%201-32.32%2067.56a4%204%200%200%200%20.22%206.05M160.3%20136H136v91.28a4%204%200%200%200%204.45%204a103.5%20103.5%200%200%200%2052-21.65a4%204%200%200%200%20.22-6.05A103.77%20103.77%200%200%201%20160.3%20136%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%22M63.6%2046.39a103.5%20103.5%200%200%201%2052-21.65a4%204%200%200%201%204.45%204V120H95.7a103.77%20103.77%200%200%200-32.32-67.56a4%204%200%200%201%20.22-6.05M46%2064.07a103.5%20103.5%200%200%200-21.29%2051.46a4%204%200%200%200%204%204.47h50.92a87.86%2087.86%200%200%200-27.74-56.41a4%204%200%200%200-5.89.48m146.4-17.68a103.5%20103.5%200%200%200-52-21.65a4%204%200%200%200-4.45%204V120h24.3a103.77%20103.77%200%200%201%2032.32-67.56a4%204%200%200%200-.17-6.05m38.86%2069.14A103.5%20103.5%200%200%200%20210%2064.07a4%204%200%200%200-5.86-.48A87.86%2087.86%200%200%200%20176.37%20120h50.91a4%204%200%200%200%203.98-4.47M24.74%20140.47A103.5%20103.5%200%200%200%2046%20191.93a4%204%200%200%200%205.86.48A87.86%2087.86%200%200%200%2079.63%20136H28.72a4%204%200%200%200-3.98%204.47M210%20191.93a103.5%20103.5%200%200%200%2021.29-51.46a4%204%200%200%200-4-4.47h-50.92a87.86%2087.86%200%200%200%2027.74%2056.41a4%204%200%200%200%205.89-.48M63.6%20209.61a103.5%20103.5%200%200%200%2052%2021.65a4%204%200%200%200%204.45-4V136H95.7a103.77%20103.77%200%200%201-32.32%2067.56a4%204%200%200%200%20.22%206.05M160.3%20136H136v91.28a4%204%200%200%200%204.45%204a103.5%20103.5%200%200%200%2052-21.65a4%204%200%200%200%20.22-6.05A103.77%20103.77%200%200%201%20160.3%20136%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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