Cheer icon

Cheer 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

cheer_outlined_fill0_wght400.svg

Cheer 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=cheer" />

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

Cheer icon in React

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

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

Cheer icon in Vue

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

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

Cheer icon in Angular

With Angular Material and the font from the HTML tab:

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

Cheer 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.cheer, fill: 0, weight: 400)

Cheer icon in Android

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

<!-- res/drawable/cheer.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.95 4.925-.85-2.525 .95-.325 .85 2.525-.95 .325Zm3.55-1.175v-2.5h1v2.5h-1Zm4.55 1.175-.95-.325 .85-2.525 .95 .325-.85 2.525ZM2.1 23.025l-.2-1.5 5.275-.8q.35-.05 .613-.288Q8.051 20.199 8.175 19.85l.825-2.65q.175-.525-.087-1T8.1 15.6l-.85 2.625-1.425-.45 2.225-6.975q.1-.325 .025-.65t-.325-.525L4.225 16.275q-.35 .675-1 1.075t-1.425 .4H1v-1.5h.8q.346 0 .644-.177T2.9 15.575l4.3-8.1 1.025 .55q.85 .5 1.2 1.4t.05 1.85l-.925 2.9q1.15 .275 1.688 1.313T10.425 17.675l-.825 2.65q-.25 .75-.837 1.25T7.4 22.2L2.1 23.025Zm19.8 0L16.6 22.2q-.775-.125-1.362-.625T14.4 20.325l-.825-2.65q-.35-1.15 .188-2.187T15.45 14.175l-.925-2.9q-.3-.95 .05-1.85t1.2-1.4l1.025-.55 4.3 8.1q.157 .322 .456 .498Q21.854 16.25 22.2 16.25h.8v1.5h-.8q-.775 0-1.425-.4t-1-1.075L16.25 9.625q-.25 .2-.325 .525t.025 .65l2.225 6.975-1.425 .45-.85-2.625q-.55 .125-.812 .6t-.088 1l.825 2.65q.124 .349 .387 .587Q16.475 20.675 16.825 20.725l5.275 .8-.2 1.5ZM5.825 17.775Zm12.35 0Zm-1.425 .45-1.3-4.05 1.3 4.05ZM8.55 14.175l-1.3 4.05 1.3-4.05Z" />
</vector>

Cheer icon in SVG

npm install @material-symbols/svg-400

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

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

Cheer 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

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

Keywords

socialsuccessachievementhappyawardcelebrationjoypartystarshappinessfestivewincelebrate

Related icons