sports basketball icon

sports-basketball-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
sports-basketball-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
sports-basketball-outline-rounded, sports-basketball-outline-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the 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="M4.05 11H6.9q-.15-.95-.575-1.775T5.25 7.75q-.45.725-.763 1.538T4.05 11m13.05 0h2.85q-.125-.9-.437-1.713T18.75 7.75q-.65.65-1.075 1.475T17.1 11M5.25 16.25q.65-.65 1.075-1.475T6.9 13H4.05q.125.9.438 1.713t.762 1.537m13.5 0q.45-.725.763-1.537T19.95 13H17.1q.15.95.575 1.775t1.075 1.475M8.95 11H11V4.05q-1.325.2-2.463.738T6.5 6.2q.975.95 1.613 2.163T8.95 11M13 11h2.05q.2-1.425.838-2.637T17.5 6.2q-.9-.875-2.037-1.412T13 4.05zm-2 8.95V13H8.95q-.2 1.425-.837 2.638T6.5 17.8q.9.875 2.038 1.413T11 19.95m2 0q1.325-.2 2.463-.737T17.5 17.8q-.975-.95-1.612-2.162T15.05 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSportsBasketballOutline(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="M4.05 11H6.9q-.15-.95-.575-1.775T5.25 7.75q-.45.725-.763 1.538T4.05 11m13.05 0h2.85q-.125-.9-.437-1.713T18.75 7.75q-.65.65-1.075 1.475T17.1 11M5.25 16.25q.65-.65 1.075-1.475T6.9 13H4.05q.125.9.438 1.713t.762 1.537m13.5 0q.45-.725.763-1.537T19.95 13H17.1q.15.95.575 1.775t1.075 1.475M8.95 11H11V4.05q-1.325.2-2.463.738T6.5 6.2q.975.95 1.613 2.163T8.95 11M13 11h2.05q.2-1.425.838-2.637T17.5 6.2q-.9-.875-2.037-1.412T13 4.05zm-2 8.95V13H8.95q-.2 1.425-.837 2.638T6.5 17.8q.9.875 2.038 1.413T11 19.95m2 0q1.325-.2 2.463-.737T17.5 17.8q-.975-.95-1.612-2.162T15.05 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.05 11H6.9q-.15-.95-.575-1.775T5.25 7.75q-.45.725-.763 1.538T4.05 11m13.05 0h2.85q-.125-.9-.437-1.713T18.75 7.75q-.65.65-1.075 1.475T17.1 11M5.25 16.25q.65-.65 1.075-1.475T6.9 13H4.05q.125.9.438 1.713t.762 1.537m13.5 0q.45-.725.763-1.537T19.95 13H17.1q.15.95.575 1.775t1.075 1.475M8.95 11H11V4.05q-1.325.2-2.463.738T6.5 6.2q.975.95 1.613 2.163T8.95 11M13 11h2.05q.2-1.425.838-2.637T17.5 6.2q-.9-.875-2.037-1.412T13 4.05zm-2 8.95V13H8.95q-.2 1.425-.837 2.638T6.5 17.8q.9.875 2.038 1.413T11 19.95m2 0q1.325-.2 2.463-.737T17.5 17.8q-.975-.95-1.612-2.162T15.05 13H13zM12 22q-2.075 0-3.9-.787t-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
</template>

CSS

.icon-sports-basketball-outline {
  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%22M4.05%2011H6.9q-.15-.95-.575-1.775T5.25%207.75q-.45.725-.763%201.538T4.05%2011m13.05%200h2.85q-.125-.9-.437-1.713T18.75%207.75q-.65.65-1.075%201.475T17.1%2011M5.25%2016.25q.65-.65%201.075-1.475T6.9%2013H4.05q.125.9.438%201.713t.762%201.537m13.5%200q.45-.725.763-1.537T19.95%2013H17.1q.15.95.575%201.775t1.075%201.475M8.95%2011H11V4.05q-1.325.2-2.463.738T6.5%206.2q.975.95%201.613%202.163T8.95%2011M13%2011h2.05q.2-1.425.838-2.637T17.5%206.2q-.9-.875-2.037-1.412T13%204.05zm-2%208.95V13H8.95q-.2%201.425-.837%202.638T6.5%2017.8q.9.875%202.038%201.413T11%2019.95m2%200q1.325-.2%202.463-.737T17.5%2017.8q-.975-.95-1.612-2.162T15.05%2013H13zM12%2022q-2.075%200-3.9-.787t-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%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%22M4.05%2011H6.9q-.15-.95-.575-1.775T5.25%207.75q-.45.725-.763%201.538T4.05%2011m13.05%200h2.85q-.125-.9-.437-1.713T18.75%207.75q-.65.65-1.075%201.475T17.1%2011M5.25%2016.25q.65-.65%201.075-1.475T6.9%2013H4.05q.125.9.438%201.713t.762%201.537m13.5%200q.45-.725.763-1.537T19.95%2013H17.1q.15.95.575%201.775t1.075%201.475M8.95%2011H11V4.05q-1.325.2-2.463.738T6.5%206.2q.975.95%201.613%202.163T8.95%2011M13%2011h2.05q.2-1.425.838-2.637T17.5%206.2q-.9-.875-2.037-1.412T13%204.05zm-2%208.95V13H8.95q-.2%201.425-.837%202.638T6.5%2017.8q.9.875%202.038%201.413T11%2019.95m2%200q1.325-.2%202.463-.737T17.5%2017.8q-.975-.95-1.612-2.162T15.05%2013H13zM12%2022q-2.075%200-3.9-.787t-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sports-basketball-outline.svg?color=%231a73e8&size=48