Social Leaderboard icon

Social Leaderboard is a Google Material Symbol from the Social 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

social_leaderboard_outlined_fill0_wght400.svg

Social Leaderboard 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=social_leaderboard" />

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

Social Leaderboard icon in React

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

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

Social Leaderboard icon in Vue

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

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

Social Leaderboard icon in Angular

With Angular Material and the font from the HTML tab:

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

Social Leaderboard 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.social_leaderboard, fill: 0, weight: 400)

Social Leaderboard icon in Android

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

<!-- res/drawable/social_leaderboard.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="M15.538 19.044q1.462-1.457 1.462-3.538 0-2.081-1.456-3.543-1.457-1.463-3.538-1.463-2.081 0-3.543 1.457-1.463 1.456-1.463 3.537 0 2.081 1.457 3.544 1.456 1.462 3.537 1.462 2.081 0 3.544-1.456ZM8.65 9.925q.7-.425 1.5-.662t1.675-.263L9.075 3.5H5.425l3.225 6.425Zm6.7 0 3.225-6.425H14.925l-2.075 4.175 .75 1.5q.475 .125 .913 .313T15.35 9.925ZM6.825 19.425q-.625-.825-.975-1.812T5.5 15.5q0-1.125 .35-2.112t.975-1.813q-1.425 .25-2.375 1.338T3.5 15.5q0 1.5 .95 2.588t2.375 1.337Zm10.35 0q1.425-.25 2.375-1.337T20.5 15.5q0-1.5-.95-2.587T17.175 11.575q.625 .825 .975 1.813t.35 2.112q0 1.125-.35 2.113T17.175 19.425ZM10.088 21.713Q9.175 21.425 8.4 20.925q-.225 .05-.45 .063t-.475 .012q-2.275 0-3.875-1.6T2 15.525q0-2.175 1.45-3.725t3.575-1.725L3 2h7l2 4 2-4h7L17 10.025q2.125 .2 3.563 1.75T22 15.5q0 2.3-1.6 3.9t-3.9 1.6q-.225 0-.462-.012T15.575 20.925q-.775 .5-1.675 .788T12 22q-1 0-1.912-.287ZM12 15.5ZM8.65 9.925 5.425 3.5l3.225 6.425Zm6.7 0 3.225-6.425-3.225 6.425ZM10.15 18.25l.7-2.275-1.85-1.325h2.275l.725-2.4 .725 2.4h2.275l-1.85 1.325 .7 2.275-1.85-1.4-1.85 1.4Z" />
</vector>

Social Leaderboard icon in SVG

npm install @material-symbols/svg-400

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

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

Social Leaderboard 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

NameSocial Leaderboard
Ligaturesocial_leaderboard
Code pointU+F6A0
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/social_leaderboard.svg, social_leaderboard-fill.svg
FlutterSymbols.social_leaderboard
LicenseApache License 2.0 (© Google LLC)

Keywords

socialpersonlistprogresschartgraphperformancegroupgamestarsportscommunitygaming

Related icons