cheer icon
cheer-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cheer-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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.864 4.429l-.55-1.581q-.062-.16.027-.32q.09-.159.255-.22q.16-.062.32.02q.159.083.22.243l.55 1.575q.062.16-.03.32q-.092.159-.252.22q-.165.062-.322-.015t-.218-.242m3.694-1.179v-1.5q0-.19.126-.316T12 1.308t.316.126t.126.316v1.5q0 .19-.126.316T12 3.692t-.316-.126t-.126-.316m3.761.896l.544-1.575q.062-.16.219-.24t.322-.017q.16.061.252.22q.092.16.03.32l-.55 1.575q-.061.16-.22.242q-.16.083-.32.021q-.16-.061-.249-.224q-.09-.162-.028-.322m.82 17.573q-.697-.106-1.238-.562q-.542-.457-.759-1.142l-.85-2.65q-.236-.74-.025-1.468q.212-.728.785-1.207l1.071 3.377q.05.142.186.211q.137.068.28.018t.217-.187t.025-.278l-2.223-6.962q-.23-.736-.005-1.474q.224-.737.88-1.128l.08-.046q.298-.162.612-.068q.313.093.475.391l4.027 7.662q.183.384.545.59q.362.204.772.204h.385q.332 0 .552.244t.169.577l-.575 3.915q-.05.348-.308.535t-.606.137zM7.866 21.7l-4.473.689q-.348.05-.605-.137t-.308-.535l-.575-3.915q-.05-.333.169-.577t.552-.244h.385q.41 0 .772-.205t.545-.59l4.027-7.661q.161-.298.475-.391t.611.068l.081.046q.656.39.88 1.128t-.005 1.474l-2.229 6.962q-.05.142.025.279q.075.136.217.186t.28-.028t.186-.22l1.071-3.363q.579.478.79 1.209t-.024 1.471l-.85 2.65q-.218.685-.76 1.142q-.54.456-1.237.562"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCheerRounded(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.864 4.429l-.55-1.581q-.062-.16.027-.32q.09-.159.255-.22q.16-.062.32.02q.159.083.22.243l.55 1.575q.062.16-.03.32q-.092.159-.252.22q-.165.062-.322-.015t-.218-.242m3.694-1.179v-1.5q0-.19.126-.316T12 1.308t.316.126t.126.316v1.5q0 .19-.126.316T12 3.692t-.316-.126t-.126-.316m3.761.896l.544-1.575q.062-.16.219-.24t.322-.017q.16.061.252.22q.092.16.03.32l-.55 1.575q-.061.16-.22.242q-.16.083-.32.021q-.16-.061-.249-.224q-.09-.162-.028-.322m.82 17.573q-.697-.106-1.238-.562q-.542-.457-.759-1.142l-.85-2.65q-.236-.74-.025-1.468q.212-.728.785-1.207l1.071 3.377q.05.142.186.211q.137.068.28.018t.217-.187t.025-.278l-2.223-6.962q-.23-.736-.005-1.474q.224-.737.88-1.128l.08-.046q.298-.162.612-.068q.313.093.475.391l4.027 7.662q.183.384.545.59q.362.204.772.204h.385q.332 0 .552.244t.169.577l-.575 3.915q-.05.348-.308.535t-.606.137zM7.866 21.7l-4.473.689q-.348.05-.605-.137t-.308-.535l-.575-3.915q-.05-.333.169-.577t.552-.244h.385q.41 0 .772-.205t.545-.59l4.027-7.661q.161-.298.475-.391t.611.068l.081.046q.656.39.88 1.128t-.005 1.474l-2.229 6.962q-.05.142.025.279q.075.136.217.186t.28-.028t.186-.22l1.071-3.363q.579.478.79 1.209t-.024 1.471l-.85 2.65q-.218.685-.76 1.142q-.54.456-1.237.562"/></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.864 4.429l-.55-1.581q-.062-.16.027-.32q.09-.159.255-.22q.16-.062.32.02q.159.083.22.243l.55 1.575q.062.16-.03.32q-.092.159-.252.22q-.165.062-.322-.015t-.218-.242m3.694-1.179v-1.5q0-.19.126-.316T12 1.308t.316.126t.126.316v1.5q0 .19-.126.316T12 3.692t-.316-.126t-.126-.316m3.761.896l.544-1.575q.062-.16.219-.24t.322-.017q.16.061.252.22q.092.16.03.32l-.55 1.575q-.061.16-.22.242q-.16.083-.32.021q-.16-.061-.249-.224q-.09-.162-.028-.322m.82 17.573q-.697-.106-1.238-.562q-.542-.457-.759-1.142l-.85-2.65q-.236-.74-.025-1.468q.212-.728.785-1.207l1.071 3.377q.05.142.186.211q.137.068.28.018t.217-.187t.025-.278l-2.223-6.962q-.23-.736-.005-1.474q.224-.737.88-1.128l.08-.046q.298-.162.612-.068q.313.093.475.391l4.027 7.662q.183.384.545.59q.362.204.772.204h.385q.332 0 .552.244t.169.577l-.575 3.915q-.05.348-.308.535t-.606.137zM7.866 21.7l-4.473.689q-.348.05-.605-.137t-.308-.535l-.575-3.915q-.05-.333.169-.577t.552-.244h.385q.41 0 .772-.205t.545-.59l4.027-7.661q.161-.298.475-.391t.611.068l.081.046q.656.39.88 1.128t-.005 1.474l-2.229 6.962q-.05.142.025.279q.075.136.217.186t.28-.028t.186-.22l1.071-3.363q.579.478.79 1.209t-.024 1.471l-.85 2.65q-.218.685-.76 1.142q-.54.456-1.237.562"/></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.864%204.429l-.55-1.581q-.062-.16.027-.32q.09-.159.255-.22q.16-.062.32.02q.159.083.22.243l.55%201.575q.062.16-.03.32q-.092.159-.252.22q-.165.062-.322-.015t-.218-.242m3.694-1.179v-1.5q0-.19.126-.316T12%201.308t.316.126t.126.316v1.5q0%20.19-.126.316T12%203.692t-.316-.126t-.126-.316m3.761.896l.544-1.575q.062-.16.219-.24t.322-.017q.16.061.252.22q.092.16.03.32l-.55%201.575q-.061.16-.22.242q-.16.083-.32.021q-.16-.061-.249-.224q-.09-.162-.028-.322m.82%2017.573q-.697-.106-1.238-.562q-.542-.457-.759-1.142l-.85-2.65q-.236-.74-.025-1.468q.212-.728.785-1.207l1.071%203.377q.05.142.186.211q.137.068.28.018t.217-.187t.025-.278l-2.223-6.962q-.23-.736-.005-1.474q.224-.737.88-1.128l.08-.046q.298-.162.612-.068q.313.093.475.391l4.027%207.662q.183.384.545.59q.362.204.772.204h.385q.332%200%20.552.244t.169.577l-.575%203.915q-.05.348-.308.535t-.606.137zM7.866%2021.7l-4.473.689q-.348.05-.605-.137t-.308-.535l-.575-3.915q-.05-.333.169-.577t.552-.244h.385q.41%200%20.772-.205t.545-.59l4.027-7.661q.161-.298.475-.391t.611.068l.081.046q.656.39.88%201.128t-.005%201.474l-2.229%206.962q-.05.142.025.279q.075.136.217.186t.28-.028t.186-.22l1.071-3.363q.579.478.79%201.209t-.024%201.471l-.85%202.65q-.218.685-.76%201.142q-.54.456-1.237.562%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.864%204.429l-.55-1.581q-.062-.16.027-.32q.09-.159.255-.22q.16-.062.32.02q.159.083.22.243l.55%201.575q.062.16-.03.32q-.092.159-.252.22q-.165.062-.322-.015t-.218-.242m3.694-1.179v-1.5q0-.19.126-.316T12%201.308t.316.126t.126.316v1.5q0%20.19-.126.316T12%203.692t-.316-.126t-.126-.316m3.761.896l.544-1.575q.062-.16.219-.24t.322-.017q.16.061.252.22q.092.16.03.32l-.55%201.575q-.061.16-.22.242q-.16.083-.32.021q-.16-.061-.249-.224q-.09-.162-.028-.322m.82%2017.573q-.697-.106-1.238-.562q-.542-.457-.759-1.142l-.85-2.65q-.236-.74-.025-1.468q.212-.728.785-1.207l1.071%203.377q.05.142.186.211q.137.068.28.018t.217-.187t.025-.278l-2.223-6.962q-.23-.736-.005-1.474q.224-.737.88-1.128l.08-.046q.298-.162.612-.068q.313.093.475.391l4.027%207.662q.183.384.545.59q.362.204.772.204h.385q.332%200%20.552.244t.169.577l-.575%203.915q-.05.348-.308.535t-.606.137zM7.866%2021.7l-4.473.689q-.348.05-.605-.137t-.308-.535l-.575-3.915q-.05-.333.169-.577t.552-.244h.385q.41%200%20.772-.205t.545-.59l4.027-7.661q.161-.298.475-.391t.611.068l.081.046q.656.39.88%201.128t-.005%201.474l-2.229%206.962q-.05.142.025.279q.075.136.217.186t.28-.028t.186-.22l1.071-3.363q.579.478.79%201.209t-.024%201.471l-.85%202.65q-.218.685-.76%201.142q-.54.456-1.237.562%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-rounded.svg?color=%231a73e8&size=48