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

Name
cheer-outline-rounded
Set
Material Symbols
Style
Outline 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-.563M2.95 22.875q-.325.05-.6-.15t-.325-.525l-.05-.4q-.05-.325.137-.587t.513-.313l4.5-.675q.275-.05.488-.238t.312-.462l.85-2.65q.125-.35 0-.675t-.45-.5L7.8 17.35q-.125.4-.487.587T6.55 18t-.587-.488t-.063-.762l1.9-6q.05-.15.05-.325T7.8 10.1l-3.35 6.3q-.4.725-1.112 1.163T1.8 18q-.35 0-.575-.225T1 17.2v-.4q0-.35.225-.575T1.8 16q.275 0 .513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8 7.625l.35.2q.925.525 1.313 1.513t.062 2.012L8.95 13.8q1.1.425 1.588 1.5t.137 2.2l-.85 2.65q-.275.8-.912 1.363t-1.488.687zm13.625-.675q-.85-.125-1.487-.687t-.913-1.363l-.85-2.65q-.35-1.125.138-2.2t1.587-1.5l-.775-2.45q-.325-1.025.063-2.012t1.312-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95 7.45q.125.25.363.388T22.2 16q.35 0 .575.225T23 16.8v.4q0 .35-.225.575T22.2 18q-.825 0-1.537-.437T19.55 16.4l-3.35-6.3q-.05.15-.05.325t.05.325l1.9 6q.125.4-.063.763T17.45 18t-.763-.062t-.487-.588l-.525-1.65q-.325.175-.45.5t0 .675l.85 2.65q.1.275.313.463t.487.237l4.5.675q.325.05.513.313t.137.587l-.05.4q-.05.325-.325.525t-.6.15zm.875-4.2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCheerOutlineRounded(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-.563M2.95 22.875q-.325.05-.6-.15t-.325-.525l-.05-.4q-.05-.325.137-.587t.513-.313l4.5-.675q.275-.05.488-.238t.312-.462l.85-2.65q.125-.35 0-.675t-.45-.5L7.8 17.35q-.125.4-.487.587T6.55 18t-.587-.488t-.063-.762l1.9-6q.05-.15.05-.325T7.8 10.1l-3.35 6.3q-.4.725-1.112 1.163T1.8 18q-.35 0-.575-.225T1 17.2v-.4q0-.35.225-.575T1.8 16q.275 0 .513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8 7.625l.35.2q.925.525 1.313 1.513t.062 2.012L8.95 13.8q1.1.425 1.588 1.5t.137 2.2l-.85 2.65q-.275.8-.912 1.363t-1.488.687zm13.625-.675q-.85-.125-1.487-.687t-.913-1.363l-.85-2.65q-.35-1.125.138-2.2t1.587-1.5l-.775-2.45q-.325-1.025.063-2.012t1.312-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95 7.45q.125.25.363.388T22.2 16q.35 0 .575.225T23 16.8v.4q0 .35-.225.575T22.2 18q-.825 0-1.537-.437T19.55 16.4l-3.35-6.3q-.05.15-.05.325t.05.325l1.9 6q.125.4-.063.763T17.45 18t-.763-.062t-.487-.588l-.525-1.65q-.325.175-.45.5t0 .675l.85 2.65q.1.275.313.463t.487.237l4.5.675q.325.05.513.313t.137.587l-.05.4q-.05.325-.325.525t-.6.15zm.875-4.2"/></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-.563M2.95 22.875q-.325.05-.6-.15t-.325-.525l-.05-.4q-.05-.325.137-.587t.513-.313l4.5-.675q.275-.05.488-.238t.312-.462l.85-2.65q.125-.35 0-.675t-.45-.5L7.8 17.35q-.125.4-.487.587T6.55 18t-.587-.488t-.063-.762l1.9-6q.05-.15.05-.325T7.8 10.1l-3.35 6.3q-.4.725-1.112 1.163T1.8 18q-.35 0-.575-.225T1 17.2v-.4q0-.35.225-.575T1.8 16q.275 0 .513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8 7.625l.35.2q.925.525 1.313 1.513t.062 2.012L8.95 13.8q1.1.425 1.588 1.5t.137 2.2l-.85 2.65q-.275.8-.912 1.363t-1.488.687zm13.625-.675q-.85-.125-1.487-.687t-.913-1.363l-.85-2.65q-.35-1.125.138-2.2t1.587-1.5l-.775-2.45q-.325-1.025.063-2.012t1.312-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95 7.45q.125.25.363.388T22.2 16q.35 0 .575.225T23 16.8v.4q0 .35-.225.575T22.2 18q-.825 0-1.537-.437T19.55 16.4l-3.35-6.3q-.05.15-.05.325t.05.325l1.9 6q.125.4-.063.763T17.45 18t-.763-.062t-.487-.588l-.525-1.65q-.325.175-.45.5t0 .675l.85 2.65q.1.275.313.463t.487.237l4.5.675q.325.05.513.313t.137.587l-.05.4q-.05.325-.325.525t-.6.15zm.875-4.2"/></svg>
</template>

CSS

.icon-cheer-outline-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-.563M2.95%2022.875q-.325.05-.6-.15t-.325-.525l-.05-.4q-.05-.325.137-.587t.513-.313l4.5-.675q.275-.05.488-.238t.312-.462l.85-2.65q.125-.35%200-.675t-.45-.5L7.8%2017.35q-.125.4-.487.587T6.55%2018t-.587-.488t-.063-.762l1.9-6q.05-.15.05-.325T7.8%2010.1l-3.35%206.3q-.4.725-1.112%201.163T1.8%2018q-.35%200-.575-.225T1%2017.2v-.4q0-.35.225-.575T1.8%2016q.275%200%20.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8%207.625l.35.2q.925.525%201.313%201.513t.062%202.012L8.95%2013.8q1.1.425%201.588%201.5t.137%202.2l-.85%202.65q-.275.8-.912%201.363t-1.488.687zm13.625-.675q-.85-.125-1.487-.687t-.913-1.363l-.85-2.65q-.35-1.125.138-2.2t1.587-1.5l-.775-2.45q-.325-1.025.063-2.012t1.312-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95%207.45q.125.25.363.388T22.2%2016q.35%200%20.575.225T23%2016.8v.4q0%20.35-.225.575T22.2%2018q-.825%200-1.537-.437T19.55%2016.4l-3.35-6.3q-.05.15-.05.325t.05.325l1.9%206q.125.4-.063.763T17.45%2018t-.763-.062t-.487-.588l-.525-1.65q-.325.175-.45.5t0%20.675l.85%202.65q.1.275.313.463t.487.237l4.5.675q.325.05.513.313t.137.587l-.05.4q-.05.325-.325.525t-.6.15zm.875-4.2%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-.563M2.95%2022.875q-.325.05-.6-.15t-.325-.525l-.05-.4q-.05-.325.137-.587t.513-.313l4.5-.675q.275-.05.488-.238t.312-.462l.85-2.65q.125-.35%200-.675t-.45-.5L7.8%2017.35q-.125.4-.487.587T6.55%2018t-.587-.488t-.063-.762l1.9-6q.05-.15.05-.325T7.8%2010.1l-3.35%206.3q-.4.725-1.112%201.163T1.8%2018q-.35%200-.575-.225T1%2017.2v-.4q0-.35.225-.575T1.8%2016q.275%200%20.513-.137t.362-.388l3.95-7.45q.2-.375.6-.487T8%207.625l.35.2q.925.525%201.313%201.513t.062%202.012L8.95%2013.8q1.1.425%201.588%201.5t.137%202.2l-.85%202.65q-.275.8-.912%201.363t-1.488.687zm13.625-.675q-.85-.125-1.487-.687t-.913-1.363l-.85-2.65q-.35-1.125.138-2.2t1.587-1.5l-.775-2.45q-.325-1.025.063-2.012t1.312-1.513l.35-.2q.375-.2.775-.088t.6.488l3.95%207.45q.125.25.363.388T22.2%2016q.35%200%20.575.225T23%2016.8v.4q0%20.35-.225.575T22.2%2018q-.825%200-1.537-.437T19.55%2016.4l-3.35-6.3q-.05.15-.05.325t.05.325l1.9%206q.125.4-.063.763T17.45%2018t-.763-.062t-.487-.588l-.525-1.65q-.325.175-.45.5t0%20.675l.85%202.65q.1.275.313.463t.487.237l4.5.675q.325.05.513.313t.137.587l-.05.4q-.05.325-.325.525t-.6.15zm.875-4.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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