sport basketball icon
sport-basketball-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sport-basketball-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sport basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.434 12.866c-1.285-.383-2.765-.897-4.16-2.077L13.063 12l6.52 6.521a9.94 9.94 0 0 0 2.153-4.225l-.007-.007l-.008-.009c-.34-.34-.779-.587-1.339-.804a18 18 0 0 0-1.426-.456zm.09-8.448l-4.246 4.246c-.92-1.126-1.35-2.332-1.706-3.526l-.137-.468a20 20 0 0 0-.512-1.593a6.4 6.4 0 0 0-.515-1.06a9.98 9.98 0 0 1 7.115 2.401m1.06 1.06l-4.245 4.246c1.124.92 2.33 1.349 3.524 1.705l.468.137c.538.157 1.09.317 1.593.511c.363.141.721.307 1.06.517a9.98 9.98 0 0 0-2.4-7.115M9.72 2.28l-.015-.014A9.94 9.94 0 0 0 5.48 4.418l6.522 6.522l1.21-1.211c-1.18-1.396-1.694-2.876-2.077-4.162l-.154-.522a18 18 0 0 0-.456-1.426c-.217-.56-.464-.999-.804-1.339m-7.589 8.108A9.95 9.95 0 0 1 4.42 5.479L10.94 12l-1.088 1.09c-1.474-1.193-3.191-1.616-4.662-1.911q-.31-.062-.6-.118c-.608-.118-1.149-.223-1.645-.367a5 5 0 0 1-.813-.305m-.13 1.574a9.97 9.97 0 0 0 2.418 6.56l4.365-4.365c-1.142-.873-2.498-1.229-3.89-1.509l-.542-.106c-.623-.12-1.258-.243-1.826-.408a8 8 0 0 1-.525-.172m7.846 3.252l-4.367 4.368a9.97 9.97 0 0 0 6.757 2.415a6 6 0 0 1-.367-.931c-.166-.534-.29-1.125-.41-1.7l-.106-.498c-.277-1.274-.629-2.533-1.507-3.654m4.047 6.606a9.94 9.94 0 0 0 4.628-2.238l-6.521-6.521l-1.087 1.087c1.183 1.439 1.608 3.032 1.906 4.401l.119.559c.117.559.22 1.053.363 1.512c.157.504.342.896.592 1.2"/></svg>
React
import type { SVGProps } from "react";
export function FluentSportBasketball24Filled(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="M18.434 12.866c-1.285-.383-2.765-.897-4.16-2.077L13.063 12l6.52 6.521a9.94 9.94 0 0 0 2.153-4.225l-.007-.007l-.008-.009c-.34-.34-.779-.587-1.339-.804a18 18 0 0 0-1.426-.456zm.09-8.448l-4.246 4.246c-.92-1.126-1.35-2.332-1.706-3.526l-.137-.468a20 20 0 0 0-.512-1.593a6.4 6.4 0 0 0-.515-1.06a9.98 9.98 0 0 1 7.115 2.401m1.06 1.06l-4.245 4.246c1.124.92 2.33 1.349 3.524 1.705l.468.137c.538.157 1.09.317 1.593.511c.363.141.721.307 1.06.517a9.98 9.98 0 0 0-2.4-7.115M9.72 2.28l-.015-.014A9.94 9.94 0 0 0 5.48 4.418l6.522 6.522l1.21-1.211c-1.18-1.396-1.694-2.876-2.077-4.162l-.154-.522a18 18 0 0 0-.456-1.426c-.217-.56-.464-.999-.804-1.339m-7.589 8.108A9.95 9.95 0 0 1 4.42 5.479L10.94 12l-1.088 1.09c-1.474-1.193-3.191-1.616-4.662-1.911q-.31-.062-.6-.118c-.608-.118-1.149-.223-1.645-.367a5 5 0 0 1-.813-.305m-.13 1.574a9.97 9.97 0 0 0 2.418 6.56l4.365-4.365c-1.142-.873-2.498-1.229-3.89-1.509l-.542-.106c-.623-.12-1.258-.243-1.826-.408a8 8 0 0 1-.525-.172m7.846 3.252l-4.367 4.368a9.97 9.97 0 0 0 6.757 2.415a6 6 0 0 1-.367-.931c-.166-.534-.29-1.125-.41-1.7l-.106-.498c-.277-1.274-.629-2.533-1.507-3.654m4.047 6.606a9.94 9.94 0 0 0 4.628-2.238l-6.521-6.521l-1.087 1.087c1.183 1.439 1.608 3.032 1.906 4.401l.119.559c.117.559.22 1.053.363 1.512c.157.504.342.896.592 1.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.434 12.866c-1.285-.383-2.765-.897-4.16-2.077L13.063 12l6.52 6.521a9.94 9.94 0 0 0 2.153-4.225l-.007-.007l-.008-.009c-.34-.34-.779-.587-1.339-.804a18 18 0 0 0-1.426-.456zm.09-8.448l-4.246 4.246c-.92-1.126-1.35-2.332-1.706-3.526l-.137-.468a20 20 0 0 0-.512-1.593a6.4 6.4 0 0 0-.515-1.06a9.98 9.98 0 0 1 7.115 2.401m1.06 1.06l-4.245 4.246c1.124.92 2.33 1.349 3.524 1.705l.468.137c.538.157 1.09.317 1.593.511c.363.141.721.307 1.06.517a9.98 9.98 0 0 0-2.4-7.115M9.72 2.28l-.015-.014A9.94 9.94 0 0 0 5.48 4.418l6.522 6.522l1.21-1.211c-1.18-1.396-1.694-2.876-2.077-4.162l-.154-.522a18 18 0 0 0-.456-1.426c-.217-.56-.464-.999-.804-1.339m-7.589 8.108A9.95 9.95 0 0 1 4.42 5.479L10.94 12l-1.088 1.09c-1.474-1.193-3.191-1.616-4.662-1.911q-.31-.062-.6-.118c-.608-.118-1.149-.223-1.645-.367a5 5 0 0 1-.813-.305m-.13 1.574a9.97 9.97 0 0 0 2.418 6.56l4.365-4.365c-1.142-.873-2.498-1.229-3.89-1.509l-.542-.106c-.623-.12-1.258-.243-1.826-.408a8 8 0 0 1-.525-.172m7.846 3.252l-4.367 4.368a9.97 9.97 0 0 0 6.757 2.415a6 6 0 0 1-.367-.931c-.166-.534-.29-1.125-.41-1.7l-.106-.498c-.277-1.274-.629-2.533-1.507-3.654m4.047 6.606a9.94 9.94 0 0 0 4.628-2.238l-6.521-6.521l-1.087 1.087c1.183 1.439 1.608 3.032 1.906 4.401l.119.559c.117.559.22 1.053.363 1.512c.157.504.342.896.592 1.2"/></svg> </template>
CSS
.icon-sport-basketball-24-filled {
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%22M18.434%2012.866c-1.285-.383-2.765-.897-4.16-2.077L13.063%2012l6.52%206.521a9.94%209.94%200%200%200%202.153-4.225l-.007-.007l-.008-.009c-.34-.34-.779-.587-1.339-.804a18%2018%200%200%200-1.426-.456zm.09-8.448l-4.246%204.246c-.92-1.126-1.35-2.332-1.706-3.526l-.137-.468a20%2020%200%200%200-.512-1.593a6.4%206.4%200%200%200-.515-1.06a9.98%209.98%200%200%201%207.115%202.401m1.06%201.06l-4.245%204.246c1.124.92%202.33%201.349%203.524%201.705l.468.137c.538.157%201.09.317%201.593.511c.363.141.721.307%201.06.517a9.98%209.98%200%200%200-2.4-7.115M9.72%202.28l-.015-.014A9.94%209.94%200%200%200%205.48%204.418l6.522%206.522l1.21-1.211c-1.18-1.396-1.694-2.876-2.077-4.162l-.154-.522a18%2018%200%200%200-.456-1.426c-.217-.56-.464-.999-.804-1.339m-7.589%208.108A9.95%209.95%200%200%201%204.42%205.479L10.94%2012l-1.088%201.09c-1.474-1.193-3.191-1.616-4.662-1.911q-.31-.062-.6-.118c-.608-.118-1.149-.223-1.645-.367a5%205%200%200%201-.813-.305m-.13%201.574a9.97%209.97%200%200%200%202.418%206.56l4.365-4.365c-1.142-.873-2.498-1.229-3.89-1.509l-.542-.106c-.623-.12-1.258-.243-1.826-.408a8%208%200%200%201-.525-.172m7.846%203.252l-4.367%204.368a9.97%209.97%200%200%200%206.757%202.415a6%206%200%200%201-.367-.931c-.166-.534-.29-1.125-.41-1.7l-.106-.498c-.277-1.274-.629-2.533-1.507-3.654m4.047%206.606a9.94%209.94%200%200%200%204.628-2.238l-6.521-6.521l-1.087%201.087c1.183%201.439%201.608%203.032%201.906%204.401l.119.559c.117.559.22%201.053.363%201.512c.157.504.342.896.592%201.2%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%22M18.434%2012.866c-1.285-.383-2.765-.897-4.16-2.077L13.063%2012l6.52%206.521a9.94%209.94%200%200%200%202.153-4.225l-.007-.007l-.008-.009c-.34-.34-.779-.587-1.339-.804a18%2018%200%200%200-1.426-.456zm.09-8.448l-4.246%204.246c-.92-1.126-1.35-2.332-1.706-3.526l-.137-.468a20%2020%200%200%200-.512-1.593a6.4%206.4%200%200%200-.515-1.06a9.98%209.98%200%200%201%207.115%202.401m1.06%201.06l-4.245%204.246c1.124.92%202.33%201.349%203.524%201.705l.468.137c.538.157%201.09.317%201.593.511c.363.141.721.307%201.06.517a9.98%209.98%200%200%200-2.4-7.115M9.72%202.28l-.015-.014A9.94%209.94%200%200%200%205.48%204.418l6.522%206.522l1.21-1.211c-1.18-1.396-1.694-2.876-2.077-4.162l-.154-.522a18%2018%200%200%200-.456-1.426c-.217-.56-.464-.999-.804-1.339m-7.589%208.108A9.95%209.95%200%200%201%204.42%205.479L10.94%2012l-1.088%201.09c-1.474-1.193-3.191-1.616-4.662-1.911q-.31-.062-.6-.118c-.608-.118-1.149-.223-1.645-.367a5%205%200%200%201-.813-.305m-.13%201.574a9.97%209.97%200%200%200%202.418%206.56l4.365-4.365c-1.142-.873-2.498-1.229-3.89-1.509l-.542-.106c-.623-.12-1.258-.243-1.826-.408a8%208%200%200%201-.525-.172m7.846%203.252l-4.367%204.368a9.97%209.97%200%200%200%206.757%202.415a6%206%200%200%201-.367-.931c-.166-.534-.29-1.125-.41-1.7l-.106-.498c-.277-1.274-.629-2.533-1.507-3.654m4.047%206.606a9.94%209.94%200%200%200%204.628-2.238l-6.521-6.521l-1.087%201.087c1.183%201.439%201.608%203.032%201.906%204.401l.119.559c.117.559.22%201.053.363%201.512c.157.504.342.896.592%201.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sport-basketball-24-filled.svg?color=%231a73e8&size=48