basketball icon
basketball-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- basketball-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
basketballBoxIcons v2basketballBoxIcons v2 SolidbasketballCarbonbasketballEmoji One (Colored)basketballElement PlusbasketballFont Awesome 6 SolidbasketballFont Awesome SolidbasketballFluent EmojibasketballFluent Emoji FlatbasketballFluent Emoji High ContrastbasketballIconParkbasketballIconPark OutlinebasketballIconoirbasketballIonIconsbasketballJam IconsbasketballLucide LabbasketballMaterial Design IconsbasketballNoto EmojibasketballOpenMojibasketballPhosphorbasketball-fillRemix Iconbasketball-boldSolarbasketballStreamline EmojisbasketballTwitter Emoji
Use the basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M18.364 18.364a9 9 0 0 1-12.728 0m12.728 0a9 9 0 0 0 0-12.728m0 12.728L5.636 5.636m0 12.728a9 9 0 0 1 0-12.728m0 12.728L18.364 5.636m-12.728 0a9 9 0 0 1 12.728 0m-7.251-2.648a6.99 6.99 0 0 1-1.941 6.184a6.99 6.99 0 0 1-6.184 1.941m18.024 1.775a6.99 6.99 0 0 0-6.183 1.941a6.99 6.99 0 0 0-1.942 6.184"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBasketballLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M18.364 18.364a9 9 0 0 1-12.728 0m12.728 0a9 9 0 0 0 0-12.728m0 12.728L5.636 5.636m0 12.728a9 9 0 0 1 0-12.728m0 12.728L18.364 5.636m-12.728 0a9 9 0 0 1 12.728 0m-7.251-2.648a6.99 6.99 0 0 1-1.941 6.184a6.99 6.99 0 0 1-6.184 1.941m18.024 1.775a6.99 6.99 0 0 0-6.183 1.941a6.99 6.99 0 0 0-1.942 6.184"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M18.364 18.364a9 9 0 0 1-12.728 0m12.728 0a9 9 0 0 0 0-12.728m0 12.728L5.636 5.636m0 12.728a9 9 0 0 1 0-12.728m0 12.728L18.364 5.636m-12.728 0a9 9 0 0 1 12.728 0m-7.251-2.648a6.99 6.99 0 0 1-1.941 6.184a6.99 6.99 0 0 1-6.184 1.941m18.024 1.775a6.99 6.99 0 0 0-6.183 1.941a6.99 6.99 0 0 0-1.942 6.184"/></svg> </template>
CSS
.icon-basketball-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M18.364%2018.364a9%209%200%200%201-12.728%200m12.728%200a9%209%200%200%200%200-12.728m0%2012.728L5.636%205.636m0%2012.728a9%209%200%200%201%200-12.728m0%2012.728L18.364%205.636m-12.728%200a9%209%200%200%201%2012.728%200m-7.251-2.648a6.99%206.99%200%200%201-1.941%206.184a6.99%206.99%200%200%201-6.184%201.941m18.024%201.775a6.99%206.99%200%200%200-6.183%201.941a6.99%206.99%200%200%200-1.942%206.184%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M18.364%2018.364a9%209%200%200%201-12.728%200m12.728%200a9%209%200%200%200%200-12.728m0%2012.728L5.636%205.636m0%2012.728a9%209%200%200%201%200-12.728m0%2012.728L18.364%205.636m-12.728%200a9%209%200%200%201%2012.728%200m-7.251-2.648a6.99%206.99%200%200%201-1.941%206.184a6.99%206.99%200%200%201-6.184%201.941m18.024%201.775a6.99%206.99%200%200%200-6.183%201.941a6.99%206.99%200%200%200-1.942%206.184%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/basketball-line.svg?color=%231a73e8&size=48