Sports Handball icon

Sports Handball is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

sports_handball_outlined_fill0_wght400.svg

Sports Handball icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=sports_handball" />

<span class="material-symbols-outlined">sports_handball</span>

Sports Handball icon in React

// With the font from the HTML tab:
export function SportsHandballIcon() {
  return (
    <span className="material-symbols-outlined">
      sports_handball
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import SportsHandballIcon from "@material-symbols/svg-400/outlined/sports_handball.svg?react";

Sports Handball icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">sports_handball</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import SportsHandballIcon from "@material-symbols/svg-400/outlined/sports_handball.svg?component"; -->

Sports Handball icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">sports_handball</mat-icon>

Sports Handball icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.sports_handball, fill: 0, weight: 400)

Sports Handball icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/sports_handball.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m8.8 23.85-1.25-.75 3.2-5.45-2.05-1.225-1.875 3.025-1.25-.75 5.725-9.275q-1.05-.925-1.575-2.012T9.2 5.125q0-.95 .188-1.75t.662-1.75l1.3 .7q-.35 .725-.5 1.363t-.15 1.287q0 1.2 .575 2.175t1.925 1.775l2.425 1.425q1.425 .825 2.113 2.038T18.425 15.175q0 .975-.3 1.975t-.8 1.9l-1.3-.75q.425-.8 .663-1.562T16.925 15.175q0-.95-.325-1.737T15.625 12.225L8.8 23.85Zm7.125-15.2q-.75 0-1.287-.537T14.1 6.825q0-.75 .538-1.287T15.925 5q.75 0 1.288 .538T17.75 6.825q0 .75-.537 1.288T15.925 8.65Zm-2.35-4.65q-.65 0-1.075-.425t-.425-1.075q0-.65 .425-1.075t1.075-.425q.65 0 1.075 .425t.425 1.075q0 .65-.425 1.075t-1.075 .425Z" />
</vector>

Sports Handball icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/sports_handball.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/sports_handball.svg" width="24" height="24" alt="Sports Handball">

Sports Handball icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameSports Handball
Ligaturesports_handball
Code pointU+EA33
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sports_handball.svg, sports_handball-fill.svg
FlutterSymbols.sports_handball
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieslineshumanpersonpeoplebodyentertainmentsocialplayactivityequipmentleisuregame

Related icons