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

Name
cheer-rounded
Set
Material Symbols
Style
Rounded
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.575 4.525l-.55-1.6q-.1-.275.038-.55T7.5 2q.275-.1.55.05t.375.425l.55 1.575q.1.275-.05.55t-.425.375q-.3.1-.562-.025t-.363-.425M11.25 3.25v-1.5q0-.325.213-.537T12 1t.538.213t.212.537v1.5q0 .325-.213.538T12 4t-.537-.213t-.213-.537m3.8.8l.525-1.575q.1-.275.363-.413t.562-.037q.275.1.425.375t.05.55l-.55 1.575q-.1.275-.375.425T15.5 5t-.413-.387t-.037-.563M16.6 22.2q-.85-.125-1.487-.687T14.2 20.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.225 3.8q.05.2.225.288t.375.037t.275-.225t.025-.375l-2.05-6.5q-.325-1.025.062-2.012t1.313-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95 7.45q.125.25.363.388t.512.137t.475.225t.15.5l-.825 5.3q-.05.425-.375.65t-.75.175zm-9.175 0l-4.3.65q-.425.05-.75-.175T2 22.025l-.825-5.3q-.05-.275.15-.5T1.8 16t.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8 7.625l.35.2q.925.525 1.313 1.513t.062 2.012l-2.075 6.5q-.05.2.025.375t.275.225t.375-.037t.225-.288L9.775 14.3q.675.575.925 1.45t-.025 1.75l-.85 2.65q-.275.8-.912 1.363t-1.488.687"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheerRounded(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.575 4.525l-.55-1.6q-.1-.275.038-.55T7.5 2q.275-.1.55.05t.375.425l.55 1.575q.1.275-.05.55t-.425.375q-.3.1-.562-.025t-.363-.425M11.25 3.25v-1.5q0-.325.213-.537T12 1t.538.213t.212.537v1.5q0 .325-.213.538T12 4t-.537-.213t-.213-.537m3.8.8l.525-1.575q.1-.275.363-.413t.562-.037q.275.1.425.375t.05.55l-.55 1.575q-.1.275-.375.425T15.5 5t-.413-.387t-.037-.563M16.6 22.2q-.85-.125-1.487-.687T14.2 20.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.225 3.8q.05.2.225.288t.375.037t.275-.225t.025-.375l-2.05-6.5q-.325-1.025.062-2.012t1.313-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95 7.45q.125.25.363.388t.512.137t.475.225t.15.5l-.825 5.3q-.05.425-.375.65t-.75.175zm-9.175 0l-4.3.65q-.425.05-.75-.175T2 22.025l-.825-5.3q-.05-.275.15-.5T1.8 16t.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8 7.625l.35.2q.925.525 1.313 1.513t.062 2.012l-2.075 6.5q-.05.2.025.375t.275.225t.375-.037t.225-.288L9.775 14.3q.675.575.925 1.45t-.025 1.75l-.85 2.65q-.275.8-.912 1.363t-1.488.687"/></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.575 4.525l-.55-1.6q-.1-.275.038-.55T7.5 2q.275-.1.55.05t.375.425l.55 1.575q.1.275-.05.55t-.425.375q-.3.1-.562-.025t-.363-.425M11.25 3.25v-1.5q0-.325.213-.537T12 1t.538.213t.212.537v1.5q0 .325-.213.538T12 4t-.537-.213t-.213-.537m3.8.8l.525-1.575q.1-.275.363-.413t.562-.037q.275.1.425.375t.05.55l-.55 1.575q-.1.275-.375.425T15.5 5t-.413-.387t-.037-.563M16.6 22.2q-.85-.125-1.487-.687T14.2 20.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.225 3.8q.05.2.225.288t.375.037t.275-.225t.025-.375l-2.05-6.5q-.325-1.025.062-2.012t1.313-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95 7.45q.125.25.363.388t.512.137t.475.225t.15.5l-.825 5.3q-.05.425-.375.65t-.75.175zm-9.175 0l-4.3.65q-.425.05-.75-.175T2 22.025l-.825-5.3q-.05-.275.15-.5T1.8 16t.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8 7.625l.35.2q.925.525 1.313 1.513t.062 2.012l-2.075 6.5q-.05.2.025.375t.275.225t.375-.037t.225-.288L9.775 14.3q.675.575.925 1.45t-.025 1.75l-.85 2.65q-.275.8-.912 1.363t-1.488.687"/></svg>
</template>

CSS

.icon-cheer-rounded {
  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.575%204.525l-.55-1.6q-.1-.275.038-.55T7.5%202q.275-.1.55.05t.375.425l.55%201.575q.1.275-.05.55t-.425.375q-.3.1-.562-.025t-.363-.425M11.25%203.25v-1.5q0-.325.213-.537T12%201t.538.213t.212.537v1.5q0%20.325-.213.538T12%204t-.537-.213t-.213-.537m3.8.8l.525-1.575q.1-.275.363-.413t.562-.037q.275.1.425.375t.05.55l-.55%201.575q-.1.275-.375.425T15.5%205t-.413-.387t-.037-.563M16.6%2022.2q-.85-.125-1.487-.687T14.2%2020.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.225%203.8q.05.2.225.288t.375.037t.275-.225t.025-.375l-2.05-6.5q-.325-1.025.062-2.012t1.313-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95%207.45q.125.25.363.388t.512.137t.475.225t.15.5l-.825%205.3q-.05.425-.375.65t-.75.175zm-9.175%200l-4.3.65q-.425.05-.75-.175T2%2022.025l-.825-5.3q-.05-.275.15-.5T1.8%2016t.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8%207.625l.35.2q.925.525%201.313%201.513t.062%202.012l-2.075%206.5q-.05.2.025.375t.275.225t.375-.037t.225-.288L9.775%2014.3q.675.575.925%201.45t-.025%201.75l-.85%202.65q-.275.8-.912%201.363t-1.488.687%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.575%204.525l-.55-1.6q-.1-.275.038-.55T7.5%202q.275-.1.55.05t.375.425l.55%201.575q.1.275-.05.55t-.425.375q-.3.1-.562-.025t-.363-.425M11.25%203.25v-1.5q0-.325.213-.537T12%201t.538.213t.212.537v1.5q0%20.325-.213.538T12%204t-.537-.213t-.213-.537m3.8.8l.525-1.575q.1-.275.363-.413t.562-.037q.275.1.425.375t.05.55l-.55%201.575q-.1.275-.375.425T15.5%205t-.413-.387t-.037-.563M16.6%2022.2q-.85-.125-1.487-.687T14.2%2020.15l-.85-2.65q-.275-.875-.025-1.737t.9-1.438l1.225%203.8q.05.2.225.288t.375.037t.275-.225t.025-.375l-2.05-6.5q-.325-1.025.062-2.012t1.313-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95%207.45q.125.25.363.388t.512.137t.475.225t.15.5l-.825%205.3q-.05.425-.375.65t-.75.175zm-9.175%200l-4.3.65q-.425.05-.75-.175T2%2022.025l-.825-5.3q-.05-.275.15-.5T1.8%2016t.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8%207.625l.35.2q.925.525%201.313%201.513t.062%202.012l-2.075%206.5q-.05.2.025.375t.275.225t.375-.037t.225-.288L9.775%2014.3q.675.575.925%201.45t-.025%201.75l-.85%202.65q-.275.8-.912%201.363t-1.488.687%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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