basketball emoji
basketball from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- basketball
- Set
- Noto Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
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 IconbasketballOpenMojibasketballPhosphorbasketball-fillRemix Iconbasketball-boldSolarbasketballStreamline EmojisbasketballTwitter Emoji
More activities icons from Noto Emoji
Use the basketball emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc5819" d="M22.31 108.22s19.22 20.22 52.19 15.09c32.97-5.12 46.19-34.03 48.91-50.51c3.46-20.99-6.13-35.42-6.64-36.21c-.38-.58-94.46 71.63-94.46 71.63"/><path fill="#ef6c32" d="M20.81 21.51C1.06 42.3-2.29 72.67 12.56 96.14c6.91 10.92 11.14 13.14 11.14 13.14S56.01 130 92.32 98.59c31.1-26.9 24.51-61.93 24.51-61.93s-3.88-8.48-12.04-16.53C86.68 2.25 46.2-5.23 20.81 21.51"/><path fill="#2d3130" d="M99.97 16.04c-.29.02-29.18 2.1-59.74 43.18c-19.3 25.94-18.35 44.25-17.6 49.27c0 0-1.47-1.21-2.51-2.33c-1.04-1.11-1.85-2.1-1.85-2.1c-.08-8.79 2.55-25.45 18.76-47.23C61.7 23.64 85.29 14.99 95.18 12.75c0 0 1.21.71 2.38 1.44c.86.54 2.41 1.85 2.41 1.85"/><path fill="#2d3130" d="M15.57 27.78c3.21 5.27 10.96 16.66 24.38 28.55C56.84 71.31 74.4 83.49 92.12 92.52c8.37 4.27 14.8 6.77 19.35 8.24c0 0-.66 1.01-1.28 1.84s-1.3 1.53-1.3 1.53c-4.63-1.57-10.81-4.07-18.6-8.05c-18.02-9.19-35.86-21.56-53-36.76c-12.7-11.26-20.4-21.92-24.18-27.89c0 0 .53-1.05 1.23-1.98s1.23-1.67 1.23-1.67"/><path fill="#2d3130" d="M53.18 4.77c-1.43 1.63-3.47 4.28-5.85 8.29c-2.18 3.66-3.3 7.3-4.6 11.52c-2.13 6.92-4.54 14.76-12.43 24.78C19.34 63.28 8.57 67.93 3.55 69.42c0 0-.14-1.3-.19-2.21s-.03-1.94-.03-1.94c4.77-1.63 14.21-6.19 23.82-18.38c7.43-9.44 9.72-16.9 11.75-23.48c1.32-4.28 2.56-8.32 4.99-12.39c1.15-1.93 2.23-3.58 3.22-4.96c0 0 1.11-.37 2.63-.71c1.18-.28 3.44-.58 3.44-.58m15.54 119.24c-3.35-3.03-10.27-9.95-15.32-19.58c-5.59-10.65-8.21-26.67-.75-36.68c8.52-11.42 24.43-12.97 38.89-12.97h.06c18.41.01 32.26 3.86 32.42 3.91c0 0-.11-1.35-.26-2.5c-.13-.99-.27-1.91-.27-1.91c-.7-.18-12.94-3.49-31.89-3.5h-.06c-15.45 0-32.53 1.74-42.1 14.58c-6.16 8.26-8.42 24.12.42 40.93c4.16 7.92 9.4 14.03 13.23 17.88c0 0 1.12.04 2.55.02c1.41-.02 3.08-.18 3.08-.18"/></svg>
React
import type { SVGProps } from "react";
export function NotoBasketball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc5819" d="M22.31 108.22s19.22 20.22 52.19 15.09c32.97-5.12 46.19-34.03 48.91-50.51c3.46-20.99-6.13-35.42-6.64-36.21c-.38-.58-94.46 71.63-94.46 71.63"/><path fill="#ef6c32" d="M20.81 21.51C1.06 42.3-2.29 72.67 12.56 96.14c6.91 10.92 11.14 13.14 11.14 13.14S56.01 130 92.32 98.59c31.1-26.9 24.51-61.93 24.51-61.93s-3.88-8.48-12.04-16.53C86.68 2.25 46.2-5.23 20.81 21.51"/><path fill="#2d3130" d="M99.97 16.04c-.29.02-29.18 2.1-59.74 43.18c-19.3 25.94-18.35 44.25-17.6 49.27c0 0-1.47-1.21-2.51-2.33c-1.04-1.11-1.85-2.1-1.85-2.1c-.08-8.79 2.55-25.45 18.76-47.23C61.7 23.64 85.29 14.99 95.18 12.75c0 0 1.21.71 2.38 1.44c.86.54 2.41 1.85 2.41 1.85"/><path fill="#2d3130" d="M15.57 27.78c3.21 5.27 10.96 16.66 24.38 28.55C56.84 71.31 74.4 83.49 92.12 92.52c8.37 4.27 14.8 6.77 19.35 8.24c0 0-.66 1.01-1.28 1.84s-1.3 1.53-1.3 1.53c-4.63-1.57-10.81-4.07-18.6-8.05c-18.02-9.19-35.86-21.56-53-36.76c-12.7-11.26-20.4-21.92-24.18-27.89c0 0 .53-1.05 1.23-1.98s1.23-1.67 1.23-1.67"/><path fill="#2d3130" d="M53.18 4.77c-1.43 1.63-3.47 4.28-5.85 8.29c-2.18 3.66-3.3 7.3-4.6 11.52c-2.13 6.92-4.54 14.76-12.43 24.78C19.34 63.28 8.57 67.93 3.55 69.42c0 0-.14-1.3-.19-2.21s-.03-1.94-.03-1.94c4.77-1.63 14.21-6.19 23.82-18.38c7.43-9.44 9.72-16.9 11.75-23.48c1.32-4.28 2.56-8.32 4.99-12.39c1.15-1.93 2.23-3.58 3.22-4.96c0 0 1.11-.37 2.63-.71c1.18-.28 3.44-.58 3.44-.58m15.54 119.24c-3.35-3.03-10.27-9.95-15.32-19.58c-5.59-10.65-8.21-26.67-.75-36.68c8.52-11.42 24.43-12.97 38.89-12.97h.06c18.41.01 32.26 3.86 32.42 3.91c0 0-.11-1.35-.26-2.5c-.13-.99-.27-1.91-.27-1.91c-.7-.18-12.94-3.49-31.89-3.5h-.06c-15.45 0-32.53 1.74-42.1 14.58c-6.16 8.26-8.42 24.12.42 40.93c4.16 7.92 9.4 14.03 13.23 17.88c0 0 1.12.04 2.55.02c1.41-.02 3.08-.18 3.08-.18"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#dc5819" d="M22.31 108.22s19.22 20.22 52.19 15.09c32.97-5.12 46.19-34.03 48.91-50.51c3.46-20.99-6.13-35.42-6.64-36.21c-.38-.58-94.46 71.63-94.46 71.63"/><path fill="#ef6c32" d="M20.81 21.51C1.06 42.3-2.29 72.67 12.56 96.14c6.91 10.92 11.14 13.14 11.14 13.14S56.01 130 92.32 98.59c31.1-26.9 24.51-61.93 24.51-61.93s-3.88-8.48-12.04-16.53C86.68 2.25 46.2-5.23 20.81 21.51"/><path fill="#2d3130" d="M99.97 16.04c-.29.02-29.18 2.1-59.74 43.18c-19.3 25.94-18.35 44.25-17.6 49.27c0 0-1.47-1.21-2.51-2.33c-1.04-1.11-1.85-2.1-1.85-2.1c-.08-8.79 2.55-25.45 18.76-47.23C61.7 23.64 85.29 14.99 95.18 12.75c0 0 1.21.71 2.38 1.44c.86.54 2.41 1.85 2.41 1.85"/><path fill="#2d3130" d="M15.57 27.78c3.21 5.27 10.96 16.66 24.38 28.55C56.84 71.31 74.4 83.49 92.12 92.52c8.37 4.27 14.8 6.77 19.35 8.24c0 0-.66 1.01-1.28 1.84s-1.3 1.53-1.3 1.53c-4.63-1.57-10.81-4.07-18.6-8.05c-18.02-9.19-35.86-21.56-53-36.76c-12.7-11.26-20.4-21.92-24.18-27.89c0 0 .53-1.05 1.23-1.98s1.23-1.67 1.23-1.67"/><path fill="#2d3130" d="M53.18 4.77c-1.43 1.63-3.47 4.28-5.85 8.29c-2.18 3.66-3.3 7.3-4.6 11.52c-2.13 6.92-4.54 14.76-12.43 24.78C19.34 63.28 8.57 67.93 3.55 69.42c0 0-.14-1.3-.19-2.21s-.03-1.94-.03-1.94c4.77-1.63 14.21-6.19 23.82-18.38c7.43-9.44 9.72-16.9 11.75-23.48c1.32-4.28 2.56-8.32 4.99-12.39c1.15-1.93 2.23-3.58 3.22-4.96c0 0 1.11-.37 2.63-.71c1.18-.28 3.44-.58 3.44-.58m15.54 119.24c-3.35-3.03-10.27-9.95-15.32-19.58c-5.59-10.65-8.21-26.67-.75-36.68c8.52-11.42 24.43-12.97 38.89-12.97h.06c18.41.01 32.26 3.86 32.42 3.91c0 0-.11-1.35-.26-2.5c-.13-.99-.27-1.91-.27-1.91c-.7-.18-12.94-3.49-31.89-3.5h-.06c-15.45 0-32.53 1.74-42.1 14.58c-6.16 8.26-8.42 24.12.42 40.93c4.16 7.92 9.4 14.03 13.23 17.88c0 0 1.12.04 2.55.02c1.41-.02 3.08-.18 3.08-.18"/></svg> </template>
CSS
.icon-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dc5819%22%20d%3D%22M22.31%20108.22s19.22%2020.22%2052.19%2015.09c32.97-5.12%2046.19-34.03%2048.91-50.51c3.46-20.99-6.13-35.42-6.64-36.21c-.38-.58-94.46%2071.63-94.46%2071.63%22%2F%3E%3Cpath%20fill%3D%22%23ef6c32%22%20d%3D%22M20.81%2021.51C1.06%2042.3-2.29%2072.67%2012.56%2096.14c6.91%2010.92%2011.14%2013.14%2011.14%2013.14S56.01%20130%2092.32%2098.59c31.1-26.9%2024.51-61.93%2024.51-61.93s-3.88-8.48-12.04-16.53C86.68%202.25%2046.2-5.23%2020.81%2021.51%22%2F%3E%3Cpath%20fill%3D%22%232d3130%22%20d%3D%22M99.97%2016.04c-.29.02-29.18%202.1-59.74%2043.18c-19.3%2025.94-18.35%2044.25-17.6%2049.27c0%200-1.47-1.21-2.51-2.33c-1.04-1.11-1.85-2.1-1.85-2.1c-.08-8.79%202.55-25.45%2018.76-47.23C61.7%2023.64%2085.29%2014.99%2095.18%2012.75c0%200%201.21.71%202.38%201.44c.86.54%202.41%201.85%202.41%201.85%22%2F%3E%3Cpath%20fill%3D%22%232d3130%22%20d%3D%22M15.57%2027.78c3.21%205.27%2010.96%2016.66%2024.38%2028.55C56.84%2071.31%2074.4%2083.49%2092.12%2092.52c8.37%204.27%2014.8%206.77%2019.35%208.24c0%200-.66%201.01-1.28%201.84s-1.3%201.53-1.3%201.53c-4.63-1.57-10.81-4.07-18.6-8.05c-18.02-9.19-35.86-21.56-53-36.76c-12.7-11.26-20.4-21.92-24.18-27.89c0%200%20.53-1.05%201.23-1.98s1.23-1.67%201.23-1.67%22%2F%3E%3Cpath%20fill%3D%22%232d3130%22%20d%3D%22M53.18%204.77c-1.43%201.63-3.47%204.28-5.85%208.29c-2.18%203.66-3.3%207.3-4.6%2011.52c-2.13%206.92-4.54%2014.76-12.43%2024.78C19.34%2063.28%208.57%2067.93%203.55%2069.42c0%200-.14-1.3-.19-2.21s-.03-1.94-.03-1.94c4.77-1.63%2014.21-6.19%2023.82-18.38c7.43-9.44%209.72-16.9%2011.75-23.48c1.32-4.28%202.56-8.32%204.99-12.39c1.15-1.93%202.23-3.58%203.22-4.96c0%200%201.11-.37%202.63-.71c1.18-.28%203.44-.58%203.44-.58m15.54%20119.24c-3.35-3.03-10.27-9.95-15.32-19.58c-5.59-10.65-8.21-26.67-.75-36.68c8.52-11.42%2024.43-12.97%2038.89-12.97h.06c18.41.01%2032.26%203.86%2032.42%203.91c0%200-.11-1.35-.26-2.5c-.13-.99-.27-1.91-.27-1.91c-.7-.18-12.94-3.49-31.89-3.5h-.06c-15.45%200-32.53%201.74-42.1%2014.58c-6.16%208.26-8.42%2024.12.42%2040.93c4.16%207.92%209.4%2014.03%2013.23%2017.88c0%200%201.12.04%202.55.02c1.41-.02%203.08-.18%203.08-.18%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23dc5819%22%20d%3D%22M22.31%20108.22s19.22%2020.22%2052.19%2015.09c32.97-5.12%2046.19-34.03%2048.91-50.51c3.46-20.99-6.13-35.42-6.64-36.21c-.38-.58-94.46%2071.63-94.46%2071.63%22%2F%3E%3Cpath%20fill%3D%22%23ef6c32%22%20d%3D%22M20.81%2021.51C1.06%2042.3-2.29%2072.67%2012.56%2096.14c6.91%2010.92%2011.14%2013.14%2011.14%2013.14S56.01%20130%2092.32%2098.59c31.1-26.9%2024.51-61.93%2024.51-61.93s-3.88-8.48-12.04-16.53C86.68%202.25%2046.2-5.23%2020.81%2021.51%22%2F%3E%3Cpath%20fill%3D%22%232d3130%22%20d%3D%22M99.97%2016.04c-.29.02-29.18%202.1-59.74%2043.18c-19.3%2025.94-18.35%2044.25-17.6%2049.27c0%200-1.47-1.21-2.51-2.33c-1.04-1.11-1.85-2.1-1.85-2.1c-.08-8.79%202.55-25.45%2018.76-47.23C61.7%2023.64%2085.29%2014.99%2095.18%2012.75c0%200%201.21.71%202.38%201.44c.86.54%202.41%201.85%202.41%201.85%22%2F%3E%3Cpath%20fill%3D%22%232d3130%22%20d%3D%22M15.57%2027.78c3.21%205.27%2010.96%2016.66%2024.38%2028.55C56.84%2071.31%2074.4%2083.49%2092.12%2092.52c8.37%204.27%2014.8%206.77%2019.35%208.24c0%200-.66%201.01-1.28%201.84s-1.3%201.53-1.3%201.53c-4.63-1.57-10.81-4.07-18.6-8.05c-18.02-9.19-35.86-21.56-53-36.76c-12.7-11.26-20.4-21.92-24.18-27.89c0%200%20.53-1.05%201.23-1.98s1.23-1.67%201.23-1.67%22%2F%3E%3Cpath%20fill%3D%22%232d3130%22%20d%3D%22M53.18%204.77c-1.43%201.63-3.47%204.28-5.85%208.29c-2.18%203.66-3.3%207.3-4.6%2011.52c-2.13%206.92-4.54%2014.76-12.43%2024.78C19.34%2063.28%208.57%2067.93%203.55%2069.42c0%200-.14-1.3-.19-2.21s-.03-1.94-.03-1.94c4.77-1.63%2014.21-6.19%2023.82-18.38c7.43-9.44%209.72-16.9%2011.75-23.48c1.32-4.28%202.56-8.32%204.99-12.39c1.15-1.93%202.23-3.58%203.22-4.96c0%200%201.11-.37%202.63-.71c1.18-.28%203.44-.58%203.44-.58m15.54%20119.24c-3.35-3.03-10.27-9.95-15.32-19.58c-5.59-10.65-8.21-26.67-.75-36.68c8.52-11.42%2024.43-12.97%2038.89-12.97h.06c18.41.01%2032.26%203.86%2032.42%203.91c0%200-.11-1.35-.26-2.5c-.13-.99-.27-1.91-.27-1.91c-.7-.18-12.94-3.49-31.89-3.5h-.06c-15.45%200-32.53%201.74-42.1%2014.58c-6.16%208.26-8.42%2024.12.42%2040.93c4.16%207.92%209.4%2014.03%2013.23%2017.88c0%200%201.12.04%202.55.02c1.41-.02%203.08-.18%203.08-.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/basketball.svg?color=%231a73e8&size=48