cheer-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
cheer-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the cheer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.992 4.84l-.807-2.403l.823-.277l.808 2.398zm3.566-1.148V1.308h.884v2.384zm4.45 1.149l-.823-.283l.807-2.398l.824.282zM2.592 22.519l-.146-.994l5.275-.82q.426-.072.756-.344q.329-.272.448-.682l.83-2.65q.183-.542-.028-1.06t-.729-.75l-.94 2.947l-.958-.312l2.335-7.335q.107-.361.02-.71q-.086-.347-.386-.497L5.22 16.65q-.323.61-.92.97q-.596.36-1.287.36h-.8v-1h.8q.41 0 .769-.207t.548-.586l4.406-8.389l.788.45q.656.39.88 1.128t-.005 1.474l-1.102 3.43q.908.368 1.309 1.25t.109 1.816l-.85 2.65q-.218.685-.76 1.142q-.54.456-1.237.562zm18.816.02l-5.275-.82q-.696-.106-1.238-.562q-.541-.457-.758-1.142l-.85-2.65q-.293-.932.108-1.815t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.789-.45l4.405 8.389q.188.378.546.586t.772.208h.8v1h-.8q-.691 0-1.288-.36q-.597-.361-.92-.97l-3.85-7.34q-.3.15-.387.499q-.086.348.022.71l2.334 7.334l-.958.312l-.94-2.946q-.517.232-.729.75t-.029 1.059l.831 2.65q.12.41.449.682t.755.345l5.275.82zm-5.466-4.355L14.704 14.3zm-6.646-3.903l-1.238 3.885z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheerOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.992 4.84l-.807-2.403l.823-.277l.808 2.398zm3.566-1.148V1.308h.884v2.384zm4.45 1.149l-.823-.283l.807-2.398l.824.282zM2.592 22.519l-.146-.994l5.275-.82q.426-.072.756-.344q.329-.272.448-.682l.83-2.65q.183-.542-.028-1.06t-.729-.75l-.94 2.947l-.958-.312l2.335-7.335q.107-.361.02-.71q-.086-.347-.386-.497L5.22 16.65q-.323.61-.92.97q-.596.36-1.287.36h-.8v-1h.8q.41 0 .769-.207t.548-.586l4.406-8.389l.788.45q.656.39.88 1.128t-.005 1.474l-1.102 3.43q.908.368 1.309 1.25t.109 1.816l-.85 2.65q-.218.685-.76 1.142q-.54.456-1.237.562zm18.816.02l-5.275-.82q-.696-.106-1.238-.562q-.541-.457-.758-1.142l-.85-2.65q-.293-.932.108-1.815t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.789-.45l4.405 8.389q.188.378.546.586t.772.208h.8v1h-.8q-.691 0-1.288-.36q-.597-.361-.92-.97l-3.85-7.34q-.3.15-.387.499q-.086.348.022.71l2.334 7.334l-.958.312l-.94-2.946q-.517.232-.729.75t-.029 1.059l.831 2.65q.12.41.449.682t.755.345l5.275.82zm-5.466-4.355L14.704 14.3zm-6.646-3.903l-1.238 3.885z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.992 4.84l-.807-2.403l.823-.277l.808 2.398zm3.566-1.148V1.308h.884v2.384zm4.45 1.149l-.823-.283l.807-2.398l.824.282zM2.592 22.519l-.146-.994l5.275-.82q.426-.072.756-.344q.329-.272.448-.682l.83-2.65q.183-.542-.028-1.06t-.729-.75l-.94 2.947l-.958-.312l2.335-7.335q.107-.361.02-.71q-.086-.347-.386-.497L5.22 16.65q-.323.61-.92.97q-.596.36-1.287.36h-.8v-1h.8q.41 0 .769-.207t.548-.586l4.406-8.389l.788.45q.656.39.88 1.128t-.005 1.474l-1.102 3.43q.908.368 1.309 1.25t.109 1.816l-.85 2.65q-.218.685-.76 1.142q-.54.456-1.237.562zm18.816.02l-5.275-.82q-.696-.106-1.238-.562q-.541-.457-.758-1.142l-.85-2.65q-.293-.932.108-1.815t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.789-.45l4.405 8.389q.188.378.546.586t.772.208h.8v1h-.8q-.691 0-1.288-.36q-.597-.361-.92-.97l-3.85-7.34q-.3.15-.387.499q-.086.348.022.71l2.334 7.334l-.958.312l-.94-2.946q-.517.232-.729.75t-.029 1.059l.831 2.65q.12.41.449.682t.755.345l5.275.82zm-5.466-4.355L14.704 14.3zm-6.646-3.903l-1.238 3.885z"/></svg>
</template>

CSS

.icon-cheer-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.992%204.84l-.807-2.403l.823-.277l.808%202.398zm3.566-1.148V1.308h.884v2.384zm4.45%201.149l-.823-.283l.807-2.398l.824.282zM2.592%2022.519l-.146-.994l5.275-.82q.426-.072.756-.344q.329-.272.448-.682l.83-2.65q.183-.542-.028-1.06t-.729-.75l-.94%202.947l-.958-.312l2.335-7.335q.107-.361.02-.71q-.086-.347-.386-.497L5.22%2016.65q-.323.61-.92.97q-.596.36-1.287.36h-.8v-1h.8q.41%200%20.769-.207t.548-.586l4.406-8.389l.788.45q.656.39.88%201.128t-.005%201.474l-1.102%203.43q.908.368%201.309%201.25t.109%201.816l-.85%202.65q-.218.685-.76%201.142q-.54.456-1.237.562zm18.816.02l-5.275-.82q-.696-.106-1.238-.562q-.541-.457-.758-1.142l-.85-2.65q-.293-.932.108-1.815t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.789-.45l4.405%208.389q.188.378.546.586t.772.208h.8v1h-.8q-.691%200-1.288-.36q-.597-.361-.92-.97l-3.85-7.34q-.3.15-.387.499q-.086.348.022.71l2.334%207.334l-.958.312l-.94-2.946q-.517.232-.729.75t-.029%201.059l.831%202.65q.12.41.449.682t.755.345l5.275.82zm-5.466-4.355L14.704%2014.3zm-6.646-3.903l-1.238%203.885z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.992%204.84l-.807-2.403l.823-.277l.808%202.398zm3.566-1.148V1.308h.884v2.384zm4.45%201.149l-.823-.283l.807-2.398l.824.282zM2.592%2022.519l-.146-.994l5.275-.82q.426-.072.756-.344q.329-.272.448-.682l.83-2.65q.183-.542-.028-1.06t-.729-.75l-.94%202.947l-.958-.312l2.335-7.335q.107-.361.02-.71q-.086-.347-.386-.497L5.22%2016.65q-.323.61-.92.97q-.596.36-1.287.36h-.8v-1h.8q.41%200%20.769-.207t.548-.586l4.406-8.389l.788.45q.656.39.88%201.128t-.005%201.474l-1.102%203.43q.908.368%201.309%201.25t.109%201.816l-.85%202.65q-.218.685-.76%201.142q-.54.456-1.237.562zm18.816.02l-5.275-.82q-.696-.106-1.238-.562q-.541-.457-.758-1.142l-.85-2.65q-.293-.932.108-1.815t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.789-.45l4.405%208.389q.188.378.546.586t.772.208h.8v1h-.8q-.691%200-1.288-.36q-.597-.361-.92-.97l-3.85-7.34q-.3.15-.387.499q-.086.348.022.71l2.334%207.334l-.958.312l-.94-2.946q-.517.232-.729.75t-.029%201.059l.831%202.65q.12.41.449.682t.755.345l5.275.82zm-5.466-4.355L14.704%2014.3zm-6.646-3.903l-1.238%203.885z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cheer-outline.svg?color=%231a73e8&size=48