cheer-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
cheer-sharp
Set
Material Symbols
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.8 5.225l-1-3l1.4-.45l1 2.975zM11.25 4V1h1.5v3zm4.95 1.225l-1.4-.475l1-2.975l1.4.475zM21.85 23l-7.1-1.075l-1.675-5.225l1.3-2.5l1.4 4.375l.925-.275L13.725 9L16.9 7.125L21.6 16H23zm-19.7 0L1 16h1.4l4.7-8.875L10.275 9L7.3 18.3l.925.275l1.4-4.375l1.3 2.5l-1.675 5.225z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheerSharp(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.8 5.225l-1-3l1.4-.45l1 2.975zM11.25 4V1h1.5v3zm4.95 1.225l-1.4-.475l1-2.975l1.4.475zM21.85 23l-7.1-1.075l-1.675-5.225l1.3-2.5l1.4 4.375l.925-.275L13.725 9L16.9 7.125L21.6 16H23zm-19.7 0L1 16h1.4l4.7-8.875L10.275 9L7.3 18.3l.925.275l1.4-4.375l1.3 2.5l-1.675 5.225z"/></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.8 5.225l-1-3l1.4-.45l1 2.975zM11.25 4V1h1.5v3zm4.95 1.225l-1.4-.475l1-2.975l1.4.475zM21.85 23l-7.1-1.075l-1.675-5.225l1.3-2.5l1.4 4.375l.925-.275L13.725 9L16.9 7.125L21.6 16H23zm-19.7 0L1 16h1.4l4.7-8.875L10.275 9L7.3 18.3l.925.275l1.4-4.375l1.3 2.5l-1.675 5.225z"/></svg>
</template>

CSS

.icon-cheer-sharp {
  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.8%205.225l-1-3l1.4-.45l1%202.975zM11.25%204V1h1.5v3zm4.95%201.225l-1.4-.475l1-2.975l1.4.475zM21.85%2023l-7.1-1.075l-1.675-5.225l1.3-2.5l1.4%204.375l.925-.275L13.725%209L16.9%207.125L21.6%2016H23zm-19.7%200L1%2016h1.4l4.7-8.875L10.275%209L7.3%2018.3l.925.275l1.4-4.375l1.3%202.5l-1.675%205.225z%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.8%205.225l-1-3l1.4-.45l1%202.975zM11.25%204V1h1.5v3zm4.95%201.225l-1.4-.475l1-2.975l1.4.475zM21.85%2023l-7.1-1.075l-1.675-5.225l1.3-2.5l1.4%204.375l.925-.275L13.725%209L16.9%207.125L21.6%2016H23zm-19.7%200L1%2016h1.4l4.7-8.875L10.275%209L7.3%2018.3l.925.275l1.4-4.375l1.3%202.5l-1.675%205.225z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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