basketball ball icon

basketball-ball from Line Awesome by Icons8 · Line · Sports · Apache-2.0 Free for personal and commercial use.

Name
basketball-ball
Set
Line Awesome
Style
Line
Category
Sports
Viewbox
32×32
License
Apache 2.0
Aliases
basketball-ball-solid

The same icon in other sets

More sports icons from Line Awesome

Use the basketball ball icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m-1.125 2.063c.043-.004.082.003.125 0V15h-3.063a12.93 12.93 0 0 0-3.03-7.406a10.93 10.93 0 0 1 5.968-2.532zm2.125 0a10.9 10.9 0 0 1 6.094 2.53A12.93 12.93 0 0 0 20.062 15H17zM7.5 9.03A10.9 10.9 0 0 1 9.938 15H5.061A10.9 10.9 0 0 1 7.5 9.031zm17 0A10.9 10.9 0 0 1 26.938 15h-4.875A10.9 10.9 0 0 1 24.5 9.031zM5.062 17h4.875A10.9 10.9 0 0 1 7.5 22.969A10.9 10.9 0 0 1 5.062 17m6.875 0H15v9.938a10.9 10.9 0 0 1-6.094-2.532A12.93 12.93 0 0 0 11.937 17M17 17h3.063a12.93 12.93 0 0 0 3.03 7.406A10.9 10.9 0 0 1 17 26.938zm5.063 0h4.875a10.9 10.9 0 0 1-2.438 5.969A10.9 10.9 0 0 1 22.062 17z"/></svg>

React

import type { SVGProps } from "react";

export function LaBasketballBall(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m-1.125 2.063c.043-.004.082.003.125 0V15h-3.063a12.93 12.93 0 0 0-3.03-7.406a10.93 10.93 0 0 1 5.968-2.532zm2.125 0a10.9 10.9 0 0 1 6.094 2.53A12.93 12.93 0 0 0 20.062 15H17zM7.5 9.03A10.9 10.9 0 0 1 9.938 15H5.061A10.9 10.9 0 0 1 7.5 9.031zm17 0A10.9 10.9 0 0 1 26.938 15h-4.875A10.9 10.9 0 0 1 24.5 9.031zM5.062 17h4.875A10.9 10.9 0 0 1 7.5 22.969A10.9 10.9 0 0 1 5.062 17m6.875 0H15v9.938a10.9 10.9 0 0 1-6.094-2.532A12.93 12.93 0 0 0 11.937 17M17 17h3.063a12.93 12.93 0 0 0 3.03 7.406A10.9 10.9 0 0 1 17 26.938zm5.063 0h4.875a10.9 10.9 0 0 1-2.438 5.969A10.9 10.9 0 0 1 22.062 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m-1.125 2.063c.043-.004.082.003.125 0V15h-3.063a12.93 12.93 0 0 0-3.03-7.406a10.93 10.93 0 0 1 5.968-2.532zm2.125 0a10.9 10.9 0 0 1 6.094 2.53A12.93 12.93 0 0 0 20.062 15H17zM7.5 9.03A10.9 10.9 0 0 1 9.938 15H5.061A10.9 10.9 0 0 1 7.5 9.031zm17 0A10.9 10.9 0 0 1 26.938 15h-4.875A10.9 10.9 0 0 1 24.5 9.031zM5.062 17h4.875A10.9 10.9 0 0 1 7.5 22.969A10.9 10.9 0 0 1 5.062 17m6.875 0H15v9.938a10.9 10.9 0 0 1-6.094-2.532A12.93 12.93 0 0 0 11.937 17M17 17h3.063a12.93 12.93 0 0 0 3.03 7.406A10.9 10.9 0 0 1 17 26.938zm5.063 0h4.875a10.9 10.9 0 0 1-2.438 5.969A10.9 10.9 0 0 1 22.062 17z"/></svg>
</template>

CSS

.icon-basketball-ball {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m-1.125%202.063c.043-.004.082.003.125%200V15h-3.063a12.93%2012.93%200%200%200-3.03-7.406a10.93%2010.93%200%200%201%205.968-2.532zm2.125%200a10.9%2010.9%200%200%201%206.094%202.53A12.93%2012.93%200%200%200%2020.062%2015H17zM7.5%209.03A10.9%2010.9%200%200%201%209.938%2015H5.061A10.9%2010.9%200%200%201%207.5%209.031zm17%200A10.9%2010.9%200%200%201%2026.938%2015h-4.875A10.9%2010.9%200%200%201%2024.5%209.031zM5.062%2017h4.875A10.9%2010.9%200%200%201%207.5%2022.969A10.9%2010.9%200%200%201%205.062%2017m6.875%200H15v9.938a10.9%2010.9%200%200%201-6.094-2.532A12.93%2012.93%200%200%200%2011.937%2017M17%2017h3.063a12.93%2012.93%200%200%200%203.03%207.406A10.9%2010.9%200%200%201%2017%2026.938zm5.063%200h4.875a10.9%2010.9%200%200%201-2.438%205.969A10.9%2010.9%200%200%201%2022.062%2017z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m-1.125%202.063c.043-.004.082.003.125%200V15h-3.063a12.93%2012.93%200%200%200-3.03-7.406a10.93%2010.93%200%200%201%205.968-2.532zm2.125%200a10.9%2010.9%200%200%201%206.094%202.53A12.93%2012.93%200%200%200%2020.062%2015H17zM7.5%209.03A10.9%2010.9%200%200%201%209.938%2015H5.061A10.9%2010.9%200%200%201%207.5%209.031zm17%200A10.9%2010.9%200%200%201%2026.938%2015h-4.875A10.9%2010.9%200%200%201%2024.5%209.031zM5.062%2017h4.875A10.9%2010.9%200%200%201%207.5%2022.969A10.9%2010.9%200%200%201%205.062%2017m6.875%200H15v9.938a10.9%2010.9%200%200%201-6.094-2.532A12.93%2012.93%200%200%200%2011.937%2017M17%2017h3.063a12.93%2012.93%200%200%200%203.03%207.406A10.9%2010.9%200%200%201%2017%2026.938zm5.063%200h4.875a10.9%2010.9%200%200%201-2.438%205.969A10.9%2010.9%200%200%201%2022.062%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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