sharp sports basketball icon
sharp-sports-basketball from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-sports-basketball
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the sharp sports basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.09 11h4.86a9.95 9.95 0 0 0-1.54-4.4a5.99 5.99 0 0 0-3.32 4.4M6.91 11a5.99 5.99 0 0 0-3.32-4.4A9.95 9.95 0 0 0 2.05 11zm8.16 0a8 8 0 0 1 4.06-6A9.97 9.97 0 0 0 13 2.05V11zm-6.14 0H11V2.05A9.94 9.94 0 0 0 4.87 5a8 8 0 0 1 4.06 6m6.14 2H13v8.95A9.94 9.94 0 0 0 19.13 19a8 8 0 0 1-4.06-6M3.59 17.4A6.03 6.03 0 0 0 6.91 13H2.05c.16 1.61.71 3.11 1.54 4.4m13.5-4.4a5.99 5.99 0 0 0 3.32 4.4a9.95 9.95 0 0 0 1.54-4.4zm-8.16 0a8 8 0 0 1-4.06 6A9.97 9.97 0 0 0 11 21.95V13z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpSportsBasketball(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="M17.09 11h4.86a9.95 9.95 0 0 0-1.54-4.4a5.99 5.99 0 0 0-3.32 4.4M6.91 11a5.99 5.99 0 0 0-3.32-4.4A9.95 9.95 0 0 0 2.05 11zm8.16 0a8 8 0 0 1 4.06-6A9.97 9.97 0 0 0 13 2.05V11zm-6.14 0H11V2.05A9.94 9.94 0 0 0 4.87 5a8 8 0 0 1 4.06 6m6.14 2H13v8.95A9.94 9.94 0 0 0 19.13 19a8 8 0 0 1-4.06-6M3.59 17.4A6.03 6.03 0 0 0 6.91 13H2.05c.16 1.61.71 3.11 1.54 4.4m13.5-4.4a5.99 5.99 0 0 0 3.32 4.4a9.95 9.95 0 0 0 1.54-4.4zm-8.16 0a8 8 0 0 1-4.06 6A9.97 9.97 0 0 0 11 21.95V13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.09 11h4.86a9.95 9.95 0 0 0-1.54-4.4a5.99 5.99 0 0 0-3.32 4.4M6.91 11a5.99 5.99 0 0 0-3.32-4.4A9.95 9.95 0 0 0 2.05 11zm8.16 0a8 8 0 0 1 4.06-6A9.97 9.97 0 0 0 13 2.05V11zm-6.14 0H11V2.05A9.94 9.94 0 0 0 4.87 5a8 8 0 0 1 4.06 6m6.14 2H13v8.95A9.94 9.94 0 0 0 19.13 19a8 8 0 0 1-4.06-6M3.59 17.4A6.03 6.03 0 0 0 6.91 13H2.05c.16 1.61.71 3.11 1.54 4.4m13.5-4.4a5.99 5.99 0 0 0 3.32 4.4a9.95 9.95 0 0 0 1.54-4.4zm-8.16 0a8 8 0 0 1-4.06 6A9.97 9.97 0 0 0 11 21.95V13z"/></svg> </template>
CSS
.icon-sharp-sports-basketball {
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%22M17.09%2011h4.86a9.95%209.95%200%200%200-1.54-4.4a5.99%205.99%200%200%200-3.32%204.4M6.91%2011a5.99%205.99%200%200%200-3.32-4.4A9.95%209.95%200%200%200%202.05%2011zm8.16%200a8%208%200%200%201%204.06-6A9.97%209.97%200%200%200%2013%202.05V11zm-6.14%200H11V2.05A9.94%209.94%200%200%200%204.87%205a8%208%200%200%201%204.06%206m6.14%202H13v8.95A9.94%209.94%200%200%200%2019.13%2019a8%208%200%200%201-4.06-6M3.59%2017.4A6.03%206.03%200%200%200%206.91%2013H2.05c.16%201.61.71%203.11%201.54%204.4m13.5-4.4a5.99%205.99%200%200%200%203.32%204.4a9.95%209.95%200%200%200%201.54-4.4zm-8.16%200a8%208%200%200%201-4.06%206A9.97%209.97%200%200%200%2011%2021.95V13z%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%22M17.09%2011h4.86a9.95%209.95%200%200%200-1.54-4.4a5.99%205.99%200%200%200-3.32%204.4M6.91%2011a5.99%205.99%200%200%200-3.32-4.4A9.95%209.95%200%200%200%202.05%2011zm8.16%200a8%208%200%200%201%204.06-6A9.97%209.97%200%200%200%2013%202.05V11zm-6.14%200H11V2.05A9.94%209.94%200%200%200%204.87%205a8%208%200%200%201%204.06%206m6.14%202H13v8.95A9.94%209.94%200%200%200%2019.13%2019a8%208%200%200%201-4.06-6M3.59%2017.4A6.03%206.03%200%200%200%206.91%2013H2.05c.16%201.61.71%203.11%201.54%204.4m13.5-4.4a5.99%205.99%200%200%200%203.32%204.4a9.95%209.95%200%200%200%201.54-4.4zm-8.16%200a8%208%200%200%201-4.06%206A9.97%209.97%200%200%200%2011%2021.95V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-sports-basketball.svg?color=%231a73e8&size=48