Sports Kabaddi icon

Sports Kabaddi 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_kabaddi_outlined_fill0_wght400.svg

Sports Kabaddi 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,[email protected],100..700,0..1,-50..200&icon_names=sports_kabaddi" />

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

Sports Kabaddi icon in React

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

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

Sports Kabaddi icon in Vue

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

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

Sports Kabaddi icon in Angular

With Angular Material and the font from the HTML tab:

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

Sports Kabaddi 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_kabaddi, fill: 0, weight: 400)

Sports Kabaddi icon in Android

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

<!-- res/drawable/sports_kabaddi.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="M1.1 22 .025 20.925l3.7-3.75-1.125-3.15q-.2-.55-.1-1.05t.5-.9l3.4-3.425q.25-.25 .575-.4t.65-.15q.325 0 .65 .15t.575 .4l2.1 1.975q1.075 .975 1.85 1.288t1.9 .312v1.5q-1.25 0-2.437-.412T10.05 11.875l-.925-.925-2.85 2.85 2.35 2.3v5.9h-1.5v-5.225l-1.9-1.8v2.85L1.1 22Zm14.175 0v-6.8l2.25-2.125-.825-4.475q-1 1.35-1.85 1.975t-1.775 .875q-.4-.2-.837-.487T11.55 10.375q1.125-.2 2.125-.787t1.875-2.013l1.025-1.675q.425-.7 1.05-.887t1.3 .112l5.05 2.2v4.3h-1.5v-3.3l-2.45-1.1L22.85 22h-1.55l-2-8-2.525 2.525v5.475h-1.5ZM9.913 7.863Q9.375 7.325 9.375 6.575t.538-1.287Q10.45 4.75 11.2 4.75t1.288 .538Q13.025 5.825 13.025 6.575t-.537 1.288Q11.95 8.4 11.2 8.4t-1.287-.537Zm5.25-4.25Q14.625 3.075 14.625 2.325t.538-1.287Q15.7 .5 16.45 .5t1.288 .538Q18.275 1.575 18.275 2.325t-.537 1.288Q17.2 4.15 16.45 4.15t-1.287-.537Z" />
</vector>

Sports Kabaddi icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/sports_kabaddi.svg" width="24" height="24" alt="Sports Kabaddi">

Sports Kabaddi 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 Kabaddi
Ligaturesports_kabaddi
Code pointU+EA34
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/sports_kabaddi.svg, sports_kabaddi-fill.svg
FlutterSymbols.sports_kabaddi
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieshumanpersonpeopleactionbodyentertainmentsocialpowermovementsilhouettefiguregame

Related icons