Sports Rugby icon

Sports Rugby 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_rugby_outlined_fill0_wght400.svg

Sports Rugby 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_rugby" />

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

Sports Rugby icon in React

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

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

Sports Rugby icon in Vue

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

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

Sports Rugby icon in Angular

With Angular Material and the font from the HTML tab:

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

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

Sports Rugby icon in Android

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

<!-- res/drawable/sports_rugby.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="M7.475 21.5q-1.575 0-2.675-.3t-1.45-.65q-.375-.35-.612-1.425T2.5 16.475q0-2.875 1.025-5.55t2.9-4.625q1.725-1.925 4.475-2.862T16.675 2.5q1.55 0 2.663 .263T20.775 3.325q.35 .275 .538 1.3t.187 2.775q0 2.975-.987 5.65T17.7 17.575q-1.875 1.95-4.6 2.938T7.475 21.5ZM3.925 17.05q.8-2.2 2.125-4.212T9.175 9.025q1.425-1.5 3.4-2.712T17.175 3.9q-2.65-.125-5.312 .85T7.525 7.4q-1.65 1.725-2.662 4.325T3.925 17.05Zm3.05 3.025q2.975-.125 5.538-1.087T16.625 16.475q1.65-1.725 2.588-4.337T20.1 6.8q-1.075 2.625-2.337 4.538T14.975 14.825q-1.4 1.5-3.337 2.713T6.975 20.075Zm-2-1.05q2.325-.65 4.675-2.062T13.875 13.75q1.775-1.85 3.163-4.162T19.15 4.85q-2.425 .725-4.762 2.138T10.25 10.125q-1.675 1.725-3.112 4.088T4.975 19.025Zm7.1-7.1Z" />
</vector>

Sports Rugby icon in SVG

npm install @material-symbols/svg-400

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

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

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

Keywords

activitiesentertainmentsocialplaymovementactivityequipmentgamegearrecreationexercisesportfitness

Related icons