Emoji Basketball Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Basketball icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339674.svg" alt="Emoji Basketball icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339674.svg" alt="Emoji Basketball icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339674.svg" alt="Emoji Basketball icon" :width="24" :height="24" />
CSS background
.icon-emoji-basketball {
background-image: url('https://proicons.com/icon/339674.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M38.2345,40.0812c-4.1517-4.15-6.6724-9.7821-6.6724-16.1553,0-6.2991,2.5207-12.0053,6.6724-16.1553"/><path id="c" class="g" d="M9.8397,7.8447c4.1517,4.15,6.6724,9.8562,6.6724,16.1553s-2.5207,12.0053-6.6724,16.1553"/><path id="d" class="g" d="M2.5,24h43"/><path id="e" class="g" d="M24,2.509v42.982"/><path id="f" class="g" d="M2.5,24c-.005,11.8691,9.6169,21.495,21.491,21.5,11.8741.005,21.504-9.6128,21.509-21.482,0-.006,0-.012,0-.018.005-11.8691-9.6169-21.495-21.491-21.5-11.8741-.005-21.504,9.6128-21.509,21.482,0,.006,0,.012,0,.018"/></svg>
Copied!