basketball icon

basketball from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
basketball
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-basketball

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 24 24"><path fill="currentColor" d="M4.929 19.071c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.243 0-14.143C17.177 3.034 14.665 1.99 12 1.99S6.823 3.034 4.929 4.929c-3.899 3.898-3.899 10.243 0 14.142m7.38-15.065a7.9 7.9 0 0 1 4.594 1.678L12 10.586l-1.46-1.46c1.161-1.479 1.792-3.308 1.769-5.12M9.11 7.696L7.098 5.684a7.9 7.9 0 0 1 3.218-1.51c-.015 1.236-.445 2.477-1.206 3.522M7.686 9.1a6.07 6.07 0 0 1-3.459 1.057a7.9 7.9 0 0 1 1.458-3.058zm-3.675 3.046c.077.002.154.014.231.014a8.05 8.05 0 0 0 4.877-1.626L10.586 12l-4.901 4.901a7.97 7.97 0 0 1-1.674-4.755m12.294 2.745c1.042-.758 2.28-1.188 3.508-1.206a7.95 7.95 0 0 1-1.497 3.217zm.597 3.425a7.9 7.9 0 0 1-3.059 1.47a6.05 6.05 0 0 1 1.057-3.472zm-5.044 1.686a7.92 7.92 0 0 1-4.761-1.686L12 13.414l1.463 1.463c-1.103 1.444-1.659 3.266-1.605 5.125m8.124-8.31c-1.807-.018-3.633.61-5.108 1.768L13.414 12l4.901-4.901a7.97 7.97 0 0 1 1.667 4.593"/></svg>

React

import type { SVGProps } from "react";

export function BxBasketball(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="M4.929 19.071c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.243 0-14.143C17.177 3.034 14.665 1.99 12 1.99S6.823 3.034 4.929 4.929c-3.899 3.898-3.899 10.243 0 14.142m7.38-15.065a7.9 7.9 0 0 1 4.594 1.678L12 10.586l-1.46-1.46c1.161-1.479 1.792-3.308 1.769-5.12M9.11 7.696L7.098 5.684a7.9 7.9 0 0 1 3.218-1.51c-.015 1.236-.445 2.477-1.206 3.522M7.686 9.1a6.07 6.07 0 0 1-3.459 1.057a7.9 7.9 0 0 1 1.458-3.058zm-3.675 3.046c.077.002.154.014.231.014a8.05 8.05 0 0 0 4.877-1.626L10.586 12l-4.901 4.901a7.97 7.97 0 0 1-1.674-4.755m12.294 2.745c1.042-.758 2.28-1.188 3.508-1.206a7.95 7.95 0 0 1-1.497 3.217zm.597 3.425a7.9 7.9 0 0 1-3.059 1.47a6.05 6.05 0 0 1 1.057-3.472zm-5.044 1.686a7.92 7.92 0 0 1-4.761-1.686L12 13.414l1.463 1.463c-1.103 1.444-1.659 3.266-1.605 5.125m8.124-8.31c-1.807-.018-3.633.61-5.108 1.768L13.414 12l4.901-4.901a7.97 7.97 0 0 1 1.667 4.593"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.929 19.071c1.895 1.895 4.405 2.938 7.071 2.938s5.177-1.043 7.071-2.938c3.899-3.899 3.899-10.243 0-14.143C17.177 3.034 14.665 1.99 12 1.99S6.823 3.034 4.929 4.929c-3.899 3.898-3.899 10.243 0 14.142m7.38-15.065a7.9 7.9 0 0 1 4.594 1.678L12 10.586l-1.46-1.46c1.161-1.479 1.792-3.308 1.769-5.12M9.11 7.696L7.098 5.684a7.9 7.9 0 0 1 3.218-1.51c-.015 1.236-.445 2.477-1.206 3.522M7.686 9.1a6.07 6.07 0 0 1-3.459 1.057a7.9 7.9 0 0 1 1.458-3.058zm-3.675 3.046c.077.002.154.014.231.014a8.05 8.05 0 0 0 4.877-1.626L10.586 12l-4.901 4.901a7.97 7.97 0 0 1-1.674-4.755m12.294 2.745c1.042-.758 2.28-1.188 3.508-1.206a7.95 7.95 0 0 1-1.497 3.217zm.597 3.425a7.9 7.9 0 0 1-3.059 1.47a6.05 6.05 0 0 1 1.057-3.472zm-5.044 1.686a7.92 7.92 0 0 1-4.761-1.686L12 13.414l1.463 1.463c-1.103 1.444-1.659 3.266-1.605 5.125m8.124-8.31c-1.807-.018-3.633.61-5.108 1.768L13.414 12l4.901-4.901a7.97 7.97 0 0 1 1.667 4.593"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.929%2019.071c1.895%201.895%204.405%202.938%207.071%202.938s5.177-1.043%207.071-2.938c3.899-3.899%203.899-10.243%200-14.143C17.177%203.034%2014.665%201.99%2012%201.99S6.823%203.034%204.929%204.929c-3.899%203.898-3.899%2010.243%200%2014.142m7.38-15.065a7.9%207.9%200%200%201%204.594%201.678L12%2010.586l-1.46-1.46c1.161-1.479%201.792-3.308%201.769-5.12M9.11%207.696L7.098%205.684a7.9%207.9%200%200%201%203.218-1.51c-.015%201.236-.445%202.477-1.206%203.522M7.686%209.1a6.07%206.07%200%200%201-3.459%201.057a7.9%207.9%200%200%201%201.458-3.058zm-3.675%203.046c.077.002.154.014.231.014a8.05%208.05%200%200%200%204.877-1.626L10.586%2012l-4.901%204.901a7.97%207.97%200%200%201-1.674-4.755m12.294%202.745c1.042-.758%202.28-1.188%203.508-1.206a7.95%207.95%200%200%201-1.497%203.217zm.597%203.425a7.9%207.9%200%200%201-3.059%201.47a6.05%206.05%200%200%201%201.057-3.472zm-5.044%201.686a7.92%207.92%200%200%201-4.761-1.686L12%2013.414l1.463%201.463c-1.103%201.444-1.659%203.266-1.605%205.125m8.124-8.31c-1.807-.018-3.633.61-5.108%201.768L13.414%2012l4.901-4.901a7.97%207.97%200%200%201%201.667%204.593%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%22M4.929%2019.071c1.895%201.895%204.405%202.938%207.071%202.938s5.177-1.043%207.071-2.938c3.899-3.899%203.899-10.243%200-14.143C17.177%203.034%2014.665%201.99%2012%201.99S6.823%203.034%204.929%204.929c-3.899%203.898-3.899%2010.243%200%2014.142m7.38-15.065a7.9%207.9%200%200%201%204.594%201.678L12%2010.586l-1.46-1.46c1.161-1.479%201.792-3.308%201.769-5.12M9.11%207.696L7.098%205.684a7.9%207.9%200%200%201%203.218-1.51c-.015%201.236-.445%202.477-1.206%203.522M7.686%209.1a6.07%206.07%200%200%201-3.459%201.057a7.9%207.9%200%200%201%201.458-3.058zm-3.675%203.046c.077.002.154.014.231.014a8.05%208.05%200%200%200%204.877-1.626L10.586%2012l-4.901%204.901a7.97%207.97%200%200%201-1.674-4.755m12.294%202.745c1.042-.758%202.28-1.188%203.508-1.206a7.95%207.95%200%200%201-1.497%203.217zm.597%203.425a7.9%207.9%200%200%201-3.059%201.47a6.05%206.05%200%200%201%201.057-3.472zm-5.044%201.686a7.92%207.92%200%200%201-4.761-1.686L12%2013.414l1.463%201.463c-1.103%201.444-1.659%203.266-1.605%205.125m8.124-8.31c-1.807-.018-3.633.61-5.108%201.768L13.414%2012l4.901-4.901a7.97%207.97%200%200%201%201.667%204.593%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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