basketball icon
basketball-duotone from Reicon by REICON · Duotone · Sports · MIT Free for personal and commercial use.
- Name
- basketball-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Sports
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All basketball icons →basketballBoxIcons v2basketballBoxIcons v2 SolidbasketballCarbonbasketballEmoji One (Colored)basketballElement PlusbasketballFont Awesome 6 SolidbasketballFont Awesome SolidbasketballFluent EmojibasketballFluent Emoji FlatbasketballFluent Emoji High ContrastbasketballIconParkbasketballIconPark OutlinebasketballIconoirbasketballIonIconsbasketballJam IconsbasketballLucide LabbasketballMaterial Design Iconsbasketball-fillMingCute IconbasketballNoto EmojibasketballOpenMojibasketballPhosphorbasketball-fillRemix Iconbasketball-boldSolarbasketballStreamline Emojis
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"><g fill="currentColor"><path d="M13.453 8.397c1.728-1.469 3.087-3.21 3.672-4.949l.01-.031A9.96 9.96 0 0 1 20.66 7A9.95 9.95 0 0 1 22 11.842c-1.995-.431-4.186-.1-6.256.68c-.32-.864-.685-1.688-1.094-2.397a14 14 0 0 0-1.197-1.728"/><path fill-rule="evenodd" d="M3.34 17a9.95 9.95 0 0 0 3.525 3.583v-.002c.818-2.468 3.2-4.945 5.992-6.644q.73-.445 1.508-.822c-.302-.823-.64-1.593-1.014-2.24a13 13 0 0 0-1.082-1.556q-.519.372-1.064.706c-2.757 1.693-6.112 2.743-9.061 2.162l-.145-.028a9.96 9.96 0 0 0 1.34 4.84" clip-rule="evenodd"/><path d="M16.226 13.943c1.887-.72 3.811-.996 5.477-.63l.204.045a10 10 0 0 1-.71 2.57a9.95 9.95 0 0 1-3.538 4.317l-.013-.079a52 52 0 0 0-.687-3.494a40 40 0 0 0-.733-2.73M8.319 3.454a35 35 0 0 0-.6-.465l-.023-.016a9.95 9.95 0 0 1 5.5-.902c.887.107 1.757.333 2.584.67l-.077.229c-.477 1.418-1.65 2.95-3.228 4.29a32 32 0 0 0-2.203-2.16A42 42 0 0 0 8.32 3.453m2.1 5.294c-2.586 1.588-5.55 2.449-7.987 1.969l-.342-.068a10 10 0 0 1 4.19-6.853l.328.239l.002.001l.01.007l.039.029l.154.115a40 40 0 0 1 2.456 2.03c.66.592 1.358 1.26 2.013 1.965q-.42.293-.863.566m5.785 11.916l.002.012v.004l.053.369a10 10 0 0 1-8.04.21l.069-.204c.663-2.002 2.72-4.237 5.348-5.836q.592-.36 1.206-.667c.252.83.471 1.671.655 2.462a51 51 0 0 1 .699 3.597z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBasketballDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.453 8.397c1.728-1.469 3.087-3.21 3.672-4.949l.01-.031A9.96 9.96 0 0 1 20.66 7A9.95 9.95 0 0 1 22 11.842c-1.995-.431-4.186-.1-6.256.68c-.32-.864-.685-1.688-1.094-2.397a14 14 0 0 0-1.197-1.728"/><path fillRule="evenodd" d="M3.34 17a9.95 9.95 0 0 0 3.525 3.583v-.002c.818-2.468 3.2-4.945 5.992-6.644q.73-.445 1.508-.822c-.302-.823-.64-1.593-1.014-2.24a13 13 0 0 0-1.082-1.556q-.519.372-1.064.706c-2.757 1.693-6.112 2.743-9.061 2.162l-.145-.028a9.96 9.96 0 0 0 1.34 4.84" clipRule="evenodd"/><path d="M16.226 13.943c1.887-.72 3.811-.996 5.477-.63l.204.045a10 10 0 0 1-.71 2.57a9.95 9.95 0 0 1-3.538 4.317l-.013-.079a52 52 0 0 0-.687-3.494a40 40 0 0 0-.733-2.73M8.319 3.454a35 35 0 0 0-.6-.465l-.023-.016a9.95 9.95 0 0 1 5.5-.902c.887.107 1.757.333 2.584.67l-.077.229c-.477 1.418-1.65 2.95-3.228 4.29a32 32 0 0 0-2.203-2.16A42 42 0 0 0 8.32 3.453m2.1 5.294c-2.586 1.588-5.55 2.449-7.987 1.969l-.342-.068a10 10 0 0 1 4.19-6.853l.328.239l.002.001l.01.007l.039.029l.154.115a40 40 0 0 1 2.456 2.03c.66.592 1.358 1.26 2.013 1.965q-.42.293-.863.566m5.785 11.916l.002.012v.004l.053.369a10 10 0 0 1-8.04.21l.069-.204c.663-2.002 2.72-4.237 5.348-5.836q.592-.36 1.206-.667c.252.83.471 1.671.655 2.462a51 51 0 0 1 .699 3.597z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.453 8.397c1.728-1.469 3.087-3.21 3.672-4.949l.01-.031A9.96 9.96 0 0 1 20.66 7A9.95 9.95 0 0 1 22 11.842c-1.995-.431-4.186-.1-6.256.68c-.32-.864-.685-1.688-1.094-2.397a14 14 0 0 0-1.197-1.728"/><path fill-rule="evenodd" d="M3.34 17a9.95 9.95 0 0 0 3.525 3.583v-.002c.818-2.468 3.2-4.945 5.992-6.644q.73-.445 1.508-.822c-.302-.823-.64-1.593-1.014-2.24a13 13 0 0 0-1.082-1.556q-.519.372-1.064.706c-2.757 1.693-6.112 2.743-9.061 2.162l-.145-.028a9.96 9.96 0 0 0 1.34 4.84" clip-rule="evenodd"/><path d="M16.226 13.943c1.887-.72 3.811-.996 5.477-.63l.204.045a10 10 0 0 1-.71 2.57a9.95 9.95 0 0 1-3.538 4.317l-.013-.079a52 52 0 0 0-.687-3.494a40 40 0 0 0-.733-2.73M8.319 3.454a35 35 0 0 0-.6-.465l-.023-.016a9.95 9.95 0 0 1 5.5-.902c.887.107 1.757.333 2.584.67l-.077.229c-.477 1.418-1.65 2.95-3.228 4.29a32 32 0 0 0-2.203-2.16A42 42 0 0 0 8.32 3.453m2.1 5.294c-2.586 1.588-5.55 2.449-7.987 1.969l-.342-.068a10 10 0 0 1 4.19-6.853l.328.239l.002.001l.01.007l.039.029l.154.115a40 40 0 0 1 2.456 2.03c.66.592 1.358 1.26 2.013 1.965q-.42.293-.863.566m5.785 11.916l.002.012v.004l.053.369a10 10 0 0 1-8.04.21l.069-.204c.663-2.002 2.72-4.237 5.348-5.836q.592-.36 1.206-.667c.252.83.471 1.671.655 2.462a51 51 0 0 1 .699 3.597z" opacity=".5"/></g></svg> </template>
CSS
.icon-basketball-duotone {
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%22currentColor%22%3E%3Cpath%20d%3D%22M13.453%208.397c1.728-1.469%203.087-3.21%203.672-4.949l.01-.031A9.96%209.96%200%200%201%2020.66%207A9.95%209.95%200%200%201%2022%2011.842c-1.995-.431-4.186-.1-6.256.68c-.32-.864-.685-1.688-1.094-2.397a14%2014%200%200%200-1.197-1.728%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.34%2017a9.95%209.95%200%200%200%203.525%203.583v-.002c.818-2.468%203.2-4.945%205.992-6.644q.73-.445%201.508-.822c-.302-.823-.64-1.593-1.014-2.24a13%2013%200%200%200-1.082-1.556q-.519.372-1.064.706c-2.757%201.693-6.112%202.743-9.061%202.162l-.145-.028a9.96%209.96%200%200%200%201.34%204.84%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.226%2013.943c1.887-.72%203.811-.996%205.477-.63l.204.045a10%2010%200%200%201-.71%202.57a9.95%209.95%200%200%201-3.538%204.317l-.013-.079a52%2052%200%200%200-.687-3.494a40%2040%200%200%200-.733-2.73M8.319%203.454a35%2035%200%200%200-.6-.465l-.023-.016a9.95%209.95%200%200%201%205.5-.902c.887.107%201.757.333%202.584.67l-.077.229c-.477%201.418-1.65%202.95-3.228%204.29a32%2032%200%200%200-2.203-2.16A42%2042%200%200%200%208.32%203.453m2.1%205.294c-2.586%201.588-5.55%202.449-7.987%201.969l-.342-.068a10%2010%200%200%201%204.19-6.853l.328.239l.002.001l.01.007l.039.029l.154.115a40%2040%200%200%201%202.456%202.03c.66.592%201.358%201.26%202.013%201.965q-.42.293-.863.566m5.785%2011.916l.002.012v.004l.053.369a10%2010%200%200%201-8.04.21l.069-.204c.663-2.002%202.72-4.237%205.348-5.836q.592-.36%201.206-.667c.252.83.471%201.671.655%202.462a51%2051%200%200%201%20.699%203.597z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M13.453%208.397c1.728-1.469%203.087-3.21%203.672-4.949l.01-.031A9.96%209.96%200%200%201%2020.66%207A9.95%209.95%200%200%201%2022%2011.842c-1.995-.431-4.186-.1-6.256.68c-.32-.864-.685-1.688-1.094-2.397a14%2014%200%200%200-1.197-1.728%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.34%2017a9.95%209.95%200%200%200%203.525%203.583v-.002c.818-2.468%203.2-4.945%205.992-6.644q.73-.445%201.508-.822c-.302-.823-.64-1.593-1.014-2.24a13%2013%200%200%200-1.082-1.556q-.519.372-1.064.706c-2.757%201.693-6.112%202.743-9.061%202.162l-.145-.028a9.96%209.96%200%200%200%201.34%204.84%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M16.226%2013.943c1.887-.72%203.811-.996%205.477-.63l.204.045a10%2010%200%200%201-.71%202.57a9.95%209.95%200%200%201-3.538%204.317l-.013-.079a52%2052%200%200%200-.687-3.494a40%2040%200%200%200-.733-2.73M8.319%203.454a35%2035%200%200%200-.6-.465l-.023-.016a9.95%209.95%200%200%201%205.5-.902c.887.107%201.757.333%202.584.67l-.077.229c-.477%201.418-1.65%202.95-3.228%204.29a32%2032%200%200%200-2.203-2.16A42%2042%200%200%200%208.32%203.453m2.1%205.294c-2.586%201.588-5.55%202.449-7.987%201.969l-.342-.068a10%2010%200%200%201%204.19-6.853l.328.239l.002.001l.01.007l.039.029l.154.115a40%2040%200%200%201%202.456%202.03c.66.592%201.358%201.26%202.013%201.965q-.42.293-.863.566m5.785%2011.916l.002.012v.004l.053.369a10%2010%200%200%201-8.04.21l.069-.204c.663-2.002%202.72-4.237%205.348-5.836q.592-.36%201.206-.667c.252.83.471%201.671.655%202.462a51%2051%200%200%201%20.699%203.597z%22%20opacity%3D%22.5%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/basketball-duotone.svg?color=%231a73e8&size=48