cheer icon
cheer from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cheer
- Set
- Material Symbols
- Style
- Regular
- 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.875 23l-5.275-.8q-.85-.125-1.487-.687T14.2 20.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.375 4.25l.9-.275l-2.2-6.95q-.325-1.025.063-2.012t1.312-1.513l1.25-.7l4.425 8.35q.125.25.363.388t.512.137h.725zM2.15 23l-1.075-7H1.8q.275 0 .513-.137t.362-.388L7.1 7.125l1.25.7q.925.525 1.313 1.513t.062 2.012L7.5 18.3l.9.275L9.775 14.3q.675.575.925 1.45t-.025 1.75l-.85 2.65q-.275.8-.912 1.363t-1.488.687z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCheer(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.875 23l-5.275-.8q-.85-.125-1.487-.687T14.2 20.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.375 4.25l.9-.275l-2.2-6.95q-.325-1.025.063-2.012t1.312-1.513l1.25-.7l4.425 8.35q.125.25.363.388t.512.137h.725zM2.15 23l-1.075-7H1.8q.275 0 .513-.137t.362-.388L7.1 7.125l1.25.7q.925.525 1.313 1.513t.062 2.012L7.5 18.3l.9.275L9.775 14.3q.675.575.925 1.45t-.025 1.75l-.85 2.65q-.275.8-.912 1.363t-1.488.687z"/></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.875 23l-5.275-.8q-.85-.125-1.487-.687T14.2 20.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.375 4.25l.9-.275l-2.2-6.95q-.325-1.025.063-2.012t1.312-1.513l1.25-.7l4.425 8.35q.125.25.363.388t.512.137h.725zM2.15 23l-1.075-7H1.8q.275 0 .513-.137t.362-.388L7.1 7.125l1.25.7q.925.525 1.313 1.513t.062 2.012L7.5 18.3l.9.275L9.775 14.3q.675.575.925 1.45t-.025 1.75l-.85 2.65q-.275.8-.912 1.363t-1.488.687z"/></svg> </template>
CSS
.icon-cheer {
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.875%2023l-5.275-.8q-.85-.125-1.487-.687T14.2%2020.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.375%204.25l.9-.275l-2.2-6.95q-.325-1.025.063-2.012t1.312-1.513l1.25-.7l4.425%208.35q.125.25.363.388t.512.137h.725zM2.15%2023l-1.075-7H1.8q.275%200%20.513-.137t.362-.388L7.1%207.125l1.25.7q.925.525%201.313%201.513t.062%202.012L7.5%2018.3l.9.275L9.775%2014.3q.675.575.925%201.45t-.025%201.75l-.85%202.65q-.275.8-.912%201.363t-1.488.687z%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.875%2023l-5.275-.8q-.85-.125-1.487-.687T14.2%2020.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.375%204.25l.9-.275l-2.2-6.95q-.325-1.025.063-2.012t1.312-1.513l1.25-.7l4.425%208.35q.125.25.363.388t.512.137h.725zM2.15%2023l-1.075-7H1.8q.275%200%20.513-.137t.362-.388L7.1%207.125l1.25.7q.925.525%201.313%201.513t.062%202.012L7.5%2018.3l.9.275L9.775%2014.3q.675.575.925%201.45t-.025%201.75l-.85%202.65q-.275.8-.912%201.363t-1.488.687z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cheer.svg?color=%231a73e8&size=48