ball basket icon

ball-basket-filled from Reicon by REICON · Filled · Sports · MIT Free for personal and commercial use.

Name
ball-basket-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M6.052 14.71a25.5 25.5 0 0 1-4.028-1.058c-.203-.072-.39-.165-.587-.244c.192 1.45.676 2.807 1.392 4.013q.406-.302.846-.572a8.8 8.8 0 0 1 2.602-.913c-.094-.39-.161-.807-.225-1.227m-.162-2.085c0-.121-.018-.232-.015-.355c.006-.292.032-.572.056-.853c-1.643-.45-1.954-1.917-2.18-3.047c-.11-.556-.223-1.132-.464-1.654c-.067-.146-.174-.298-.27-.447a10.6 10.6 0 0 0-1.645 4.947c.428.2.868.39 1.325.553c1.007.36 2.084.63 3.192.856m12.832 7.475c-3.156.494-5.717-.52-7.776-1.334a27 27 0 0 0-1.768-.653a13.4 13.4 0 0 0 1.768 2.733c.466.526 1.272 1.143 2.179 1.762a10.6 10.6 0 0 0 5.859-2.562c-.088.018-.172.039-.263.055ZM12.235 7.17c1.644-1.369 3.508-2.92 6.684-2.92c.136 0 .265.006.397.009a10.64 10.64 0 0 0-4.741-2.598c-.84.374-1.642.842-2.41 1.463c-.034.028-2.801 2.316-3.873 6.31c1.59-.323 2.703-1.231 3.943-2.263ZM9.437 22.159c-.637-.744-1.732-2.238-2.544-4.3a6.8 6.8 0 0 0-2.197.709q-.359.221-.69.47a10.67 10.67 0 0 0 5.667 3.366c-.08-.083-.166-.165-.237-.245ZM5.104 5.879c.34.738.484 1.464.61 2.102c.167.843.27 1.24.527 1.427c1.126-4.904 4.498-7.702 4.667-7.84c.088-.07.179-.125.267-.193a10.64 10.64 0 0 0-6.861 3.248c.32.413.597.835.79 1.255Zm8.409 2.828c-1.444 1.2-3.068 2.537-5.585 2.802c-.024.264-.047.53-.053.806c-.006.224.02.429.026.646c.09.011.172.034.263.044c4.343.488 8.88-.178 13.121-1.929c.444-.208.843-.421 1.255-.632a10.6 10.6 0 0 0-1.51-4.093c-.667-.06-1.37-.099-2.111-.099c-2.452 0-3.82 1.139-5.406 2.456ZM10.95 15.16q-1.42-.002-2.825-.152c.062.303.134.59.212.875c1.099.149 2.196.568 3.344 1.022c2.022.802 4.111 1.628 6.703 1.223a21 21 0 0 0 2.803-.735a10.6 10.6 0 0 0 1.448-4.76c-.187.091-.351.183-.544.274c-3.618 1.493-7.411 2.254-11.14 2.254Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBallBasketFilled(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="M6.052 14.71a25.5 25.5 0 0 1-4.028-1.058c-.203-.072-.39-.165-.587-.244c.192 1.45.676 2.807 1.392 4.013q.406-.302.846-.572a8.8 8.8 0 0 1 2.602-.913c-.094-.39-.161-.807-.225-1.227m-.162-2.085c0-.121-.018-.232-.015-.355c.006-.292.032-.572.056-.853c-1.643-.45-1.954-1.917-2.18-3.047c-.11-.556-.223-1.132-.464-1.654c-.067-.146-.174-.298-.27-.447a10.6 10.6 0 0 0-1.645 4.947c.428.2.868.39 1.325.553c1.007.36 2.084.63 3.192.856m12.832 7.475c-3.156.494-5.717-.52-7.776-1.334a27 27 0 0 0-1.768-.653a13.4 13.4 0 0 0 1.768 2.733c.466.526 1.272 1.143 2.179 1.762a10.6 10.6 0 0 0 5.859-2.562c-.088.018-.172.039-.263.055ZM12.235 7.17c1.644-1.369 3.508-2.92 6.684-2.92c.136 0 .265.006.397.009a10.64 10.64 0 0 0-4.741-2.598c-.84.374-1.642.842-2.41 1.463c-.034.028-2.801 2.316-3.873 6.31c1.59-.323 2.703-1.231 3.943-2.263ZM9.437 22.159c-.637-.744-1.732-2.238-2.544-4.3a6.8 6.8 0 0 0-2.197.709q-.359.221-.69.47a10.67 10.67 0 0 0 5.667 3.366c-.08-.083-.166-.165-.237-.245ZM5.104 5.879c.34.738.484 1.464.61 2.102c.167.843.27 1.24.527 1.427c1.126-4.904 4.498-7.702 4.667-7.84c.088-.07.179-.125.267-.193a10.64 10.64 0 0 0-6.861 3.248c.32.413.597.835.79 1.255Zm8.409 2.828c-1.444 1.2-3.068 2.537-5.585 2.802c-.024.264-.047.53-.053.806c-.006.224.02.429.026.646c.09.011.172.034.263.044c4.343.488 8.88-.178 13.121-1.929c.444-.208.843-.421 1.255-.632a10.6 10.6 0 0 0-1.51-4.093c-.667-.06-1.37-.099-2.111-.099c-2.452 0-3.82 1.139-5.406 2.456ZM10.95 15.16q-1.42-.002-2.825-.152c.062.303.134.59.212.875c1.099.149 2.196.568 3.344 1.022c2.022.802 4.111 1.628 6.703 1.223a21 21 0 0 0 2.803-.735a10.6 10.6 0 0 0 1.448-4.76c-.187.091-.351.183-.544.274c-3.618 1.493-7.411 2.254-11.14 2.254Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.052 14.71a25.5 25.5 0 0 1-4.028-1.058c-.203-.072-.39-.165-.587-.244c.192 1.45.676 2.807 1.392 4.013q.406-.302.846-.572a8.8 8.8 0 0 1 2.602-.913c-.094-.39-.161-.807-.225-1.227m-.162-2.085c0-.121-.018-.232-.015-.355c.006-.292.032-.572.056-.853c-1.643-.45-1.954-1.917-2.18-3.047c-.11-.556-.223-1.132-.464-1.654c-.067-.146-.174-.298-.27-.447a10.6 10.6 0 0 0-1.645 4.947c.428.2.868.39 1.325.553c1.007.36 2.084.63 3.192.856m12.832 7.475c-3.156.494-5.717-.52-7.776-1.334a27 27 0 0 0-1.768-.653a13.4 13.4 0 0 0 1.768 2.733c.466.526 1.272 1.143 2.179 1.762a10.6 10.6 0 0 0 5.859-2.562c-.088.018-.172.039-.263.055ZM12.235 7.17c1.644-1.369 3.508-2.92 6.684-2.92c.136 0 .265.006.397.009a10.64 10.64 0 0 0-4.741-2.598c-.84.374-1.642.842-2.41 1.463c-.034.028-2.801 2.316-3.873 6.31c1.59-.323 2.703-1.231 3.943-2.263ZM9.437 22.159c-.637-.744-1.732-2.238-2.544-4.3a6.8 6.8 0 0 0-2.197.709q-.359.221-.69.47a10.67 10.67 0 0 0 5.667 3.366c-.08-.083-.166-.165-.237-.245ZM5.104 5.879c.34.738.484 1.464.61 2.102c.167.843.27 1.24.527 1.427c1.126-4.904 4.498-7.702 4.667-7.84c.088-.07.179-.125.267-.193a10.64 10.64 0 0 0-6.861 3.248c.32.413.597.835.79 1.255Zm8.409 2.828c-1.444 1.2-3.068 2.537-5.585 2.802c-.024.264-.047.53-.053.806c-.006.224.02.429.026.646c.09.011.172.034.263.044c4.343.488 8.88-.178 13.121-1.929c.444-.208.843-.421 1.255-.632a10.6 10.6 0 0 0-1.51-4.093c-.667-.06-1.37-.099-2.111-.099c-2.452 0-3.82 1.139-5.406 2.456ZM10.95 15.16q-1.42-.002-2.825-.152c.062.303.134.59.212.875c1.099.149 2.196.568 3.344 1.022c2.022.802 4.111 1.628 6.703 1.223a21 21 0 0 0 2.803-.735a10.6 10.6 0 0 0 1.448-4.76c-.187.091-.351.183-.544.274c-3.618 1.493-7.411 2.254-11.14 2.254Z"/></svg>
</template>

CSS

.icon-ball-basket-filled {
  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%22M6.052%2014.71a25.5%2025.5%200%200%201-4.028-1.058c-.203-.072-.39-.165-.587-.244c.192%201.45.676%202.807%201.392%204.013q.406-.302.846-.572a8.8%208.8%200%200%201%202.602-.913c-.094-.39-.161-.807-.225-1.227m-.162-2.085c0-.121-.018-.232-.015-.355c.006-.292.032-.572.056-.853c-1.643-.45-1.954-1.917-2.18-3.047c-.11-.556-.223-1.132-.464-1.654c-.067-.146-.174-.298-.27-.447a10.6%2010.6%200%200%200-1.645%204.947c.428.2.868.39%201.325.553c1.007.36%202.084.63%203.192.856m12.832%207.475c-3.156.494-5.717-.52-7.776-1.334a27%2027%200%200%200-1.768-.653a13.4%2013.4%200%200%200%201.768%202.733c.466.526%201.272%201.143%202.179%201.762a10.6%2010.6%200%200%200%205.859-2.562c-.088.018-.172.039-.263.055ZM12.235%207.17c1.644-1.369%203.508-2.92%206.684-2.92c.136%200%20.265.006.397.009a10.64%2010.64%200%200%200-4.741-2.598c-.84.374-1.642.842-2.41%201.463c-.034.028-2.801%202.316-3.873%206.31c1.59-.323%202.703-1.231%203.943-2.263ZM9.437%2022.159c-.637-.744-1.732-2.238-2.544-4.3a6.8%206.8%200%200%200-2.197.709q-.359.221-.69.47a10.67%2010.67%200%200%200%205.667%203.366c-.08-.083-.166-.165-.237-.245ZM5.104%205.879c.34.738.484%201.464.61%202.102c.167.843.27%201.24.527%201.427c1.126-4.904%204.498-7.702%204.667-7.84c.088-.07.179-.125.267-.193a10.64%2010.64%200%200%200-6.861%203.248c.32.413.597.835.79%201.255Zm8.409%202.828c-1.444%201.2-3.068%202.537-5.585%202.802c-.024.264-.047.53-.053.806c-.006.224.02.429.026.646c.09.011.172.034.263.044c4.343.488%208.88-.178%2013.121-1.929c.444-.208.843-.421%201.255-.632a10.6%2010.6%200%200%200-1.51-4.093c-.667-.06-1.37-.099-2.111-.099c-2.452%200-3.82%201.139-5.406%202.456ZM10.95%2015.16q-1.42-.002-2.825-.152c.062.303.134.59.212.875c1.099.149%202.196.568%203.344%201.022c2.022.802%204.111%201.628%206.703%201.223a21%2021%200%200%200%202.803-.735a10.6%2010.6%200%200%200%201.448-4.76c-.187.091-.351.183-.544.274c-3.618%201.493-7.411%202.254-11.14%202.254Z%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%22M6.052%2014.71a25.5%2025.5%200%200%201-4.028-1.058c-.203-.072-.39-.165-.587-.244c.192%201.45.676%202.807%201.392%204.013q.406-.302.846-.572a8.8%208.8%200%200%201%202.602-.913c-.094-.39-.161-.807-.225-1.227m-.162-2.085c0-.121-.018-.232-.015-.355c.006-.292.032-.572.056-.853c-1.643-.45-1.954-1.917-2.18-3.047c-.11-.556-.223-1.132-.464-1.654c-.067-.146-.174-.298-.27-.447a10.6%2010.6%200%200%200-1.645%204.947c.428.2.868.39%201.325.553c1.007.36%202.084.63%203.192.856m12.832%207.475c-3.156.494-5.717-.52-7.776-1.334a27%2027%200%200%200-1.768-.653a13.4%2013.4%200%200%200%201.768%202.733c.466.526%201.272%201.143%202.179%201.762a10.6%2010.6%200%200%200%205.859-2.562c-.088.018-.172.039-.263.055ZM12.235%207.17c1.644-1.369%203.508-2.92%206.684-2.92c.136%200%20.265.006.397.009a10.64%2010.64%200%200%200-4.741-2.598c-.84.374-1.642.842-2.41%201.463c-.034.028-2.801%202.316-3.873%206.31c1.59-.323%202.703-1.231%203.943-2.263ZM9.437%2022.159c-.637-.744-1.732-2.238-2.544-4.3a6.8%206.8%200%200%200-2.197.709q-.359.221-.69.47a10.67%2010.67%200%200%200%205.667%203.366c-.08-.083-.166-.165-.237-.245ZM5.104%205.879c.34.738.484%201.464.61%202.102c.167.843.27%201.24.527%201.427c1.126-4.904%204.498-7.702%204.667-7.84c.088-.07.179-.125.267-.193a10.64%2010.64%200%200%200-6.861%203.248c.32.413.597.835.79%201.255Zm8.409%202.828c-1.444%201.2-3.068%202.537-5.585%202.802c-.024.264-.047.53-.053.806c-.006.224.02.429.026.646c.09.011.172.034.263.044c4.343.488%208.88-.178%2013.121-1.929c.444-.208.843-.421%201.255-.632a10.6%2010.6%200%200%200-1.51-4.093c-.667-.06-1.37-.099-2.111-.099c-2.452%200-3.82%201.139-5.406%202.456ZM10.95%2015.16q-1.42-.002-2.825-.152c.062.303.134.59.212.875c1.099.149%202.196.568%203.344%201.022c2.022.802%204.111%201.628%206.703%201.223a21%2021%200%200%200%202.803-.735a10.6%2010.6%200%200%200%201.448-4.76c-.187.091-.351.183-.544.274c-3.618%201.493-7.411%202.254-11.14%202.254Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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