basketball ball icon
basketball-ball from Font Awesome Solid by Dave Gandy · Solid · Sports · CC-BY-4.0 Attribution required.
- Name
- basketball-ball
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Sports
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More sports icons from Font Awesome Solid
Use the basketball ball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m156.7 122.8l78.4 78.4c18.2-25 28.9-55.9 28.9-89.2c0-14.1-1.9-27.7-5.5-40.6c-38 9.4-72.6 27.2-101.8 51.4m-33.9 33.9c-24.2 29.2-42 63.8-51.4 101.8c12.9 3.6 26.5 5.5 40.6 5.5c33.3 0 64.1-10.7 89.2-28.9zM320 64c-4.6 0-9.2.1-13.7.4C310 79.7 312 95.6 312 112c0 46.6-15.9 89.4-42.6 123.4l50.6 50.7l163.3-163.3C438.9 86.1 382.1 64 320 64M112 312c-16.4 0-32.4-2-47.6-5.7c-.2 4.5-.4 9.1-.4 13.7c0 62.1 22.1 118.9 58.8 163.3L286.1 320l-50.7-50.6c-34 26.7-76.8 42.6-123.4 42.6m463.6 21.7c.2-4.5.4-9.1.4-13.7c0-62.1-22.1-118.9-58.8-163.3L353.9 320l50.7 50.6c34-26.7 76.9-42.6 123.4-42.6c16.4 0 32.4 2 47.6 5.7m-7.1 47.8c-12.9-3.6-26.5-5.5-40.6-5.5c-33.3 0-64.1 10.7-89.2 28.9l78.4 78.4c24.2-29.2 42-63.8 51.4-101.8m-163.6 57.3c-18.2 25-28.9 55.9-28.9 89.2c0 14.1 1.9 27.7 5.5 40.6c38-9.4 72.6-27.2 101.8-51.4zm-34.3-34.3L320 353.9L156.7 517.2C201 553.9 257.9 576 320 576c4.6 0 9.2-.1 13.7-.4c-3.7-15.3-5.7-31.2-5.7-47.6c0-46.6 15.9-89.4 42.6-123.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBasketballBall(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m156.7 122.8l78.4 78.4c18.2-25 28.9-55.9 28.9-89.2c0-14.1-1.9-27.7-5.5-40.6c-38 9.4-72.6 27.2-101.8 51.4m-33.9 33.9c-24.2 29.2-42 63.8-51.4 101.8c12.9 3.6 26.5 5.5 40.6 5.5c33.3 0 64.1-10.7 89.2-28.9zM320 64c-4.6 0-9.2.1-13.7.4C310 79.7 312 95.6 312 112c0 46.6-15.9 89.4-42.6 123.4l50.6 50.7l163.3-163.3C438.9 86.1 382.1 64 320 64M112 312c-16.4 0-32.4-2-47.6-5.7c-.2 4.5-.4 9.1-.4 13.7c0 62.1 22.1 118.9 58.8 163.3L286.1 320l-50.7-50.6c-34 26.7-76.8 42.6-123.4 42.6m463.6 21.7c.2-4.5.4-9.1.4-13.7c0-62.1-22.1-118.9-58.8-163.3L353.9 320l50.7 50.6c34-26.7 76.9-42.6 123.4-42.6c16.4 0 32.4 2 47.6 5.7m-7.1 47.8c-12.9-3.6-26.5-5.5-40.6-5.5c-33.3 0-64.1 10.7-89.2 28.9l78.4 78.4c24.2-29.2 42-63.8 51.4-101.8m-163.6 57.3c-18.2 25-28.9 55.9-28.9 89.2c0 14.1 1.9 27.7 5.5 40.6c38-9.4 72.6-27.2 101.8-51.4zm-34.3-34.3L320 353.9L156.7 517.2C201 553.9 257.9 576 320 576c4.6 0 9.2-.1 13.7-.4c-3.7-15.3-5.7-31.2-5.7-47.6c0-46.6 15.9-89.4 42.6-123.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m156.7 122.8l78.4 78.4c18.2-25 28.9-55.9 28.9-89.2c0-14.1-1.9-27.7-5.5-40.6c-38 9.4-72.6 27.2-101.8 51.4m-33.9 33.9c-24.2 29.2-42 63.8-51.4 101.8c12.9 3.6 26.5 5.5 40.6 5.5c33.3 0 64.1-10.7 89.2-28.9zM320 64c-4.6 0-9.2.1-13.7.4C310 79.7 312 95.6 312 112c0 46.6-15.9 89.4-42.6 123.4l50.6 50.7l163.3-163.3C438.9 86.1 382.1 64 320 64M112 312c-16.4 0-32.4-2-47.6-5.7c-.2 4.5-.4 9.1-.4 13.7c0 62.1 22.1 118.9 58.8 163.3L286.1 320l-50.7-50.6c-34 26.7-76.8 42.6-123.4 42.6m463.6 21.7c.2-4.5.4-9.1.4-13.7c0-62.1-22.1-118.9-58.8-163.3L353.9 320l50.7 50.6c34-26.7 76.9-42.6 123.4-42.6c16.4 0 32.4 2 47.6 5.7m-7.1 47.8c-12.9-3.6-26.5-5.5-40.6-5.5c-33.3 0-64.1 10.7-89.2 28.9l78.4 78.4c24.2-29.2 42-63.8 51.4-101.8m-163.6 57.3c-18.2 25-28.9 55.9-28.9 89.2c0 14.1 1.9 27.7 5.5 40.6c38-9.4 72.6-27.2 101.8-51.4zm-34.3-34.3L320 353.9L156.7 517.2C201 553.9 257.9 576 320 576c4.6 0 9.2-.1 13.7-.4c-3.7-15.3-5.7-31.2-5.7-47.6c0-46.6 15.9-89.4 42.6-123.4z"/></svg> </template>
CSS
.icon-basketball-ball {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m156.7%20122.8l78.4%2078.4c18.2-25%2028.9-55.9%2028.9-89.2c0-14.1-1.9-27.7-5.5-40.6c-38%209.4-72.6%2027.2-101.8%2051.4m-33.9%2033.9c-24.2%2029.2-42%2063.8-51.4%20101.8c12.9%203.6%2026.5%205.5%2040.6%205.5c33.3%200%2064.1-10.7%2089.2-28.9zM320%2064c-4.6%200-9.2.1-13.7.4C310%2079.7%20312%2095.6%20312%20112c0%2046.6-15.9%2089.4-42.6%20123.4l50.6%2050.7l163.3-163.3C438.9%2086.1%20382.1%2064%20320%2064M112%20312c-16.4%200-32.4-2-47.6-5.7c-.2%204.5-.4%209.1-.4%2013.7c0%2062.1%2022.1%20118.9%2058.8%20163.3L286.1%20320l-50.7-50.6c-34%2026.7-76.8%2042.6-123.4%2042.6m463.6%2021.7c.2-4.5.4-9.1.4-13.7c0-62.1-22.1-118.9-58.8-163.3L353.9%20320l50.7%2050.6c34-26.7%2076.9-42.6%20123.4-42.6c16.4%200%2032.4%202%2047.6%205.7m-7.1%2047.8c-12.9-3.6-26.5-5.5-40.6-5.5c-33.3%200-64.1%2010.7-89.2%2028.9l78.4%2078.4c24.2-29.2%2042-63.8%2051.4-101.8m-163.6%2057.3c-18.2%2025-28.9%2055.9-28.9%2089.2c0%2014.1%201.9%2027.7%205.5%2040.6c38-9.4%2072.6-27.2%20101.8-51.4zm-34.3-34.3L320%20353.9L156.7%20517.2C201%20553.9%20257.9%20576%20320%20576c4.6%200%209.2-.1%2013.7-.4c-3.7-15.3-5.7-31.2-5.7-47.6c0-46.6%2015.9-89.4%2042.6-123.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m156.7%20122.8l78.4%2078.4c18.2-25%2028.9-55.9%2028.9-89.2c0-14.1-1.9-27.7-5.5-40.6c-38%209.4-72.6%2027.2-101.8%2051.4m-33.9%2033.9c-24.2%2029.2-42%2063.8-51.4%20101.8c12.9%203.6%2026.5%205.5%2040.6%205.5c33.3%200%2064.1-10.7%2089.2-28.9zM320%2064c-4.6%200-9.2.1-13.7.4C310%2079.7%20312%2095.6%20312%20112c0%2046.6-15.9%2089.4-42.6%20123.4l50.6%2050.7l163.3-163.3C438.9%2086.1%20382.1%2064%20320%2064M112%20312c-16.4%200-32.4-2-47.6-5.7c-.2%204.5-.4%209.1-.4%2013.7c0%2062.1%2022.1%20118.9%2058.8%20163.3L286.1%20320l-50.7-50.6c-34%2026.7-76.8%2042.6-123.4%2042.6m463.6%2021.7c.2-4.5.4-9.1.4-13.7c0-62.1-22.1-118.9-58.8-163.3L353.9%20320l50.7%2050.6c34-26.7%2076.9-42.6%20123.4-42.6c16.4%200%2032.4%202%2047.6%205.7m-7.1%2047.8c-12.9-3.6-26.5-5.5-40.6-5.5c-33.3%200-64.1%2010.7-89.2%2028.9l78.4%2078.4c24.2-29.2%2042-63.8%2051.4-101.8m-163.6%2057.3c-18.2%2025-28.9%2055.9-28.9%2089.2c0%2014.1%201.9%2027.7%205.5%2040.6c38-9.4%2072.6-27.2%20101.8-51.4zm-34.3-34.3L320%20353.9L156.7%20517.2C201%20553.9%20257.9%20576%20320%20576c4.6%200%209.2-.1%2013.7-.4c-3.7-15.3-5.7-31.2-5.7-47.6c0-46.6%2015.9-89.4%2042.6-123.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/basketball-ball.svg?color=%231a73e8&size=48