ball basket icon
ball-basket from Reicon by REICON · Outline · Sports · MIT Free for personal and commercial use.
- Name
- ball-basket
- Set
- Reicon
- Style
- Outline
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More sports icons from Reicon
Use the ball basket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.536 2.345c-.659.583-4.528 4.122-4.661 9.946c-.115 5.012 2.612 8.388 3.31 9.204"/><path d="M2.36 12.71a26.6 26.6 0 0 0 5.69 1.289c5.973.672 10.847-.856 13.617-2M4.196 17.703s1.53-.891 3.36-.891c2.937 0 6.221 3.05 10.984 2.303M4.196 6.296c.93 2.037.193 4.27 2.832 4.27c5.417 0 6.305-5.317 11.89-5.317"/><circle cx="12" cy="12" r="9.667"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBallBasket(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M11.536 2.345c-.659.583-4.528 4.122-4.661 9.946c-.115 5.012 2.612 8.388 3.31 9.204"/><path d="M2.36 12.71a26.6 26.6 0 0 0 5.69 1.289c5.973.672 10.847-.856 13.617-2M4.196 17.703s1.53-.891 3.36-.891c2.937 0 6.221 3.05 10.984 2.303M4.196 6.296c.93 2.037.193 4.27 2.832 4.27c5.417 0 6.305-5.317 11.89-5.317"/><circle cx="12" cy="12" r="9.667"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M11.536 2.345c-.659.583-4.528 4.122-4.661 9.946c-.115 5.012 2.612 8.388 3.31 9.204"/><path d="M2.36 12.71a26.6 26.6 0 0 0 5.69 1.289c5.973.672 10.847-.856 13.617-2M4.196 17.703s1.53-.891 3.36-.891c2.937 0 6.221 3.05 10.984 2.303M4.196 6.296c.93 2.037.193 4.27 2.832 4.27c5.417 0 6.305-5.317 11.89-5.317"/><circle cx="12" cy="12" r="9.667"/></g></svg> </template>
CSS
.icon-ball-basket {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.536%202.345c-.659.583-4.528%204.122-4.661%209.946c-.115%205.012%202.612%208.388%203.31%209.204%22%2F%3E%3Cpath%20d%3D%22M2.36%2012.71a26.6%2026.6%200%200%200%205.69%201.289c5.973.672%2010.847-.856%2013.617-2M4.196%2017.703s1.53-.891%203.36-.891c2.937%200%206.221%203.05%2010.984%202.303M4.196%206.296c.93%202.037.193%204.27%202.832%204.27c5.417%200%206.305-5.317%2011.89-5.317%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229.667%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.536%202.345c-.659.583-4.528%204.122-4.661%209.946c-.115%205.012%202.612%208.388%203.31%209.204%22%2F%3E%3Cpath%20d%3D%22M2.36%2012.71a26.6%2026.6%200%200%200%205.69%201.289c5.973.672%2010.847-.856%2013.617-2M4.196%2017.703s1.53-.891%203.36-.891c2.937%200%206.221%203.05%2010.984%202.303M4.196%206.296c.93%202.037.193%204.27%202.832%204.27c5.417%200%206.305-5.317%2011.89-5.317%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ball-basket.svg?color=%231a73e8&size=48