basketball from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
basketball
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the basketball emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.5C7.992 1.5 1.5 7.992 1.5 16S7.992 30.5 16 30.5S30.5 24.008 30.5 16S24.008 1.5 16 1.5M3.002 15.793A11.5 11.5 0 0 0 6.54 13.75c1.19-1 2.14-2.2 2.83-3.53c.8.41 1.58.85 2.35 1.32a25.3 25.3 0 0 0-5.507 13.017a12.95 12.95 0 0 1-3.211-8.764m11.568 13.13a12.95 12.95 0 0 1-7.397-3.379A24.4 24.4 0 0 1 12.61 12.11c1 .65 1.96 1.34 2.89 2.08c-.19.2-.37.4-.55.62c-1.95 2.39-2.85 5.4-2.54 8.48a11.53 11.53 0 0 0 2.16 5.632m10.382-3.496A12.96 12.96 0 0 1 16 29h-.013a10.4 10.4 0 0 1-2.527-5.82a10.5 10.5 0 0 1 2.86-8.33a37.3 37.3 0 0 1 8.632 10.577m3.623-12.738C28.852 13.746 29 14.856 29 16c0 3.314-1.24 6.338-3.28 8.634a38.1 38.1 0 0 0-8.63-10.504c1.61-1.39 3.61-2.25 5.77-2.47a10.44 10.44 0 0 1 5.715 1.03M22.62 4.81a13.05 13.05 0 0 1 5.52 6.535a11.5 11.5 0 0 0-5.391-.735c-2.44.25-4.69 1.24-6.49 2.84c-.95-.76-1.94-1.48-2.96-2.15a24.55 24.55 0 0 1 9.321-6.49m-11.993-.65A12.95 12.95 0 0 1 16 3c1.932 0 3.765.421 5.413 1.177A25.55 25.55 0 0 0 12.4 10.73c-.84-.52-1.7-1.01-2.59-1.47c.43-1.06.7-2.19.8-3.36c.056-.585.058-1.166.017-1.741M6.08 7.597A13 13 0 0 1 9.6 4.681q.015.564-.03 1.129c-.09 1.04-.33 2.04-.7 2.99a38 38 0 0 0-2.79-1.203m-3.009 7.036a12.9 12.9 0 0 1 2.332-6.165A36 36 0 0 1 8.43 9.75c-.63 1.21-1.49 2.29-2.57 3.2c-.859.724-1.8 1.281-2.789 1.683"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastBasketball(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.5C7.992 1.5 1.5 7.992 1.5 16S7.992 30.5 16 30.5S30.5 24.008 30.5 16S24.008 1.5 16 1.5M3.002 15.793A11.5 11.5 0 0 0 6.54 13.75c1.19-1 2.14-2.2 2.83-3.53c.8.41 1.58.85 2.35 1.32a25.3 25.3 0 0 0-5.507 13.017a12.95 12.95 0 0 1-3.211-8.764m11.568 13.13a12.95 12.95 0 0 1-7.397-3.379A24.4 24.4 0 0 1 12.61 12.11c1 .65 1.96 1.34 2.89 2.08c-.19.2-.37.4-.55.62c-1.95 2.39-2.85 5.4-2.54 8.48a11.53 11.53 0 0 0 2.16 5.632m10.382-3.496A12.96 12.96 0 0 1 16 29h-.013a10.4 10.4 0 0 1-2.527-5.82a10.5 10.5 0 0 1 2.86-8.33a37.3 37.3 0 0 1 8.632 10.577m3.623-12.738C28.852 13.746 29 14.856 29 16c0 3.314-1.24 6.338-3.28 8.634a38.1 38.1 0 0 0-8.63-10.504c1.61-1.39 3.61-2.25 5.77-2.47a10.44 10.44 0 0 1 5.715 1.03M22.62 4.81a13.05 13.05 0 0 1 5.52 6.535a11.5 11.5 0 0 0-5.391-.735c-2.44.25-4.69 1.24-6.49 2.84c-.95-.76-1.94-1.48-2.96-2.15a24.55 24.55 0 0 1 9.321-6.49m-11.993-.65A12.95 12.95 0 0 1 16 3c1.932 0 3.765.421 5.413 1.177A25.55 25.55 0 0 0 12.4 10.73c-.84-.52-1.7-1.01-2.59-1.47c.43-1.06.7-2.19.8-3.36c.056-.585.058-1.166.017-1.741M6.08 7.597A13 13 0 0 1 9.6 4.681q.015.564-.03 1.129c-.09 1.04-.33 2.04-.7 2.99a38 38 0 0 0-2.79-1.203m-3.009 7.036a12.9 12.9 0 0 1 2.332-6.165A36 36 0 0 1 8.43 9.75c-.63 1.21-1.49 2.29-2.57 3.2c-.859.724-1.8 1.281-2.789 1.683"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 1.5C7.992 1.5 1.5 7.992 1.5 16S7.992 30.5 16 30.5S30.5 24.008 30.5 16S24.008 1.5 16 1.5M3.002 15.793A11.5 11.5 0 0 0 6.54 13.75c1.19-1 2.14-2.2 2.83-3.53c.8.41 1.58.85 2.35 1.32a25.3 25.3 0 0 0-5.507 13.017a12.95 12.95 0 0 1-3.211-8.764m11.568 13.13a12.95 12.95 0 0 1-7.397-3.379A24.4 24.4 0 0 1 12.61 12.11c1 .65 1.96 1.34 2.89 2.08c-.19.2-.37.4-.55.62c-1.95 2.39-2.85 5.4-2.54 8.48a11.53 11.53 0 0 0 2.16 5.632m10.382-3.496A12.96 12.96 0 0 1 16 29h-.013a10.4 10.4 0 0 1-2.527-5.82a10.5 10.5 0 0 1 2.86-8.33a37.3 37.3 0 0 1 8.632 10.577m3.623-12.738C28.852 13.746 29 14.856 29 16c0 3.314-1.24 6.338-3.28 8.634a38.1 38.1 0 0 0-8.63-10.504c1.61-1.39 3.61-2.25 5.77-2.47a10.44 10.44 0 0 1 5.715 1.03M22.62 4.81a13.05 13.05 0 0 1 5.52 6.535a11.5 11.5 0 0 0-5.391-.735c-2.44.25-4.69 1.24-6.49 2.84c-.95-.76-1.94-1.48-2.96-2.15a24.55 24.55 0 0 1 9.321-6.49m-11.993-.65A12.95 12.95 0 0 1 16 3c1.932 0 3.765.421 5.413 1.177A25.55 25.55 0 0 0 12.4 10.73c-.84-.52-1.7-1.01-2.59-1.47c.43-1.06.7-2.19.8-3.36c.056-.585.058-1.166.017-1.741M6.08 7.597A13 13 0 0 1 9.6 4.681q.015.564-.03 1.129c-.09 1.04-.33 2.04-.7 2.99a38 38 0 0 0-2.79-1.203m-3.009 7.036a12.9 12.9 0 0 1 2.332-6.165A36 36 0 0 1 8.43 9.75c-.63 1.21-1.49 2.29-2.57 3.2c-.859.724-1.8 1.281-2.789 1.683"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201.5C7.992%201.5%201.5%207.992%201.5%2016S7.992%2030.5%2016%2030.5S30.5%2024.008%2030.5%2016S24.008%201.5%2016%201.5M3.002%2015.793A11.5%2011.5%200%200%200%206.54%2013.75c1.19-1%202.14-2.2%202.83-3.53c.8.41%201.58.85%202.35%201.32a25.3%2025.3%200%200%200-5.507%2013.017a12.95%2012.95%200%200%201-3.211-8.764m11.568%2013.13a12.95%2012.95%200%200%201-7.397-3.379A24.4%2024.4%200%200%201%2012.61%2012.11c1%20.65%201.96%201.34%202.89%202.08c-.19.2-.37.4-.55.62c-1.95%202.39-2.85%205.4-2.54%208.48a11.53%2011.53%200%200%200%202.16%205.632m10.382-3.496A12.96%2012.96%200%200%201%2016%2029h-.013a10.4%2010.4%200%200%201-2.527-5.82a10.5%2010.5%200%200%201%202.86-8.33a37.3%2037.3%200%200%201%208.632%2010.577m3.623-12.738C28.852%2013.746%2029%2014.856%2029%2016c0%203.314-1.24%206.338-3.28%208.634a38.1%2038.1%200%200%200-8.63-10.504c1.61-1.39%203.61-2.25%205.77-2.47a10.44%2010.44%200%200%201%205.715%201.03M22.62%204.81a13.05%2013.05%200%200%201%205.52%206.535a11.5%2011.5%200%200%200-5.391-.735c-2.44.25-4.69%201.24-6.49%202.84c-.95-.76-1.94-1.48-2.96-2.15a24.55%2024.55%200%200%201%209.321-6.49m-11.993-.65A12.95%2012.95%200%200%201%2016%203c1.932%200%203.765.421%205.413%201.177A25.55%2025.55%200%200%200%2012.4%2010.73c-.84-.52-1.7-1.01-2.59-1.47c.43-1.06.7-2.19.8-3.36c.056-.585.058-1.166.017-1.741M6.08%207.597A13%2013%200%200%201%209.6%204.681q.015.564-.03%201.129c-.09%201.04-.33%202.04-.7%202.99a38%2038%200%200%200-2.79-1.203m-3.009%207.036a12.9%2012.9%200%200%201%202.332-6.165A36%2036%200%200%201%208.43%209.75c-.63%201.21-1.49%202.29-2.57%203.2c-.859.724-1.8%201.281-2.789%201.683%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%201.5C7.992%201.5%201.5%207.992%201.5%2016S7.992%2030.5%2016%2030.5S30.5%2024.008%2030.5%2016S24.008%201.5%2016%201.5M3.002%2015.793A11.5%2011.5%200%200%200%206.54%2013.75c1.19-1%202.14-2.2%202.83-3.53c.8.41%201.58.85%202.35%201.32a25.3%2025.3%200%200%200-5.507%2013.017a12.95%2012.95%200%200%201-3.211-8.764m11.568%2013.13a12.95%2012.95%200%200%201-7.397-3.379A24.4%2024.4%200%200%201%2012.61%2012.11c1%20.65%201.96%201.34%202.89%202.08c-.19.2-.37.4-.55.62c-1.95%202.39-2.85%205.4-2.54%208.48a11.53%2011.53%200%200%200%202.16%205.632m10.382-3.496A12.96%2012.96%200%200%201%2016%2029h-.013a10.4%2010.4%200%200%201-2.527-5.82a10.5%2010.5%200%200%201%202.86-8.33a37.3%2037.3%200%200%201%208.632%2010.577m3.623-12.738C28.852%2013.746%2029%2014.856%2029%2016c0%203.314-1.24%206.338-3.28%208.634a38.1%2038.1%200%200%200-8.63-10.504c1.61-1.39%203.61-2.25%205.77-2.47a10.44%2010.44%200%200%201%205.715%201.03M22.62%204.81a13.05%2013.05%200%200%201%205.52%206.535a11.5%2011.5%200%200%200-5.391-.735c-2.44.25-4.69%201.24-6.49%202.84c-.95-.76-1.94-1.48-2.96-2.15a24.55%2024.55%200%200%201%209.321-6.49m-11.993-.65A12.95%2012.95%200%200%201%2016%203c1.932%200%203.765.421%205.413%201.177A25.55%2025.55%200%200%200%2012.4%2010.73c-.84-.52-1.7-1.01-2.59-1.47c.43-1.06.7-2.19.8-3.36c.056-.585.058-1.166.017-1.741M6.08%207.597A13%2013%200%200%201%209.6%204.681q.015.564-.03%201.129c-.09%201.04-.33%202.04-.7%202.99a38%2038%200%200%200-2.79-1.203m-3.009%207.036a12.9%2012.9%200%200%201%202.332-6.165A36%2036%200%200%201%208.43%209.75c-.63%201.21-1.49%202.29-2.57%203.2c-.859.724-1.8%201.281-2.789%201.683%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/basketball.svg?color=%231a73e8&size=48