bxs basketball icon
bxs-basketball from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-basketball
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs basketball icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M18.328 4.258a9.953 9.953 0 0 0-5.949-2.235a8.99 8.99 0 0 1-1.835 7.107L12 10.586l6.328-6.328zM7.701 9.115L4.258 5.672a9.938 9.938 0 0 0-2.112 4.704a7.007 7.007 0 0 0 5.555-1.261zm12.041-3.443L13.414 12l1.456 1.456a8.993 8.993 0 0 1 7.107-1.835a9.953 9.953 0 0 0-2.235-5.949zm2.112 7.952a7.007 7.007 0 0 0-5.555 1.261l3.443 3.443a9.924 9.924 0 0 0 2.112-4.704zM9.115 7.701a7.007 7.007 0 0 0 1.261-5.555a9.928 9.928 0 0 0-4.704 2.112l3.443 3.443zm4.509 14.153a9.936 9.936 0 0 0 4.704-2.111L14.885 16.3a7.003 7.003 0 0 0-1.261 5.554zM12 13.414l-6.328 6.328a9.953 9.953 0 0 0 5.949 2.235a8.99 8.99 0 0 1 1.835-7.107L12 13.414zm-7.742 4.914L10.586 12L9.13 10.544a8.993 8.993 0 0 1-7.107 1.835a9.953 9.953 0 0 0 2.235 5.949z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsBasketball(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M18.328 4.258a9.953 9.953 0 0 0-5.949-2.235a8.99 8.99 0 0 1-1.835 7.107L12 10.586l6.328-6.328zM7.701 9.115L4.258 5.672a9.938 9.938 0 0 0-2.112 4.704a7.007 7.007 0 0 0 5.555-1.261zm12.041-3.443L13.414 12l1.456 1.456a8.993 8.993 0 0 1 7.107-1.835a9.953 9.953 0 0 0-2.235-5.949zm2.112 7.952a7.007 7.007 0 0 0-5.555 1.261l3.443 3.443a9.924 9.924 0 0 0 2.112-4.704zM9.115 7.701a7.007 7.007 0 0 0 1.261-5.555a9.928 9.928 0 0 0-4.704 2.112l3.443 3.443zm4.509 14.153a9.936 9.936 0 0 0 4.704-2.111L14.885 16.3a7.003 7.003 0 0 0-1.261 5.554zM12 13.414l-6.328 6.328a9.953 9.953 0 0 0 5.949 2.235a8.99 8.99 0 0 1 1.835-7.107L12 13.414zm-7.742 4.914L10.586 12L9.13 10.544a8.993 8.993 0 0 1-7.107 1.835a9.953 9.953 0 0 0 2.235 5.949z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M18.328 4.258a9.953 9.953 0 0 0-5.949-2.235a8.99 8.99 0 0 1-1.835 7.107L12 10.586l6.328-6.328zM7.701 9.115L4.258 5.672a9.938 9.938 0 0 0-2.112 4.704a7.007 7.007 0 0 0 5.555-1.261zm12.041-3.443L13.414 12l1.456 1.456a8.993 8.993 0 0 1 7.107-1.835a9.953 9.953 0 0 0-2.235-5.949zm2.112 7.952a7.007 7.007 0 0 0-5.555 1.261l3.443 3.443a9.924 9.924 0 0 0 2.112-4.704zM9.115 7.701a7.007 7.007 0 0 0 1.261-5.555a9.928 9.928 0 0 0-4.704 2.112l3.443 3.443zm4.509 14.153a9.936 9.936 0 0 0 4.704-2.111L14.885 16.3a7.003 7.003 0 0 0-1.261 5.554zM12 13.414l-6.328 6.328a9.953 9.953 0 0 0 5.949 2.235a8.99 8.99 0 0 1 1.835-7.107L12 13.414zm-7.742 4.914L10.586 12L9.13 10.544a8.993 8.993 0 0 1-7.107 1.835a9.953 9.953 0 0 0 2.235 5.949z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-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%20d%3D%22M18.328%204.258a9.953%209.953%200%200%200-5.949-2.235a8.99%208.99%200%200%201-1.835%207.107L12%2010.586l6.328-6.328zM7.701%209.115L4.258%205.672a9.938%209.938%200%200%200-2.112%204.704a7.007%207.007%200%200%200%205.555-1.261zm12.041-3.443L13.414%2012l1.456%201.456a8.993%208.993%200%200%201%207.107-1.835a9.953%209.953%200%200%200-2.235-5.949zm2.112%207.952a7.007%207.007%200%200%200-5.555%201.261l3.443%203.443a9.924%209.924%200%200%200%202.112-4.704zM9.115%207.701a7.007%207.007%200%200%200%201.261-5.555a9.928%209.928%200%200%200-4.704%202.112l3.443%203.443zm4.509%2014.153a9.936%209.936%200%200%200%204.704-2.111L14.885%2016.3a7.003%207.003%200%200%200-1.261%205.554zM12%2013.414l-6.328%206.328a9.953%209.953%200%200%200%205.949%202.235a8.99%208.99%200%200%201%201.835-7.107L12%2013.414zm-7.742%204.914L10.586%2012L9.13%2010.544a8.993%208.993%200%200%201-7.107%201.835a9.953%209.953%200%200%200%202.235%205.949z%22%20fill%3D%22currentColor%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%20d%3D%22M18.328%204.258a9.953%209.953%200%200%200-5.949-2.235a8.99%208.99%200%200%201-1.835%207.107L12%2010.586l6.328-6.328zM7.701%209.115L4.258%205.672a9.938%209.938%200%200%200-2.112%204.704a7.007%207.007%200%200%200%205.555-1.261zm12.041-3.443L13.414%2012l1.456%201.456a8.993%208.993%200%200%201%207.107-1.835a9.953%209.953%200%200%200-2.235-5.949zm2.112%207.952a7.007%207.007%200%200%200-5.555%201.261l3.443%203.443a9.924%209.924%200%200%200%202.112-4.704zM9.115%207.701a7.007%207.007%200%200%200%201.261-5.555a9.928%209.928%200%200%200-4.704%202.112l3.443%203.443zm4.509%2014.153a9.936%209.936%200%200%200%204.704-2.111L14.885%2016.3a7.003%207.003%200%200%200-1.261%205.554zM12%2013.414l-6.328%206.328a9.953%209.953%200%200%200%205.949%202.235a8.99%208.99%200%200%201%201.835-7.107L12%2013.414zm-7.742%204.914L10.586%2012L9.13%2010.544a8.993%208.993%200%200%201-7.107%201.835a9.953%209.953%200%200%200%202.235%205.949z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-basketball.svg?color=%231a73e8&size=48