basketball icon

basketball from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.

Name
basketball
Set
Reicon
Style
Outline
Category
Sports
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All basketball icons →

More sports icons from Reicon

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" fill-rule="evenodd" d="M8.367 3.492c.499.396 1.172.95 1.905 1.607c.702.63 1.473 1.366 2.203 2.161c1.403-1.191 2.486-2.535 3.044-3.815a9.3 9.3 0 0 0-2.414-.63a9.2 9.2 0 0 0-4.738.677m8.491.634c-.678 1.509-1.901 2.993-3.405 4.271a14 14 0 0 1 1.197 1.728c.41.71.774 1.533 1.095 2.396c1.812-.683 3.717-1.021 5.502-.805a9.2 9.2 0 0 0-1.236-4.341a9.2 9.2 0 0 0-3.153-3.249m4.312 9.093c-1.536-.209-3.255.08-4.944.724c.29.937.535 1.876.733 2.729a52 52 0 0 1 .563 2.75a9.2 9.2 0 0 0 2.984-3.788c.33-.771.553-1.585.664-2.415m-5.026 7.05a51 51 0 0 0-.645-3.257a39 39 0 0 0-.655-2.461q-.614.307-1.207.667c-2.412 1.468-4.342 3.47-5.156 5.337a9.24 9.24 0 0 0 7.663-.285m-9.002-.395c1.001-2.227 3.19-4.401 5.715-5.937q.73-.445 1.508-.822c-.302-.823-.64-1.593-1.014-2.24A13 13 0 0 0 12.27 9.32a18 18 0 0 1-1.064.706c-2.57 1.578-5.658 2.597-8.454 2.259a9.2 9.2 0 0 0 1.237 4.34a9.2 9.2 0 0 0 3.153 3.25M2.83 10.78a9.24 9.24 0 0 1 4.092-6.513q.188.143.466.363c.486.383 1.154.931 1.883 1.585c.66.592 1.358 1.26 2.012 1.965q-.42.293-.862.566C7.973 10.25 5.187 11.1 2.83 10.78m3.795-8.09a10.7 10.7 0 0 1 6.66-1.364a10.74 10.74 0 0 1 8.025 5.299a10.74 10.74 0 0 1 .576 9.598a10.7 10.7 0 0 1-4.511 5.087c-5.142 2.968-11.716 1.206-14.685-3.935C-.278 12.233 1.483 5.658 6.625 2.69" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBasketball(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" fillRule="evenodd" d="M8.367 3.492c.499.396 1.172.95 1.905 1.607c.702.63 1.473 1.366 2.203 2.161c1.403-1.191 2.486-2.535 3.044-3.815a9.3 9.3 0 0 0-2.414-.63a9.2 9.2 0 0 0-4.738.677m8.491.634c-.678 1.509-1.901 2.993-3.405 4.271a14 14 0 0 1 1.197 1.728c.41.71.774 1.533 1.095 2.396c1.812-.683 3.717-1.021 5.502-.805a9.2 9.2 0 0 0-1.236-4.341a9.2 9.2 0 0 0-3.153-3.249m4.312 9.093c-1.536-.209-3.255.08-4.944.724c.29.937.535 1.876.733 2.729a52 52 0 0 1 .563 2.75a9.2 9.2 0 0 0 2.984-3.788c.33-.771.553-1.585.664-2.415m-5.026 7.05a51 51 0 0 0-.645-3.257a39 39 0 0 0-.655-2.461q-.614.307-1.207.667c-2.412 1.468-4.342 3.47-5.156 5.337a9.24 9.24 0 0 0 7.663-.285m-9.002-.395c1.001-2.227 3.19-4.401 5.715-5.937q.73-.445 1.508-.822c-.302-.823-.64-1.593-1.014-2.24A13 13 0 0 0 12.27 9.32a18 18 0 0 1-1.064.706c-2.57 1.578-5.658 2.597-8.454 2.259a9.2 9.2 0 0 0 1.237 4.34a9.2 9.2 0 0 0 3.153 3.25M2.83 10.78a9.24 9.24 0 0 1 4.092-6.513q.188.143.466.363c.486.383 1.154.931 1.883 1.585c.66.592 1.358 1.26 2.012 1.965q-.42.293-.862.566C7.973 10.25 5.187 11.1 2.83 10.78m3.795-8.09a10.7 10.7 0 0 1 6.66-1.364a10.74 10.74 0 0 1 8.025 5.299a10.74 10.74 0 0 1 .576 9.598a10.7 10.7 0 0 1-4.511 5.087c-5.142 2.968-11.716 1.206-14.685-3.935C-.278 12.233 1.483 5.658 6.625 2.69" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.367 3.492c.499.396 1.172.95 1.905 1.607c.702.63 1.473 1.366 2.203 2.161c1.403-1.191 2.486-2.535 3.044-3.815a9.3 9.3 0 0 0-2.414-.63a9.2 9.2 0 0 0-4.738.677m8.491.634c-.678 1.509-1.901 2.993-3.405 4.271a14 14 0 0 1 1.197 1.728c.41.71.774 1.533 1.095 2.396c1.812-.683 3.717-1.021 5.502-.805a9.2 9.2 0 0 0-1.236-4.341a9.2 9.2 0 0 0-3.153-3.249m4.312 9.093c-1.536-.209-3.255.08-4.944.724c.29.937.535 1.876.733 2.729a52 52 0 0 1 .563 2.75a9.2 9.2 0 0 0 2.984-3.788c.33-.771.553-1.585.664-2.415m-5.026 7.05a51 51 0 0 0-.645-3.257a39 39 0 0 0-.655-2.461q-.614.307-1.207.667c-2.412 1.468-4.342 3.47-5.156 5.337a9.24 9.24 0 0 0 7.663-.285m-9.002-.395c1.001-2.227 3.19-4.401 5.715-5.937q.73-.445 1.508-.822c-.302-.823-.64-1.593-1.014-2.24A13 13 0 0 0 12.27 9.32a18 18 0 0 1-1.064.706c-2.57 1.578-5.658 2.597-8.454 2.259a9.2 9.2 0 0 0 1.237 4.34a9.2 9.2 0 0 0 3.153 3.25M2.83 10.78a9.24 9.24 0 0 1 4.092-6.513q.188.143.466.363c.486.383 1.154.931 1.883 1.585c.66.592 1.358 1.26 2.012 1.965q-.42.293-.862.566C7.973 10.25 5.187 11.1 2.83 10.78m3.795-8.09a10.7 10.7 0 0 1 6.66-1.364a10.74 10.74 0 0 1 8.025 5.299a10.74 10.74 0 0 1 .576 9.598a10.7 10.7 0 0 1-4.511 5.087c-5.142 2.968-11.716 1.206-14.685-3.935C-.278 12.233 1.483 5.658 6.625 2.69" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.367%203.492c.499.396%201.172.95%201.905%201.607c.702.63%201.473%201.366%202.203%202.161c1.403-1.191%202.486-2.535%203.044-3.815a9.3%209.3%200%200%200-2.414-.63a9.2%209.2%200%200%200-4.738.677m8.491.634c-.678%201.509-1.901%202.993-3.405%204.271a14%2014%200%200%201%201.197%201.728c.41.71.774%201.533%201.095%202.396c1.812-.683%203.717-1.021%205.502-.805a9.2%209.2%200%200%200-1.236-4.341a9.2%209.2%200%200%200-3.153-3.249m4.312%209.093c-1.536-.209-3.255.08-4.944.724c.29.937.535%201.876.733%202.729a52%2052%200%200%201%20.563%202.75a9.2%209.2%200%200%200%202.984-3.788c.33-.771.553-1.585.664-2.415m-5.026%207.05a51%2051%200%200%200-.645-3.257a39%2039%200%200%200-.655-2.461q-.614.307-1.207.667c-2.412%201.468-4.342%203.47-5.156%205.337a9.24%209.24%200%200%200%207.663-.285m-9.002-.395c1.001-2.227%203.19-4.401%205.715-5.937q.73-.445%201.508-.822c-.302-.823-.64-1.593-1.014-2.24A13%2013%200%200%200%2012.27%209.32a18%2018%200%200%201-1.064.706c-2.57%201.578-5.658%202.597-8.454%202.259a9.2%209.2%200%200%200%201.237%204.34a9.2%209.2%200%200%200%203.153%203.25M2.83%2010.78a9.24%209.24%200%200%201%204.092-6.513q.188.143.466.363c.486.383%201.154.931%201.883%201.585c.66.592%201.358%201.26%202.012%201.965q-.42.293-.862.566C7.973%2010.25%205.187%2011.1%202.83%2010.78m3.795-8.09a10.7%2010.7%200%200%201%206.66-1.364a10.74%2010.74%200%200%201%208.025%205.299a10.74%2010.74%200%200%201%20.576%209.598a10.7%2010.7%200%200%201-4.511%205.087c-5.142%202.968-11.716%201.206-14.685-3.935C-.278%2012.233%201.483%205.658%206.625%202.69%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.367%203.492c.499.396%201.172.95%201.905%201.607c.702.63%201.473%201.366%202.203%202.161c1.403-1.191%202.486-2.535%203.044-3.815a9.3%209.3%200%200%200-2.414-.63a9.2%209.2%200%200%200-4.738.677m8.491.634c-.678%201.509-1.901%202.993-3.405%204.271a14%2014%200%200%201%201.197%201.728c.41.71.774%201.533%201.095%202.396c1.812-.683%203.717-1.021%205.502-.805a9.2%209.2%200%200%200-1.236-4.341a9.2%209.2%200%200%200-3.153-3.249m4.312%209.093c-1.536-.209-3.255.08-4.944.724c.29.937.535%201.876.733%202.729a52%2052%200%200%201%20.563%202.75a9.2%209.2%200%200%200%202.984-3.788c.33-.771.553-1.585.664-2.415m-5.026%207.05a51%2051%200%200%200-.645-3.257a39%2039%200%200%200-.655-2.461q-.614.307-1.207.667c-2.412%201.468-4.342%203.47-5.156%205.337a9.24%209.24%200%200%200%207.663-.285m-9.002-.395c1.001-2.227%203.19-4.401%205.715-5.937q.73-.445%201.508-.822c-.302-.823-.64-1.593-1.014-2.24A13%2013%200%200%200%2012.27%209.32a18%2018%200%200%201-1.064.706c-2.57%201.578-5.658%202.597-8.454%202.259a9.2%209.2%200%200%200%201.237%204.34a9.2%209.2%200%200%200%203.153%203.25M2.83%2010.78a9.24%209.24%200%200%201%204.092-6.513q.188.143.466.363c.486.383%201.154.931%201.883%201.585c.66.592%201.358%201.26%202.012%201.965q-.42.293-.862.566C7.973%2010.25%205.187%2011.1%202.83%2010.78m3.795-8.09a10.7%2010.7%200%200%201%206.66-1.364a10.74%2010.74%200%200%201%208.025%205.299a10.74%2010.74%200%200%201%20.576%209.598a10.7%2010.7%200%200%201-4.511%205.087c-5.142%202.968-11.716%201.206-14.685-3.935C-.278%2012.233%201.483%205.658%206.625%202.69%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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